Skip to content

Commit b57b605

Browse files
Merge pull request #235048 from b-hchen/patch-88
manual registration features: add status command (alok)
2 parents a131926 + 5ca7741 commit b57b605

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

articles/azure-netapp-files/backup-introduction.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ ms.custom: references_regions
2121
Azure NetApp Files backup expands the data protection capabilities of Azure NetApp Files by providing fully managed backup solution for long-term recovery, archive, and compliance. Backups created by the service are stored in Azure storage, independent of volume snapshots that are available for near-term recovery or cloning. Backups taken by the service can be restored to new Azure NetApp Files volumes within the region. Azure NetApp Files backup supports both policy-based (scheduled) backups and manual (on-demand) backups. For additional information, see [How Azure NetApp Files snapshots work](snapshots-introduction.md).
2222

2323
> [!IMPORTANT]
24-
> The Azure NetApp Files backup feature is currently in preview. You need to submit a waitlist request for accessing the feature through the **[Azure NetApp Files Backup Public Preview](https://aka.ms/anfbackuppreviewsignup)** page. Wait for an official confirmation email from the Azure NetApp Files team before using the Azure NetApp Files backup feature.
24+
> The Azure NetApp Files backup feature is currently in preview. You need to submit a waitlist request for accessing the feature through the **[Azure NetApp Files Backup Public Preview](https://aka.ms/anfbackuppreviewsignup)** page. The Azure NetApp Files backup 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:
25+
>
26+
> ```azurepowershell-interactive
27+
> Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFBackupPreview
28+
>
29+
> FeatureName ProviderName RegistrationState
30+
> ----------- ------------ -----------------
31+
> ANFBackupPreview Microsoft.NetApp Registered
32+
> ```
2533
2634
## Supported regions
2735

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,15 @@ 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 after you submit the waitlist request. You can check the status of feature registration by using the following command:
40+
>
41+
> ```azurepowershell-interactive
42+
> Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAzureKeyVaultEncryption
43+
>
44+
> FeatureName ProviderName RegistrationState
45+
> ----------- ------------ -----------------
46+
> ANFAzureKeyVaultEncryption Microsoft.NetApp Registered
47+
> ```
4048
4149
* Customer-managed keys can only be configured on new volumes. You can't migrate existing volumes to customer-managed key encryption.
4250
* 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.

articles/azure-netapp-files/enable-continuous-availability-existing-SMB.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,20 @@ ms.author: anfdocs
2020
You can enable the SMB Continuous Availability (CA) feature when you [create a new SMB volume](azure-netapp-files-create-volumes-smb.md#continuous-availability). You can also enable SMB CA on an existing SMB volume; this article shows you how to do so.
2121

2222
> [!IMPORTANT]
23-
> The SMB Continuous Availability feature is currently in public preview. You need to submit a waitlist request for accessing the feature through the **[Azure NetApp Files SMB Continuous Availability Shares Public Preview waitlist submission page](https://aka.ms/anfsmbcasharespreviewsignup)**. Wait for an official confirmation email from the Azure NetApp Files team before using the Continuous Availability feature.
23+
> The SMB Continuous Availability feature is currently in public preview. You need to submit a waitlist request for accessing the feature through the **[Azure NetApp Files SMB Continuous Availability Shares Public Preview waitlist submission page](https://aka.ms/anfsmbcasharespreviewsignup)**. The SMB Continuous Availability 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:
24+
>
25+
> ```azurepowershell-interactive
26+
> Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFSMBCAShare
2427
>
25-
> See the [**Enable Continuous Availability**](azure-netapp-files-create-volumes-smb.md#continuous-availability) option for additional details and considerations.
28+
> FeatureName ProviderName RegistrationState
29+
> ----------- ------------ -----------------
30+
> ANFSMBCAShare Microsoft.NetApp Registered
31+
> ```
2632
2733
>[!IMPORTANT]
2834
> Custom applications are not supported with SMB Continuous Availability.
35+
>
36+
> See the [**Enable Continuous Availability**](azure-netapp-files-create-volumes-smb.md#continuous-availability) option for additional details and considerations.
2937
3038
## Steps
3139

0 commit comments

Comments
 (0)