You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/configure-customer-managed-keys-hardware.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ Azure NetApp Files volume encryption with customer-managed keys with the managed
25
25
* Customer-managed keys with managed HSM is supported using the 2022.11 or later API version.
26
26
* Customer-managed keys with managed HSM is only supported for Azure NetApp Files accounts that don't have existing encryption.
27
27
* Before creating a volume using customer-managed key with managed HSM volume, you must have:
28
-
* created an [Azure Key Vault](../key-vault/general/overview.md), containing at least one key.
28
+
* created an [Azure Key Vault](/azure/key-vault/general/overview), containing at least one key.
29
29
* The key vault must have soft delete and purge protection enabled.
30
30
* The key must be type RSA.
31
31
* created a VNet with a subnet delegated to Microsoft.Netapp/volumes.
32
32
* a user- or system-assigned identity for your Azure NetApp Files account.
33
-
*[provisioned and activated a managed HSM.](../key-vault/managed-hsm/quick-create-cli.md)
33
+
*[provisioned and activated a managed HSM.](/azure/key-vault/managed-hsm/quick-create-cli)
34
34
35
35
## Supported regions
36
36
@@ -115,7 +115,7 @@ To use a system-assigned identity, the Azure Key Vault must be configured to use
115
115
* "Microsoft.KeyVault/vaults/keys/read"
116
116
* "Microsoft.KeyVault/vaults/keys/encrypt/action"
117
117
* "Microsoft.KeyVault/vaults/keys/decrypt/action"
118
-
The user-assigned identity you select is added to your NetApp account. Due to RBAC being customizable, the Azure portal doesn't configure access to the key vault. For more information, see [Using Azure RBAC secret, key, and certificate permissions with Key Vault](../key-vault/general/rbac-guide.md#using-azure-rbac-secret-key-and-certificate-permissions-with-key-vault)
118
+
The user-assigned identity you select is added to your NetApp account. Due to RBAC being customizable, the Azure portal doesn't configure access to the key vault. For more information, see [Using Azure RBAC secret, key, and certificate permissions with Key Vault](/azure/key-vault/general/rbac-guide#using-azure-rbac-secret-key-and-certificate-permissions-with-key-vault)
119
119
120
120
:::image type="content" source="./media/configure-customer-managed-keys/encryption-user-assigned.png" alt-text="Screenshot of user-assigned submenu." lightbox="./media/configure-customer-managed-keys/encryption-user-assigned.png":::
0 commit comments