Skip to content

Commit cee119a

Browse files
Merge pull request #215320 from seesharprun/cosmos-custom-role-clarity
Cosmos DB | Add note about custom role assignment visibility in portal
2 parents 9ca85d3 + c0d48b2 commit cee119a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cosmos-db/role-based-access-control.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ In addition to the built-in roles, users may also create [custom roles](../role-
4545
> [!TIP]
4646
> Custom roles that need to access data stored within Azure Cosmos DB or use Data Explorer in the Azure portal must have `Microsoft.DocumentDB/databaseAccounts/listKeys/*` action.
4747
48+
> [!NOTE]
49+
> Custom role assignments may not always be visible in the Azure portal.
50+
4851
## <a id="prevent-sdk-changes"></a>Preventing changes from the Azure Cosmos DB SDKs
4952

5053
The Azure Cosmos DB resource provider can be locked down to prevent any changes to resources from a client connecting using the account keys (that is applications connecting via the Azure Cosmos DB SDK). This feature may be desirable for users who want higher degrees of control and governance for production environments. Preventing changes from the SDK also enables features such as resource locks and diagnostic logs for control plane operations. The clients connecting from Azure Cosmos DB SDK will be prevented from changing any property for the Azure Cosmos DB accounts, databases, containers, and throughput. The operations involving reading and writing data to Azure Cosmos DB containers themselves are not impacted.

0 commit comments

Comments
 (0)