Skip to content

Commit f08368a

Browse files
authored
Update role-based-access-control.md
Fixing the section title in this article.
1 parent f1437d8 commit f08368a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ In addition to the built-in roles, users may also create [custom roles](../role-
4848
> [!NOTE]
4949
> Custom role assignments may not always be visible in the Azure portal.
5050
51+
## <a id="prevent-sdk-changes"></a>Preventing changes from the Azure Cosmos DB SDKs
52+
5153
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.
5254

5355
When this feature is enabled, changes to any resource can only be made from a user with the right Azure role and Azure Active Directory credentials including Managed Service Identities.

0 commit comments

Comments
 (0)