|
- azure - Assigning data-plane RBAC to Cosmos DB? - Stack Overflow
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 the Cosmos DB
- What role do I need to assign to my user to read and write to my . . .
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 DB accounts Azure Cosmos DB is formerly known as DocumentDB
- Specify the connection port to Azure Cosmos db (SQL)
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 connecting from the home network
- Connect Azure CosmosDB using Managed Identities from Azure Function App . . .
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-0000-000000000002 More details at Configure role-based access control with Azure AD - Azure Cosmos Db | Microsoft Learn So all you need to do is give your principal the adequate permission az cosmosdb sql
- azure - Cosmos DB creation exception - Stack Overflow
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-based access control through one of the following options For NET, it is Azure ResourceManager CosmosDB
- How to Invoke Azure CosmosDB REST API In powershell using AAD . . .
I am trying to query the cosmos db collection using REST API Authentication method I want use is AAD, I can't use master key authentication because we have restricted cosmos db authentication to o
- azure - Best way to export data from on cosmos db account into another . . .
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 using ADF I have two containers in Cosmos db as shown below, Employee container has data, Initially staff1 has no data, Created an Azure data factory resource Created Linked service of type Azure cosmos DB
- Azure Cosmos DB: 503 Service Unavailable - Stack Overflow
While connecting from my code outside of the company network, the Cosmos DB connection works just fine But from the company network, it throws a 503 ServiceUnavailable status code What are the po
|
|
|