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/customer-managed-keys-cross-tenant.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ The configuration process for cross-tenant customer-managed keys has portions th
92
92
### Configure the NetApp account to use your keys
93
93
94
94
> [!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**.
96
96
97
97
#### [Portal](#tab/portal-configure)
98
98
@@ -168,19 +168,19 @@ az netappfiles volume create -g <resource group name> --account-name <NetApp acc
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.
172
172
173
173
### Verify cross-tenant CMK configuration
174
174
175
175
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.
176
176
177
-
#### [Portal](#tab/portal-volume)
177
+
#### [Portal](#tab/portal-CMK)
178
178
179
179
1. Navigate to your NetApp account, select **Overview**, then select **JSON View**.
180
180
181
181
If cross-tenant CMK is correctly configured, the encryption properties should include `federatedClientId`.
182
182
183
-
#### [Azure CLI](#tab/cli-volume)
183
+
#### [Azure CLI](#tab/cli-CMK)
184
184
185
185
Run the following command to inspect the account's encryption configuration:
0 commit comments