
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 …
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 …
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 …
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 …
How to clear a Cosmos DB database or delete all items using …
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 …
Azure CosmosDB: how to ORDER BY id? - Stack Overflow
Feb 12, 2018 · The best way to do this is to store a duplicate property e.g. id2 that has the same value of id, and is indexed using a range index, then use that for sorting, i.e. query for …
Cannot assign Azure Role for cosmos db - Stack Overflow
Sep 13, 2021 · Cannot assign Azure Role for cosmos db Asked 4 years, 3 months ago Modified 7 months ago Viewed 6k times
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 …
Azure Cosmos DB read data using role based access control
Jul 3, 2020 · The real issue is on using cosmos.azure.com, and logging inn using ActiveDirectory, did not let the user see anything with the 'Cosmos DB Account Reader'-role. Might be it …
What exactly is Azure Cosmos DB's _ts based on?
Aug 18, 2023 · What exactly is Azure Cosmos DB's _ts based on? Asked 2 years, 3 months ago Modified 2 years, 3 months ago Viewed 4k times