skip to Main Content

Azure Cosmos DB Emulator Linux image does not start (Error: The evaluation period has expired.) – Docker

With the following image mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest when attempting to start a container either via: Docker Desktop (Windows) Or, via the following CLI command (Windows): docker run --name azure-cosmosdb-emulator --memory 2GB --interactive --tty -p 8081:8081 -p 8900:8900 -p 8901:8901 -p 8902:8902 -p…

VIEW QUESTION

Azure Cosmos Db Indexes

I am unable to find any documentation mentioning how are cosmos db indexes organized per the number of physical partitions. If i have my logical partition split into multiple physical partitions and assuming i am not including a partition key…

VIEW QUESTION

Azure Function V4 Dotnet Isolated unable to connect to cosmos db

I am following some tutorial to connect Azure Function to Cosmosdb like this (the tutorial is for a V3 in-process azure function) [CosmosDBTrigger(databaseName: "Test", collectionName: "collection1", ConnectionStringSetting = "ConnectionString", LeaseCollectionName = "lease", LeaseCollectionPrefix = "UpdateLocation-", CreateLeaseCollectionIfNotExists = true)] However, with…

VIEW QUESTION
Back To Top
Search