Skip to content

Instantly share code, notes, and snippets.

@anishi1222
Created December 21, 2021 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anishi1222/11c0ce5b4b8fa54e4155d6c429afe67c to your computer and use it in GitHub Desktop.
Save anishi1222/11c0ce5b4b8fa54e4155d6c429afe67c to your computer and use it in GitHub Desktop.
resourceGroupName='<myResourceGroup>'
accountName='<myCosmosAccount>'
az cosmosdb sql role definition create -a $accountName -g $resourceGroupName -b @role-definition-ro.json
az cosmosdb sql role definition create -a $accountName -g $resourceGroupName -b @role-definition-rw.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment