Skip to content

Commit c6a97dc

Browse files
authored
pencil edit
Line 214: added space before **unwrapKey**
1 parent cd4a8df commit c6a97dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/concepts-data-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Follow the steps below to enable CMK while creating Postgres Flexible Server usi
211211
identityPrincipalId=$(az identity create -g <resource_group> --name <identity_name> --location <azure_region> --query principalId -o tsv)
212212
```
213213

214-
4. Add access policy with key permissions of *wrapKey*,*unwrapKey*, *get*, *list* in Azure KeyVault to the managed identity we created above
214+
4. Add access policy with key permissions of *wrapKey*, *unwrapKey*, *get*, *list* in Azure KeyVault to the managed identity we created above
215215
```azurecli-interactive
216216
az keyvault set-policy -g <resource_group> -n <vault_name> --object-id $identityPrincipalId --key-permissions wrapKey unwrapKey get list
217217
```

0 commit comments

Comments
 (0)