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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: alkohli
5
5
ms.author: alkohli
6
6
ms.topic: how-to
7
7
ms.service: azure-stack-hci
8
-
ms.date: 10/22/2024
8
+
ms.date: 01/06/2025
9
9
---
10
10
11
11
# Create logical networks for Azure Local
@@ -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
+
> For both dynamic and static logical networks, the following apply:
90
+
> - Creating logical networks with overlapping IP pools on the same VLAN isn't permitted.
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.
@@ -127,6 +132,7 @@ Create a static logical network when you want to create virtual machines with ne
127
132
128
133
> [!NOTE]
129
134
> DNS server and gateway must be specified if you're creating a static logical network.
135
+
130
136
131
137
1. Create a static logical network. Run the following cmdlet:
0 commit comments