Skip to content

Commit 8f3d77b

Browse files
committed
More
1 parent e13c074 commit 8f3d77b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AKS-Arc/aks-networks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ ConvergedSwitch(management_compute_storage) External Teamed-Interface
4343

4444
## Create the logical network
4545

46-
You can create a logical network using either the Azure Command-Line Interface (CLI) or by using the Azure portal.
46+
You can create a logical network by using either the Azure CLI or the Azure portal.
4747

4848
# [Azure CLI](#tab/azurecli)
4949

50-
You can use the [`az stack-hci-vm network lnet create`](/cli/azure/stack-hci-vm/network/lnet#az-stack-hci-vm-network-lnet-create) cmdlet to create a logical network on the VM switch in the static IP configuration.
50+
To create a logical network on the VM switch in a static IP configuration, you can use the [`az stack-hci-vm network lnet create`](/cli/azure/stack-hci-vm/network/lnet#az-stack-hci-vm-network-lnet-create) command:
5151

5252
```azurecli
5353
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

0 commit comments

Comments
 (0)