Skip to content

Commit 31a7ee0

Browse files
Update auditing-managed-identity.md
1 parent 62b4649 commit 31a7ee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-sql/database/auditing-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In order to use a managed identity, pass the `--storage-key` parameter as an emp
7373

7474

7575
```azurecli
76-
az SQL server audit-policy update -g "sampleresourcegroup" -n "sampleauditingtestserver" --state Enabled --bsts Enabled --storage-endpoint https://<storageaccountname>.blob.core.windows.net --storage-key """"
76+
az SQL server audit-policy update -g "sampleresourcegroup" -n "sampleauditingtestserver" --state Enabled --bsts Enabled --storage-endpoint https://<storageaccountname>.blob.core.windows.net --storage-key '""'
7777
```
7878

7979
For more information, see [az sql server audit-policy](/cli/azure/sql/server/audit-policy).

0 commit comments

Comments
 (0)