Skip to content

Commit 48fca17

Browse files
committed
Brazil South. Remove AFEC for network planning
1 parent 3c8a022 commit 48fca17

File tree

2 files changed

+4
-28
lines changed

2 files changed

+4
-28
lines changed

articles/azure-netapp-files/azure-netapp-files-network-topologies.md

Lines changed: 3 additions & 2 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: conceptual
15-
ms.date: 11/08/2022
15+
ms.date: 11/09/2022
1616
ms.author: ramakk
1717
---
1818
# Guidelines for Azure NetApp Files network planning
@@ -23,7 +23,7 @@ Azure NetApp Files volumes are designed to be contained in a special purpose sub
2323

2424
## Configurable network features
2525

26-
Register for the [**configurable network features**](configure-network-features.md) to create volumes with standard network features. You can create new volumes choosing *Standard* or *Basic* network features in supported regions. In regions where the Standard network features aren't supported, the volume defaults to using the Basic network features.
26+
You can create new volumes choosing *Standard* or *Basic* network features in supported regions. In regions where the Standard network features aren't supported, the volume defaults to using the Basic network features. For more information, see [Configure network features](configure-network-features.md).
2727

2828
* ***Standard***
2929
Selecting this setting enables higher IP limits and standard VNet features such as [network security groups](../virtual-network/network-security-groups-overview.md) and [user-defined routes](../virtual-network/virtual-networks-udr-overview.md#user-defined) on delegated subnets, and additional connectivity patterns as indicated in this article.
@@ -39,6 +39,7 @@ Azure NetApp Files Standard network features are supported for the following reg
3939
* Australia Central 2
4040
* Australia East
4141
* Australia Southeast
42+
* Brazil South
4243
* Canada Central
4344
* Central US
4445
* East Asia

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

Lines changed: 1 addition & 26 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: 09/29/2022
15+
ms.date: 11/09/2022
1616
ms.custom: references_regions
1717
ms.author: anfdocs
1818
---
@@ -54,31 +54,6 @@ Two settings are available for network features:
5454

5555
* Conversion between Basic and Standard networking features in either direction is not currently supported.
5656

57-
## Register the feature
58-
59-
Follow the registration steps if you're using the feature for the first time.
60-
61-
1. Register the feature by running the following commands:
62-
63-
```azurepowershell-interactive
64-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFSDNAppliance
65-
66-
Register-AzProviderFeature -ProviderNamespace Microsoft.Network -FeatureName AllowPoliciesOnBareMetal
67-
```
68-
69-
2. Check the status of the feature registration:
70-
71-
> [!NOTE]
72-
> 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.
73-
74-
```azurepowershell-interactive
75-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFSDNAppliance
76-
77-
Get-AzProviderFeature -ProviderNamespace Microsoft.Network -FeatureName AllowPoliciesOnBareMetal
78-
```
79-
80-
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.
81-
8257
## Set the Network Features option
8358

8459
This section shows you how to set the Network Features option.

0 commit comments

Comments
 (0)