We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309d6d8 commit aa06fe6Copy full SHA for aa06fe6
articles/container-instances/container-instances-encrypt-data.md
@@ -286,14 +286,14 @@ spID=$(az identity show \
286
287
### Set access policy
288
289
-Create a new access policy for allowing the user-assigned identity to access your Key.
+Create a new access policy for allowing the user-assigned identity to access abd unwrap your Key for encryption purposes.
290
291
```azurecli-interactive
292
az keyvault set-policy \
293
--name mykeyvault \
294
--resource-group myResourceGroup \
295
--object-id $spID \
296
- --secret-permissions get unwrap
+ --key-permissions get unwrapKey
297
```
298
299
The access policy should now show up in your key vault's access policies.
0 commit comments