Azure-Samples / cosmos-db-nosql-rust-quickstart

Quickstart application template for Azure Cosmos DB for NoSQL and Rust
MIT License
0 stars 1 forks source link

[BUG] Exception on Azure Cosmos DB for NoSQL requests #6

Open seesharprun opened 2 hours ago

seesharprun commented 2 hours ago

Description

I'm getting this exception when deploying this to ACA:

non-io error occurred which will not be retried

This works successfully in my local dev environment.

Repro steps

  1. Run azd up
  2. Navigate to web application
  3. Check ACA streaming console logs

Expected behavior

Logs showing that data is created/queried successfully

Screenshots

No response

Environment

Devcontainer (from config)
seesharprun commented 2 hours ago

I think this is similar to azure/azure-sdk-for-rust#1676