Skip to content

Commit a539256

Browse files
authored
Format command output in IMPORTANT notes
1 parent c0373f5 commit a539256

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ The following diagram demonstrates how customer-managed keys work with Azure Net
3838
> [!IMPORTANT]
3939
> 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 after you submit the waitlist request. You can check the status of feature registration by using the following command:
4040
>
41-
> `Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAzureKeyVaultEncryption `
41+
> ```azurepowershell-interactive
42+
> Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAzureKeyVaultEncryption
4243
>
43-
> `FeatureName ProviderName RegistrationState`
44-
> `----------- ------------ -----------------`
45-
> `ANFAzureKeyVaultEncryption Microsoft.NetApp Registered`
44+
> FeatureName ProviderName RegistrationState
45+
> ----------- ------------ -----------------
46+
> ANFAzureKeyVaultEncryption Microsoft.NetApp Registered
47+
> ```
4648
4749
* Customer-managed keys can only be configured on new volumes. You can't migrate existing volumes to customer-managed key encryption.
4850
* 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)