Skip to content

Commit 62b4649

Browse files
Correct CLI command formatting in documentation
Fix formatting of Azure CLI command for managed identity usage.
1 parent 5ae8f53 commit 62b4649

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ Use the following to configure auditing using user-assigned managed identity:
6969

7070
# [The Azure CLI](#tab/azure-cli)
7171

72-
In order to use a managed identity, pass the `--storage-key` parameter as an empty string to use the primary managed identity assigned to the server when configuring auditing. Here's a sample command:
72+
In order to use a managed identity, pass the `--storage-key` parameter as an empty string to use the primary managed identity assigned to the server when configuring auditing. Here's a sample command :
7373

74-
```azurecli
75-
az SQL server audit-policy update -g "sampleresourcegroup" -n "sampleauditingtestserver" --state Enabled --bsts Enabled --storage-endpoint https://<storageaccountname>.blob.core.windows.net --storage-key ""
74+
75+
```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 """"
7677
```
7778

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

0 commit comments

Comments
 (0)