Skip to content

Commit cfbbe69

Browse files
committed
Form-based registration; define 'siblings'
1 parent 1b09d7e commit cfbbe69

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

articles/azure-netapp-files/configure-network-features.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: how-to
15-
ms.date: 04/25/2023
15+
ms.date: 05/16/2023
1616
ms.custom: references_regions
1717
ms.author: anfdocs
1818
---
@@ -77,28 +77,25 @@ This section shows you how to set the network features option when you create a
7777

7878
## Edit network features option for existing volumes
7979

80-
You can edit the network features option of existing volumes from *Basic* to *Standard* network features. The change you make applies to all volumes in the same network sibling set. This functionality currently doesn't support SDK.
80+
You can edit the network features option of existing volumes from *Basic* to *Standard* network features. The change you make applies to all volumes in the same *network sibling set* (or *siblings*). Siblings are determined by their network IP address relationship. They share the same NIC for mounting the volume to the client or connecting to the SMB share of the volume. At the creation of a volume, its siblings are determined by a placement algorithm that aims for reusing the IP address where possible.
8181

8282
You can also revert the option from *Standard* back to *Basic* network features, but considerations apply and require careful planning. For example, you might need to change configurations for Network Security Groups (NSGs), user-defined routes (UDRs), and IP limits if you revert. See [Guidelines for Azure NetApp Files network planning](azure-netapp-files-network-topologies.md#constraints) for constraints and supported network topologies about Standard and Basic network features.
8383

84-
> [!IMPORTANT]
85-
> Updating the network features option might cause a network disruption on the volumes for up to 5 minutes.
86-
87-
1. The option to edit network features is currently in preview. If you are using this option for the first time, you must register it:
88-
89-
```azurepowershell-interactive
90-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFBasicToStdNetworkFeaturesUpgrade
91-
```
84+
This feature currently doesn't support SDK.
9285

93-
Check the status of the feature registration:
94-
95-
```azurepowershell-interactive
96-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFBasicToStdNetworkFeaturesUpgrade
97-
```
86+
> [!IMPORTANT]
87+
> The option to edit network features is currently in preview. You need to submit a waitlist request for accessing the feature through the **[Azure NetApp Files standard networking features (edit volumes) Public Preview Request Form](https://aka.ms/anfeditnetworkfeaturespreview)**. This 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:
88+
>
89+
> ```azurepowershell-interactive
90+
> Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFBasicToStdNetworkFeaturesUpgrade
91+
>
92+
> FeatureName ProviderName RegistrationState
93+
> ----------- ------------ -----------------
94+
> ANFBasicToStdNetworkFeaturesUpgrade Microsoft.NetApp Registered
95+
> ```
9896
99-
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.
100-
101-
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.
97+
> [!IMPORTANT]
98+
> Updating the network features option might cause a network disruption on the volumes for up to 5 minutes.
10299
103100
1. Navigate to the volume that you want to change the network features option.
104101
1. Select **Change network features**.

articles/azure-netapp-files/whats-new.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
3434

3535
* [Azure Application Consistent Snapshot tool (AzAcSnap) 8 (GA)](azacsnap-introduction.md)
3636

37-
Version 8 of the AzAcSnap tool is now generally available. [Azure Application Consistent Snapshot Tool](azacsnap-introduction.md) (AzAcSnap) is a command-line tool that enables customers to simplify data protection for third-party databases in Linux environments. AzAcSnap 8 introduces the following new capabilities and improvements:
37+
Version 8 of the AzAcSnap tool is now generally available. [Azure Application Consistent Snapshot Tool](azacsnap-introduction.md) (AzAcSnap) is a command-line tool that enables you to simplify data protection for third-party databases in Linux environments. AzAcSnap 8 introduces the following new capabilities and improvements:
3838

3939
* Restore change - ability to revert volume for Azure NetApp Files
40-
* New global settings file (.azacsnaprc) to control behavior of azacsnap
40+
* New global settings file (`.azacsnaprc`) to control behavior of `azacsnap`
4141
* Logging enhancements for failure cases and new "mainlog" for summarized monitoring
42-
* Backup (-c backup) and Details (-c details) fixes
42+
* Backup (`-c backup`) and Details (`-c details`) fixes
4343

4444
Download the latest release of the installer [here](https://aka.ms/azacsnapinstaller).
4545

0 commit comments

Comments
 (0)