Skip to content

Commit 8eccc50

Browse files
committed
fixes
1 parent 46088fa commit 8eccc50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/ip-services/virtual-network-multiple-ip-addresses-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Use [az network nic ip-config create](/cli/azure/network/nic/ip-config#az-networ
149149
--resource-group myResourceGroup \
150150
--name ipconfig2 \
151151
--nic-name myNIC1 \
152-
--private-ip-address 10.1.0.5
152+
--private-ip-address 10.1.0.5 \
153153
--private-ip-address-version IPv4 \
154154
--vnet-name myVNet \
155155
--subnet myBackendSubnet \
@@ -165,7 +165,7 @@ Use [az network nic ip-config create](/cli/azure/network/nic/ip-config#az-networ
165165
--resource-group myResourceGroup \
166166
--name ipconfig3 \
167167
--nic-name myNIC1 \
168-
--private-ip-address 10.1.0.6
168+
--private-ip-address 10.1.0.6 \
169169
--private-ip-address-version IPv4 \
170170
--vnet-name myVNet \
171171
--subnet myBackendSubnet

0 commit comments

Comments
 (0)