Skip to content

Commit a61c7a1

Browse files
Merge pull request #228139 from b-ahibbard/anf-cmk-images
Anf cmk images
2 parents 15d776b + 51d680b commit a61c7a1

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

articles/azure-netapp-files/configure-customer-managed-keys.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ For more information about Azure Key Vault and Azure Private Endpoint, refer to:
8484

8585
1. Select the identity type that you want to use for authentication to the Azure Key Vault. If your Azure Key Vault is configured to use Vault access policy as its permission model, then both options are available. Otherwise, only the user-assigned option is available.
8686
* If you choose **System-assigned**, select the **Save** button. The Azure portal configures the NetApp account automatically with the following process: A system-assigned identity is added to your NetApp account. An access policy is to be created on your Azure Key Vault with key permissions Get, Encrypt, Decrypt.
87+
88+
:::image type="content" source="../media/azure-netapp-files/encryption-system-assigned.png" alt-text="Screenshot of the encryption menu with system-assigned options." lightbox="../media/azure-netapp-files/encryption-system-assigned.png":::
89+
8790
* If you choose **User-assigned**, you must select an identity to use. Choosing **Select an identity** opens a context pane prompting you to select a user-assigned managed identity.
8891

8992
:::image type="content" source="../media/azure-netapp-files/encryption-user-assigned.png" alt-text="Screenshot of user-assigned submenu." lightbox="../media/azure-netapp-files/encryption-user-assigned.png":::
@@ -110,7 +113,7 @@ You can use an Azure Key Vault that is configured to use Azure role-based access
110113
1. `Microsoft.KeyVault/vaults/keys/encrypt/action`
111114
1. `Microsoft.KeyVault/vaults/keys/decrypt/action`
112115

113-
Although there are pre-defined roles with these privileges, it is recommended that you create a custom role with the required permissions. See [Azure custom roles](../role-based-access-control/custom-roles.md) for details.
116+
Although there are pre-defined roles with these permissions, they grant more privileges than are required. For the minimum level of privileges, you should create a custom role with only the required permissions. For details, see [Azure custom roles](../role-based-access-control/custom-roles.md).
114117

115118
```json
116119
{
7.64 KB
Loading
73 KB
Loading

0 commit comments

Comments
 (0)