CosmosDB - Diagnostics in dotnet v3 SDK
Hello, We are using CosmosDB dotnet v3 SDK and we are fetching around 550kb of data in one query. Here is a gist of the code: We noticed that the “ReadNextAsync()” method takes 180ms to execute. After closer examinations of the diagnostics, we can see…
How to transfer data from a Subscription in one tenant to a container in another tenant
Team, We have a scenario to migrate data from a container in one tenant to another tenant. The DataFramework option we explored does not work in the new tenant. Are there any other options to get this ?
azure_ai extension on Azure Cosmos DB for PostgreSQL Cluster
Hello - is there guidance on installing the azure_ai extension on Azure Cosmos DB for PostgreSQL Cluster?
How to disable the Materialized Views for NoSQL API (preview) in CosmosDB?
I have a CosmosDB with NOSQL API and I would like to turn on the Continuous backup. I am receiving the error that it cannot be turned on due to the active Materialized Views for NoSQL API. In Settings/Features I can indeed see the feature active, but I…
Creating an Azure Cosmos DB account fails
Trying to create an Azure Cosmos DB account. Get an error about the choosen region that is not available for my resource group. But there are only two regions to choose from, and none of them is available. What to do? This question is related to the…
FIPS enabled CosmosDB
I just want to know how to access FIPS-enabled CosmosDB and which services have FIPS enabled in terms of it. How does it work for FedRAMP environment.
Cosmos Db error : Request blocked by Auth
Hi, I can not read the data in Cosmos Dbs in all Azure Directories. Here is the error message: Request blocked by Auth : Request is blocked because principal [] does not have required RBAC permissions to perform action…
Cosmos DB API for MongoDB: Transaction support on Shard key collection
Hello, We're using the Cosmos DB API for MongoDB. I just wonder how can we do the transactions on Shard key collection, what is the best practice? I am using spring boot with spring data jpa. My expectation is, processMessage() method should not…
Cosmo DB docker linux does not work on custom port
Hello, I am facing the same problem as it was described here https://github.com/Azure/azure-cosmos-db-emulator-docker/issues/50 Basically, I would like to run cosmos DB container using a custom port (not 8081). If I have my application running as a…
Performance issue on CosmosDB for MongoDB
I am experiencing performance issue with CosmosDB for MongoDB (RU), when executing a query on a collection containing 300,000 documents. The query takes 43 seconds to execute on CosmosDB, whereas on my local MongoDB setup, it only takes 411 ms. Both env…
Does ADF Mapping Flows support Cosmos DB Serverless?
Hi I'm trying to insert records in bulk using ADF Mapping Flows. Source is in csv format. However I get the following error when debugging: {"StatusCode":"DFExecutorUserError","Message":"Job failed due to reason: at…
error in portal query: Authorization header doesn't confirm to the required format. Please verify and try again. ActivityId: 89881f95-402e-4aa3-b2f8-42bdd85c55fc, Windows/10.0.20348 cosmos-netstandard-sdk/3.18.0
Hello everyone, I am trying to perform queries in Cosmos DB as I have always been doing, however it gives me the following error that I do not understand: Authorization header doesn't confirm to the required format. Please verify and try…
How to open this service? Can you attach the picture?(Change Stream on vCore-based Azure Cosmos DB for MongoDB (Preview))
When I use the change stream feature of mongodb in cosmos, it fails. How can I make mongodb in cosmos support this feature? // ChangeStreamExample.js const { MongoClient } = require("mongodb"); const uri = "xxxxxx"; async function…
The /EnableTableEndpoint commandline parameter no longer works
A few years ago we build an application that used CosmosDB and for local integration testing we used the CosmosDB emulator. We want to make some changes to the application, but found that it now is impossible to get the Table Endpoint to run in the…
Cosmos DB SQL without postman
Hi Team, I'm using CosmosDB to store the JSON documents. The database gives inbuilt SQL REST API feature to query the database. With this inbuilt feature I'm able to query data perfectly using GET and POST methods. This is working perfectly…
Cosmos DB Diagnostic Logs Not showing up RUs for Create operations
I am using CosmosDB for a while now, and I would like to take advantage of diagnostic logs to keep an eye on RU usage. Query logs work fine, HOWEVER my create requests are being logged with requestcharge equal to 0. Does anyone have any idea why that…
Linq Cosmos DB ArgumentNullException Exception
I am using LinQ on the client side to query Cosmos DB. All the other properties work fine except two properties. One is the "id" and the other is the "RowKey". I manually checked the database, the type of RowKeys are all string, they…
High Partition Utilization & Potential Hot Partition Issue in Serverless CosmosDB ( High Normalized RUs AVG consumption alert )
We are experiencing hot partition issues in our Azure CosmosDB (serverless mode). Some partitions are consistently at 100% utilization, while others remain at 0%. This is leading to potential performance bottlenecks and repeated alerts. Key Details: …
Create a Document using Postman HTTP API request
I need to create a new document to my Azure Cosmos database container. The database name is mydb and container name is mycontainer. However, I get below response: {"code":"Unauthorized","message":"The input…
How to connect Cosmos Table DB to managed Grafana?
I have a Cosmos Table DB with data that I wish to visualize. So I set up and instance of managed Graphana, but I can't figure out how to connect the DB to it. I see that Grafana offers a plugin, but it is closed source, so what is the alternative if I…