Skip to content

Commit 090c1bf

Browse files
authored
Update native-create-azure-vmware-virtual-network-private-cloud.md
Corrected feature register / registration commands
1 parent 508dd14 commit 090c1bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Before you begin, these items are required to create an Azure VMware Solution Ge
2626
- Deploy or use an existing Azure Virtual Network with a minimum network address space of a /22 or four /24s.
2727
- The newly created Azure Virtual Network and your Azure VMware Solution Gen 2 private cloud must be in the same Resource Group.
2828
- Ensure you have sufficient AV64 quota allocated to your subscription in the desired region before your deployment.
29-
- The following Preview feature flags need to be registered under the subscription where your private cloud will reside. This commands can be run using Azure Cloud Shell.
29+
- 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.
3030

3131
```bash
32-
az feature register--namespace "Microsoft.Network" --name EnablePrivateIpPrefixAllocation--subscription **Subscription ID**
32+
az feature register --namespace "Microsoft.Network" --name "EnablePrivateIpPrefixAllocation" --subscription "<Subscription ID>"
3333
```
3434

3535
```bash
36-
az feature registrations create --namespace "Microsoft.AVS"--name "Early Access"--subscription **Subscription ID**
36+
az feature registration create --namespace "Microsoft.AVS" --name "EarlyAccess" --subscription "<Subscription ID>"
3737
```
3838

3939
```bash

0 commit comments

Comments
 (0)