Skip to content

Commit 1f80bc3

Browse files
committed
feature registration
1 parent 1de1df0 commit 1f80bc3

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

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

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,26 @@ Azure NetApp Files cross-tenant customer-managed keys for volume encryption is s
8080

8181
## Register the feature
8282

83-
<!-- register the feature -->
8483

85-
## Configure cross-tenant CMK for Azure NetApp Files
84+
This feature is currently in preview. You need to register the feature before using it for the first time. After registration, the feature is enabled and works in the background. No UI control is required.
85+
86+
1. Register the feature:
87+
88+
```azurepowershell-interactive
89+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCrossTenantCMK
90+
```
91+
92+
2. Check the status of the feature registration:
93+
94+
> [!NOTE]
95+
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to`Registered`. Wait until the status is **Registered** before continuing.
96+
97+
```azurepowershell-interactive
98+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCrossTenantCMK
99+
```
100+
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
101+
102+
## Configure cross-tenant customer-managed keys for Azure NetApp Files
86103
87104
Cross-tenant CMK is currently only supported for the REST API.
88105

0 commit comments

Comments
 (0)