You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-local/manage/create-logical-networks.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,11 @@ Complete the following steps to create a logical network using Azure CLI.
85
85
86
86
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.
87
87
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
+
88
93
#### Create a static logical network via CLI
89
94
90
95
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
129
134
> DNS server and gateway must be specified if you're creating a static logical network.
130
135
131
136
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
-
137
137
1. Create a static logical network. Run the following cmdlet:
0 commit comments