Skip to content

Commit 4722731

Browse files
authored
manual registration features: add status command
1 parent 93fb580 commit 4722731

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ The following diagram demonstrates how customer-managed keys work with Azure Net
3636
## Considerations
3737

3838
> [!IMPORTANT]
39-
> Customer-managed keys for Azure NetApp Files volume encryption is currently in preview. You need to submit a waitlist request for accessing the feature through the **[Customer-managed keys for Azure NetApp Files volume encryption](https://aka.ms/anfcmkpreviewsignup)** page. Customer-managed keys feature is expected to be enabled within a week from submitting waitlist request.
39+
> Customer-managed keys for Azure NetApp Files volume encryption is currently in preview. You need to submit a waitlist request for accessing the feature through the **[Customer-managed keys for Azure NetApp Files volume encryption](https://aka.ms/anfcmkpreviewsignup)** page. Customer-managed keys feature is expected to be enabled within a week from submitting waitlist request. You can check the status of feature registration via following command.
40+
>
41+
> `Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAzureKeyVaultEncryption `
42+
>
43+
> `FeatureName ProviderName RegistrationState`
44+
> `----------- ------------ -----------------`
45+
> `ANFAzureKeyVaultEncryption Microsoft.NetApp Registered`
4046
4147
* Customer-managed keys can only be configured on new volumes. You can't migrate existing volumes to customer-managed key encryption.
4248
* To create a volume using customer-managed keys, you must select the *Standard* network features. You can't use customer-managed key volumes with volume configured using Basic network features. Follow instructions in to [Set the Network Features option](configure-network-features.md#set-the-network-features-option) in the volume creation page.

0 commit comments

Comments
 (0)