Skip to content

Commit 6522a87

Browse files
Update customer-managed-keys-cross-tenant.md
1 parent de0b17c commit 6522a87

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ Verify that `federatedClientId` is present in the encryption properties.
140140
141141
The output should include `federatedClientId` in the encryption identity properties.
142142
143+
---
143144
144145
### Create a volume
145146
@@ -166,6 +167,8 @@ Create the volume using the CLI:
166167
az netappfiles volume create -g <resource group name> --account-name <NetApp account name> --pool-name <pool name> --name <volume name> -l southcentralus --service-level premium --usage-threshold 100 --file-path "<file path>" --vnet <virtual network name> --subnet default --network-features Standard --encryption-key-source Microsoft.KeyVault --kv-private-endpoint-id <full resource ID to the private endpoint to the customer's vault> --debug
167168
```
168169

170+
---
171+
169172
## Troubleshoot cross-tenant customer-managed keys
170173

171174
This section describes issues encountered when configuring cross-tenant CMK and the information to resolve them.
@@ -182,7 +185,7 @@ To confirm whether a NetApp account is correctly configured for cross-tenant CMK
182185

183186
#### [Azure CLI](#tab/cli-CMK)
184187

185-
Run the following command to inspect the account's encryption configuration:
188+
Run the following command:
186189

187190
```azurecli
188191
az netappfiles account show \

0 commit comments

Comments
 (0)