We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504ad31 commit f1f8785Copy full SHA for f1f8785
AKS-Arc/aks-networks.md
@@ -70,6 +70,8 @@ For static IP, the required parameters are as follows:
70
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
71
```
72
73
+### Update an existing logical network
74
+
75
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:
76
77
```azurecli
0 commit comments