-
### Library name and version
Azure.Data.Tables 12.8.1
### Describe the bug
I'm using the TableClient to get records of a table and some records are not returned even though they meet the cond…
-
The docs should mention this emulator don't work with MacOS on Apple Silicon (i.e. M1/M2) Macs.
When trying to run the container on Apple Silicon devices with the suggested commands:
```
dock…
-
### Description
Since yesterday our tests which use Azure CosmosDB Emulator on the Agent doesn't run any more.
It seems like the Emulator isn't listening on localhost any more.
In the history o…
-
Import-Module "$env:ProgramFiles\emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
should be instead
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.Cos…
-
The Section: "**API for Table**" should be updated or the newest version (2.14.11) of the cosmosDb emulator should be fixed.
It is now completely broken for local Developement and CI/CD pipeline inte…
-
#### Repro steps
1. Create CosmosDB trigger using dotnet and azure-webjobs-sdk-extensions:
```
[FunctionName(FunctionName)]
public async Task Run([CosmosDBTrigger(
databaseName: "%Databas…
-
Tried to read data with the connector from docker container with a cosmos db emulator whitout success. Is it possible?
![image](https://user-images.githubusercontent.com/17055626/216627685-f82a6dbb…
-
- I wanted to set up hierarchical partition keys on azure cosmos db emulator. I followed [Microsoft document](the https://learn.microsoft.com/en-us/azure/cosmos-db/hierarchical-partition-keys?tabs=n…
-
## Description
Currently we're using [CosmosDB](https://azure.microsoft.com/en-us/services/cosmos-db/) as backend for metadata JSON-documents and [Azure Blob storage](https://azure.microsoft.com/en-u…
-
Is there a command or mechanism that we could run as a health check or other means to make sure the database inside the container is actually started. So that one could set the depends_on in a docker …