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.
2 parents ce2bc77 + 9d01aa4 commit 84473d0Copy full SHA for 84473d0
articles/azure-netapp-files/configure-customer-managed-keys.md
@@ -259,12 +259,11 @@ The process to configure a NetApp account with customer-managed keys in the Azur
259
az netappfiles account update --name <account_name> \
260
--resource-group <resource_group> \
261
--identity-type UserAssigned \
262
- --user-identity-id $user-assigned-identity \
263
--key-source Microsoft.Keyvault \
264
--key-vault-uri $key_vault_uri \
265
--key-name <key> \
266
--keyvault-resource-id <key-vault> \
267
- --user-assigned-identity
+ --user-assigned-identity $user_assigned_identity
268
```
269
270
### [Azure PowerShell](#tab/azure-powershell)
0 commit comments