About 50 results
Open links in new tab
  1. What role do I need to assign to my user to read and write to my ...

    Nov 25, 2022 · 0 This should be possible with the ' Cosmos DB Account Reader Role ' and ' DocumentDB Account Contributor ' roles. From docs, regarding the contributor role : Can …

  2. 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 …

  3. Connect Azure CosmosDB using Managed Identities from Azure …

    Azure Cosmos DB actually has built-in roles for that. For read only, roleDefinitionId is 00000000-0000-0000-0000-000000000001. For read and write, roleDefinitionId is 00000000-0000-0000 …

  4. Cannot assign Azure Role for cosmos db - Stack Overflow

    Sep 13, 2021 · Cannot assign Azure Role for cosmos db Asked 4 years, 2 months ago Modified 7 months ago Viewed 6k times

  5. 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 …

  6. azure - Cosmos DB creation exception - Stack Overflow

    Dec 5, 2023 · You cannot use any Azure Cosmos DB data plane SDK to authenticate management operations with a Microsoft Entra identity. Instead, you must use Azure role …

  7. 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 …

  8. 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 …

  9. azure - How to insert bulk data into Cosmos DB in Python

    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 …

  10. 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 …