Skip to content

Commit f1f8785

Browse files
committed
Add heading
1 parent 504ad31 commit f1f8785

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AKS-Arc/aks-networks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ For static IP, the required parameters are as follows:
7070
az stack-hci-vm network lnet create --subscription $subscription --resource-group $resource_group --custom-location $customLocationID --name $lnetName --vm-switch-name $vmSwitchName --ip-allocation-method "Static" --address-prefixes $addressPrefixes --gateway $gateway --dns-servers $dnsServers --ip-pool-start $ipPoolStart --ip-pool-end $ipPoolEnd --vlan 10
7171
```
7272

73+
### Update an existing logical network
74+
7375
To update an existing logical network, run the [az stack-hci-vm network lnet update command](/cli/azure/stack-hci-vm/network/lnet). For example:
7476

7577
```azurecli

0 commit comments

Comments
 (0)