-
If you hit your provisioned RU/s rate limit you'll currently get the following message:
```
An unhandled exception of type 'System.AggregateException' occurred in mscorlib.dll: 'One or more errors…
-
## Versions
botbuilder 4.3.0
botbuilder-azure 4.3.4
nodejs version v10.14.2
Windows 10 pro v1803
## Describe the bug
When performing a delete operation in a partitioned cosmosDB collection, …
-
I would like to be able to configure the `CosmosDBTrigger` connection string at runtime so that I can build the connection string dynamically, for example so I can use secrets stored in Key Vault.
…
-
### Description
In the code below I have this object `class Payment { string PaymentMethod }`. It is coming from CosmosDB to a singleton orchestrator which calls sub orchestrator. when I change the o…
-
### Module
Azure
### Testcontainers version
1.17.2
### Using the latest Testcontainers version?
Yes
### Docker version
```shell
❯ docker version
Client:
Cloud integration: v1.0.20
Version:…
-
I'm trying to first gather up some information about whether the entities I want to do operations on exist and have the correct labels and such, and then save them and reuse them so as to save bandwid…
-
Page 297 Listing all products from the CosmosDB says to set the current culture to french to see the euro symbol. However the output for the unit price is converted to string and not displaying the cu…
-
[Azure Cosmos DB](https://docs.microsoft.com/en-us/azure/cosmos-db/introduction) is a NoSQL database that also provides a [MongoDB wire protocol compatible API](https://docs.microsoft.com/en-us/azure/…
-
Our very simple Xamarin App that connects to an Azure Cosmos DB and it works fine in Debug and Release configs on the emulators. When we deploy to a device (or to TestFlight) it crashes on the attempt…
-
The docker image is only based on a linux system.
It would be really nice to have an additional image based on a windows base image. I suspect lots of people use Azure Blob Storeage and Cosmos DB in …