Is there a more secure way to access cosmos mongdb vcore via python app service
Is there a more secure way to access data in Cosmos mongodb vcore via python App service. Currently I am using basic authentication using connection string. I would like to know if there is a way to authenticate using managed identity or AAD tokens.
How to fix and troubleshoot 503 errors in Azure Cosmos DB with substatus code of 20003
Hi, We are currently experiencing intermittent 503 errors in our cosmos db. Below is the error message: ServiceUnavailable`` (503); Substatus: 20003; ActivityId: 0b3f26d8-f0ea-4d67-9260-c984144c7f7f; Reason: (GatewayStoreClient Request Timeout.…
Cosmos DB multi-region and free of charge
I want to do some tests with writable multi-region and still keep my account free of charge. In Best practices to keep your account free, it says that "Account with two regions that has one container with a max of 500 RU/s provisioned…
Having trouble in copy data between cosmos mongodb
Operation on target ForEach_q2g failed: Activity failed because an inner activity failed; Inner activity name: Copy_q2g, Error: Failure happened on 'Sink' side.…
Cosmos DB doesn't support MongoDB `hello` command
Hi, MongoDB is using "hello" command for handshaking health check. However, CosmosDB doesn't support it, and all the application development frameworks have switched from isMaster command to this now, which is creating dirty overriding layer in…
Python CosmosDB trigger failing to show up in Azure Functions GUI
Hello, We are currently working on trying to deploy a python cosmosDB-triggered function to an azure function app (v2), and while we have had successful deployments of the relevant files to the resource, it simply does not appear in the GUI (the files…
How to fix "Similarity index was not found for a vector similarity search query." error from cosmos mongodb
I am trying to use cosmos mongodb vcore as memory for Semantic Kernel to implement RAG. I have code that inserts the sample data into cosmos mongodb vcore and does a vector search. I am able to insert the data using below code but when I try to search…
Connect to a Cosmos Mongo Vcore instance over an Azure P2S VPN
I'm trying to connect to a Cosmos Mongo vcore database over a p2s vpn and am having a hard time pinning down why this isn't working. We have a hub vnet that contains a vpn gateway subnet, a private endpoint subnet, and a dns resolver subnet. I created…
How to download payloads from Azure Cosmos DB efficiently?
I need help figuring out how to download specific payloads from Azure Cosmos DB efficiently. While exploring the Azure interface, I noticed an option to delete data, but I couldn’t find a straightforward way to download it. For example, I want to…
CosmosDb multi-region writes and creating globally unique value
Hi! I am trying to understand how to deal with conflicts when using multi-region writes. Imagine I am trying to create a Twitter clone and I have to ensure that when a user creates an account, it also select an unique user handle (a unique key like…
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…
![](https://techprofile.blob.core.windows.net/images/a7bc40e9dac44c98ab6c34bcf4830bf8.png)
What is best practice for a Functions App to update a Cosmos NoSQL container configuration?
Much more details here: https://stackoverflow.com/questions/79325429/azure-functions-app-cannot-update-cosmos-db-container-configuration-using-ihoste Essentially in my app service plan I made a Functions app that uses IHostedService added to the service…
How to access Azure Cosmos mongoDB vcore cluster data via python
I am trying to access Cosmos MongoDB vcore cluster data in my python code. Cluster connection string is mentioned below. I am getting server timeout error. I would also like to know how to use mongdb REST API to read the data. Connection String:…
containerId null when using cosmosDB as an input bindung for a azure function
Hi all, I am trying to read some data from my cosmosDB-Database into an azure Function using an input binding. I followed this…
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…
Cosmos DB Mongo API recieved Error 50 (ExceededTimeLimit) while attempting to read from an empty collection
Hey Guys, we encountered an issue with our Cosmos DB for Mongo DB 4.3. When we execute the same request (using mongoose 5.13), it fails randomly (error code 50 ExceededTimeLimit). The confusing part is that the db table is still empty. We took a…
Getting error in cosmos db as authorization token is not valid for current time.
Hi All, I'm using free trail azure subscription and created azure cosmos Account. After successful creation of azure Cosmos Account I have created database. I tried adding documents to the collection its not allowing me to create a documents. I'm…
issue with "Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/*"
What are included in "Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/*"? In ADF when testing pipeline, we got an error message saying "xxx does not have authorization to perform action…
Localhost refused to connect when running CosmosDb emulator
I am getting the below screen when I launch the data explorer after installing the cosmos DB emulator. I have tried deleting the certificates, removing the folder from LOCALAPPDATA and reinstalling, but nothing seems to work. Any help on this…
How to sync dta between cosmos DB instances
My goal is to sync collection from 1st cosmos DB instance to 2nd DB instance. Want to replicate a limited set of fields for a collection from 1st instance to 2nd instance. Do not want a one time migration but an ongoing synchronization.