Skip to content

Commit 5a031f1

Browse files
committed
move notes
1 parent a019dc0 commit 5a031f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-local/manage/create-logical-networks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ Complete the following steps to create a logical network using Azure CLI.
8585
8686
You can use the `az stack-hci-vm network lnet create` cmdlet to create a logical network on the VM switch for a DHCP or a static IP configuration. The parameters used to create a DHCP and a static logical network are different.
8787
88+
> [!NOTE]
89+
> Creating logical networks with overlapping IP pools on the same VLAN isn't permitted.
90+
>
91+
> If a VLAN ID isn't specified, the value defaults to 0.
92+
8893
#### Create a static logical network via CLI
8994
9095
In this release, you can create virtual machines using a static IP only via the Azure CLI.
@@ -129,11 +134,6 @@ Create a static logical network when you want to create virtual machines with ne
129134
> DNS server and gateway must be specified if you're creating a static logical network.
130135
131136
132-
> [!NOTE]
133-
> Creating logical networks with overlapping IP pools on the same VLAN isn't permitted.
134-
>
135-
> In addition, if a VLAN ID isn't specified, the value defaults to 0.
136-
137137
1. Create a static logical network. Run the following cmdlet:
138138
139139
```azurecli

0 commit comments

Comments
 (0)