File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,6 @@ For static IP, the required parameters are as follows:
70
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
71
```
72
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
78
- az stack-hci-vm network lnet update --resource-group $resource_group --name $lnetName
79
- ```
80
-
81
73
# [ Azure portal] ( #tab/azureportal )
82
74
83
75
Complete the following steps to create a logical network using the Azure portal:
You can’t perform that action at this time.
0 commit comments