Skip to content

Commit 5262af4

Browse files
Learn Editor: Update native-create-azure-vmware-virtual-network-private-cloud.md
1 parent be187bd commit 5262af4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/azure-vmware/native-create-azure-vmware-virtual-network-private-cloud.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,7 @@ Before you begin, these items are required to create an Azure VMware Solution Ge
2727
- Deploy or use an existing Azure Virtual Network with a minimum network address space of a /22 or four /24s.
2828
- The newly created Azure Virtual Network and your Azure VMware Solution Gen 2 private cloud must be in the same Resource Group.
2929
- Ensure you have sufficient AV64 quota allocated to your subscription in the desired region before your deployment.
30-
- The following Preview feature flags need to be registered under the subscription where your private cloud will reside. These commands can be run using Azure Cloud Shell.
31-
32-
```bash
33-
az feature register --namespace "Microsoft.Network" --name "EnablePrivateIpPrefixAllocation" --subscription "<Subscription ID>"
34-
```
35-
36-
```bash
37-
az feature registration create --namespace "Microsoft.AVS" --name "EarlyAccess" --subscription "<Subscription ID>"
38-
```
30+
- The following feature flag need to be registered under the subscription where your private cloud will reside. These commands can be run using Azure Cloud Shell.
3931

4032
```bash
4133
az feature registration create --namespace "Microsoft.AVS" --name "FleetGreenfield" --subscription "<Subscription ID>"

0 commit comments

Comments
 (0)