
What role do I need to assign to my user to read and write to my ...
Nov 25, 2022 · This should be possible with the ' Cosmos DB Account Reader Role ' and ' DocumentDB Account Contributor ' roles. From docs, regarding the contributor role : Can manage Azure Cosmos …
azure - Assigning data-plane RBAC to Cosmos DB? - Stack Overflow
Sep 5, 2024 · I am trying to create a data-plane role assignment for my Cosmos DB for my Azure Web App / Function app to access using their System-Assigned Managed Identity. I have tried assigning …
azure - Best way to export data from on cosmos db account into …
Nov 8, 2022 · You can use Azure data factory pipeline to move data from one azure cosmos container to another container. Here are the steps I have followed to move data from one container to another …
Specify the connection port to Azure Cosmos db (SQL)
Jun 18, 2024 · 1 I am using Azure Cosmos DB in the office network, and the application doesn't work when I'm trying to connect to the Azure Cosmos DB, but the application works fine when I'm …
azure - How to insert bulk data into Cosmos DB in Python ... - Stack ...
Aug 3, 2022 · 5 I'm developing an application in Python which uses Azure Cosmos DB as the main database. At some point in the app, I need to insert bulk data (a batch of items) into Cosmos DB. So …
azure - Managed Identity for Cosmos DB: "Local Authorization is ...
Sep 9, 2024 · I am trying to disable local authentication for my Cosmos DB and use Managed Identity for my Web App and Function App which connects to it. I have granted both apps the Cosmos DB Built …
Azure Cosmos DB - Understanding Partition Key - Stack Overflow
105 I'm setting up our first Azure Cosmos DB - I will be importing into the first collection, the data from a table in one of our SQL Server databases. In setting up the collection, I'm having trouble …
Newest 'azure-cosmosdb' Questions - Stack Overflow
Azure Cosmos DB returns multiple rows for the same SUM or GROUP BY even when using a single partition key I'm running aggregate queries (SUM, GROUP BY) on an Azure Cosmos DB container …
azure - Cosmos DB - Deleting a document - Stack Overflow
Oct 22, 2017 · You can delete a single document from cosmos db using c# by below method - You can use the below method with cosmosdb container instance. CustomerContainer.DeleteItemAsync (id, …
How to clear a Cosmos DB database or delete all items using Azure ...
Aug 17, 2019 · To delete a Container in the Azure Portal, do the following: In the left menu within the portal, choose All resources -> then choose your Cosmos DB resource to bring up the Cosmos DB …