Skip to content

Commit 3b59a6b

Browse files
committed
remove afec
1 parent 62de3fd commit 3b59a6b

File tree

4 files changed

+4
-25
lines changed

4 files changed

+4
-25
lines changed

articles/azure-netapp-files/azure-netapp-files-create-volumes-smb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Before creating an SMB volume, you need to create an Active Directory connection
9696

9797
* Specify a unique **share name** for the volume. This share name is used when you create mount targets. The requirements for the share name are as follows:
9898
- For volumes not in an availability zone or volumes in the same availability zone, it must be unique within each subnet in the region.
99-
- For volumes in availability zones, it must be unique within each availability zone. You must register the feature. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
99+
- For volumes in availability zones, it must be unique within each availability zone. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
100100
- It can contain only letters, numbers, or dashes (`-`).
101101
- The length must not exceed 80 characters.
102102

articles/azure-netapp-files/azure-netapp-files-create-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This article shows you how to create an NFS volume. For SMB volumes, see [Create
112112

113113
* Specify a unique **file path** for the volume. This path is used when you create mount targets. The requirements for the path are as follows:
114114
- For volumes not in an availability zone or volumes in the same availability zone, it must be unique within each subnet in the region.
115-
- For volumes in availability zones, it must be unique within each availability zone. You must register the feature. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
115+
- For volumes in availability zones, it must be unique within each availability zone. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
116116
- It must start with an alphabetical character.
117117
- It can contain only letters, numbers, or dashes (`-`).
118118
- The length must not exceed 80 characters.

articles/azure-netapp-files/create-volumes-dual-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To create NFS volumes, see [Create an NFS volume](azure-netapp-files-create-volu
130130
* Specify a unique **Volume Path**. This path is used when you create mount targets. The requirements for the path are as follows:
131131

132132
- For volumes not in an availability zone or volumes in the same availability zone, the volume path must be unique within each subnet in the region.
133-
- For volumes in availability zones, the volume path must be unique within each availability zone. You must register the feature. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
133+
- For volumes in availability zones, the volume path must be unique within each availability zone. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
134134
- It must start with an alphabetical character.
135135
- It can contain only letters, numbers, or dashes (`-`).
136136
- The length must not exceed 80 characters.

articles/azure-netapp-files/manage-availability-zone-volume-placement.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,7 @@ You can deploy new volumes in the logical availability zone of your choice. You
3131
* VMs and Azure NetApp Files volumes are to be deployed separately, within the same logical availability zone to create zone alignment between VMs and Azure NetApp Files. The availability zone volume placement feature doesn't create zonal VMs upon volume creation, or vice versa.
3232

3333
* <a name="file-path-uniqueness"></a> For volumes in different availability zones, Azure NetApp Files allows you to create volumes with the same file path (NFS), share name (SMB), or volume path (dual-protocol).
34-
35-
>[!IMPORTANT]
36-
>Once a volume is created with the same file path as another volume in a different availability zone, the volume has the same level of support as other volumes deployed in the subscription without this feature enabled. For example, if there's an issue with other generally available features on the volume such as snapshots, it's supported because the problem is unrelated to the ability to create volumes with the same file path in different availability zones.
37-
38-
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.
39-
40-
1. Register the feature:
41-
42-
```azurepowershell-interactive
43-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFilePathUniquenessInAz
44-
```
45-
46-
2. Check the status of the feature registration:
47-
48-
> [!NOTE]
49-
> 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.
50-
51-
```azurepowershell-interactive
52-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFilePathUniquenessInAz
53-
```
54-
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.
55-
34+
5635
>[!IMPORTANT]
5736
>It's not recommended that you use availability zones for Terraform-managed volumes. If you do, you must [add the zone property to your volume](#populate-availability-zone-for-terraform-managed-volumes).
5837

0 commit comments

Comments
 (0)