Skip to content

Commit 6585b37

Browse files
kanshiGSnehaGunda
andauthored
Update articles/cosmos-db/role-based-access-control.md
Co-Authored-By: Sneha Gunda <[email protected]>
1 parent c6da0c7 commit 6585b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The Cosmos resource provider can be locked down to prevent any changes to resour
5757
}
5858
}
5959
```
60-
Simple way to update this seeting is to use Azure CLI. If you are doing an ARM deployment. Those are complete replacements, so if all values are not included, they will be reset to default.
60+
If you export an existing Resource Manager template and update it with this property, it can completely replace the functionality of your template. So if all values are not included, they will be reset to default. Another way to disable the key-based metadata write access is by using Azure CLI as shown in the following command:
6161

6262
```cli
6363
az cosmosdb update --name CosmosDBAccountName --resource-group ResourceGroupName --disable-key-based-metadata-write-access true

0 commit comments

Comments
 (0)