Azure Cosmos DB for PostgreSQL Cluster
I am trying to start our PostgreSQL instance, but it has been stuck in the provisioning status for the past 1 day. Can you please help on this __Azure Cosmos DB for PostgreSQL Cluster-à__devagenticcosmosdbpostgresql Subscription…
Azure Cosmos DB
CosmosDB Change Feed, move on in the feed without code changes
I have been asked to find a strategy for moving on to the next record in a change feed, manually, not in the code. I have looked at the documentation on change feed processors and the leases they create to bookmark their current location in the…
Azure Cosmos DB
vCore database connection
Hi I am using the vCore based mongo db and the issue is that when I use the connection string URI with an application for grafana it works, but my main application for which I had used the mongo db , it fails to get start, it just shows the logs-…
Azure Cosmos DB
Inconsistent RowKey Behavior in Azure Table Storage
Issue Type: Data Query / Retrieval Inconsistency Severity: High (Data integrity concern affecting querying and reporting) Description: We are encountering inconsistent behaviour when querying our Azure Table Storage database by RowKey. …
Azure Cosmos DB

Unable to run pg_partman jobs due to lost permissions on admin account to extension tables
I am using pg_partman to manage partitions. My admin account lost permission to access partman.part_config and cannot run partition jobs anymore and I am unable to grant permission to the table manually for that user. How can I fix this issue and regain…
Azure Cosmos DB
CosmosDB for postgresql stuck in Provisioning state
I am planning to use Read Replicas for my Cosmos DB for postgresql. I started with creating a replica of my existing DB instance on East US region. The status shows as created on Deployment page, but the DB instance shows provisioning state and it is not…
Azure Cosmos DB
Azure Database for PostgreSQL
Cannot create vector index in Azure CosmosDB for MongoDB vCore
I'm trying to create a vector index in my free tier Azure CosmosDB for MongoDB vCore in location "France Central". I get an error. The same query runs to completion in a Azure CosmosDB for MongoDB vCore database with M10 SKU in another…
Azure Cosmos DB
Enable per-schema-user connection limits in Azure Cosmos DB for PostgreSQL
We need to set connection limits per database user (e.g., ALTER ROLE schema1user CONNECTION LIMIT 10) in our Azure Cosmos DB for PostgreSQL cluster, but our application users lack the required CREATEROLE privilege. Current Setup: Multi-tenant application…
Azure Cosmos DB
Unable to Create MongoDB User in Azure Cosmos DB for MongoDB vCore
Per title, I cannot create secondary native users in vCore mongo cluster. EastUS region and M10 tier. No UI exists (as mentioned in answer https://learn.microsoft.com/en-us/answers/questions/5513331/unable-to-create-mongodb-user-in-azure-cosmos-db-f).…
Azure Cosmos DB

Missing Cosmos DB Built-in Data Reader and Cosmos DB Built-in Data Contributor roles in Access Control (IAM)
I'm trying to assign roles to managed identity in Cosmos DB, through browser using Access Control (IAM). Unfortunately two build in roles Cosmos DB Built-in Data Reader and Cosmos DB Built-in Data Contributor are not there. How can I add managed…
Azure Cosmos DB
Azure Role-based access control
Microsoft Security | Microsoft Identity Manager
Unable to Assign Cosmos DB Built-in Data Contributor Role to Azure Function
In Azure Cosmos DB, there is difficulty in assigning the role of Cosmos DB Built-in Data Contributor to an Azure Function. The option to assign this role is not visible. What steps can be taken to resolve this issue?
Azure Cosmos DB
Cosmos DB RequestTimeout (408)
Hi! I am encountering problems in cosmos db The Scenario - We have an application running in Function App that detects a process and inserts items to cosmos DB. - Each process has more than 10k items to insert. - The items are being inserted in batches…
Azure Cosmos DB
Failed to retrieve collection list. Please click Refresh to try again.
I'm unable to access CosmoDB Collections list. it keeps on showing "Failed to retrieve collection list. Please click Refresh to try again." Even in Visual Studio Code im unable to access. No VPNs or Endpoints are used.
Azure Cosmos DB
How to restart, redeploy, or otherwise fix Azure Cosmos DB for MongoDB (vCore) when it is non-responsive?
Twice over the past months this service of mine has become nearly unresponsive. The metrics graph in Azure portal substantiates the instance being unresponsive. Last time I went in to upscale the instance, even though that was completely unnecessary,…
Azure Cosmos DB
Delete cosmos record with no partition key (Orphan record)
Hi, during development I added a json record to cosmos db through ADF copy activity (source - file, sink - cosmos db) but missed defining the partitionKey inside the json. Now, this record is orphaned. I can query and see that the record exists but I am…
Azure Cosmos DB
Is the Cosmos DB documentation example on session consistency misleading?
https://learn.microsoft.com/en-us/azure/cosmos-db/consistency-levels#session-consistency The Cosmos DB documentation example on session consistency states: Whereas the "Australia East" region is using "Session B" so, it receives data…
Azure Cosmos DB
Cosmos DB - Resource not found
Hi, I have a script created in Microsoft Fabric. Script took a data, do embeddings and save it in cosmos db. It worked fine for last year and there wasn't any single change. However for last 5 days it fails with below error message :…
Azure Cosmos DB
Cosmos DB vCore Vector Index Error Outside US Region: InternalError & Server Shutdown (Error Code 91)
Hello, We are encountering consistent issues when performing insert and read operations on a vector index in Azure Cosmos DB vCore outside US regions. While performing vector operations, we get the following…
Azure Cosmos DB
Title: How to remove EnableMongo16MBDocumentSupport capability from Azure Cosmos DB to enable CMK encryption?
Title: How to remove EnableMongo16MBDocumentSupport capability from Azure Cosmos DB to enable CMK encryption? Body: I have an Azure Cosmos DB account (Mongo API) that currently has the following capabilities enabled: json CopyEdit `[ {…
Azure Cosmos DB
[Azure Cosmos DB][Multi-Write Setup] Does Cosmos DB SDK support cross region retries for transient error codes like 429/410
We have a multi-write region setup. Wanted to know if Cosmos SDK inherently a cross region retries for transient error codes ? Does the cross region retry kick-in after a single failure or multiple failures ? Is the cross region retry configurable at the…