Skip to content

Commit 41c140e

Browse files
committed
Hold off on update
1 parent 5e65396 commit 41c140e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

AKS-Arc/aks-networks.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@ 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-
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
78-
az stack-hci-vm network lnet update --resource-group $resource_group --name $lnetName
79-
```
80-
8173
# [Azure portal](#tab/azureportal)
8274

8375
Complete the following steps to create a logical network using the Azure portal:

0 commit comments

Comments
 (0)