Skip to content

Commit aa06fe6

Browse files
authored
Update container-instances-encrypt-data.md
1 parent 309d6d8 commit aa06fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-instances/container-instances-encrypt-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,14 +286,14 @@ spID=$(az identity show \
286286

287287
### Set access policy
288288

289-
Create a new access policy for allowing the user-assigned identity to access your Key.
289+
Create a new access policy for allowing the user-assigned identity to access abd unwrap your Key for encryption purposes.
290290

291291
```azurecli-interactive
292292
az keyvault set-policy \
293293
--name mykeyvault \
294294
--resource-group myResourceGroup \
295295
--object-id $spID \
296-
--secret-permissions get unwrap
296+
--key-permissions get unwrapKey
297297
```
298298

299299
The access policy should now show up in your key vault's access policies.

0 commit comments

Comments
 (0)