Skip to content

Commit de0b17c

Browse files
Clarify cross-tenant CMK configuration instructions
Updated instructions for switching encryption key sources and clarified troubleshooting information.
1 parent e90e5ad commit de0b17c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/azure-netapp-files/customer-managed-keys-cross-tenant.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The configuration process for cross-tenant customer-managed keys has portions th
9292
### Configure the NetApp account to use your keys
9393

9494
> [!IMPORTANT]
95-
> If the NetApp account is currently configured with same-tenant customer-managed keys, you must switch the account back to Microsoft-managed keys before configuring cross-tenant CMK. To switch, navigate to **Encryption** for the NetApp account in the Azure portal and change the encryption key source to **Microsoft-managed key**, then select **Save**.
95+
> If the NetApp account is configured with same-tenant customer-managed keys, you must switch the account back to Microsoft-managed keys before configuring cross-tenant CMK. To switch, navigate to **Encryption** in the Azure portal and change the encryption key source to **Microsoft-managed key**.
9696
9797
#### [Portal](#tab/portal-configure)
9898

@@ -168,19 +168,19 @@ az netappfiles volume create -g <resource group name> --account-name <NetApp acc
168168

169169
## Troubleshoot cross-tenant customer-managed keys
170170

171-
This section describes issues encountered when configuring cross-tenant CMK and the steps to resolve them.
171+
This section describes issues encountered when configuring cross-tenant CMK and the information to resolve them.
172172

173173
### Verify cross-tenant CMK configuration
174174

175175
To confirm whether a NetApp account is correctly configured for cross-tenant CMK, check for the presence of `federatedClientId` in the account's encryption properties.
176176

177-
#### [Portal](#tab/portal-volume)
177+
#### [Portal](#tab/portal-CMK)
178178

179179
1. Navigate to your NetApp account, select **Overview**, then select **JSON View**.
180180

181181
If cross-tenant CMK is correctly configured, the encryption properties should include `federatedClientId`.
182182

183-
#### [Azure CLI](#tab/cli-volume)
183+
#### [Azure CLI](#tab/cli-CMK)
184184

185185
Run the following command to inspect the account's encryption configuration:
186186

0 commit comments

Comments
 (0)