Skip to content

Commit df03a5d

Browse files
authored
Update tutorial-availability-sets.md
1 parent 9ebb48e commit df03a5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/virtual-machines/linux/tutorial-availability-sets.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ for i in `seq 1 2`; do
7777
--name myVM$i \
7878
--availability-set myAvailabilitySet \
7979
--size Standard_DS1_v2 \
80+
--vnet-name myVnet \
81+
--subnet mySubnet \
8082
--image UbuntuLTS \
8183
--admin-username azureuser \
8284
--generate-ssh-keys \
@@ -113,4 +115,4 @@ In this tutorial, you learned how to:
113115
Advance to the next tutorial to learn about virtual machine scale sets.
114116

115117
> [!div class="nextstepaction"]
116-
> [Create a virtual machine scale set](tutorial-create-vmss.md)
118+
> [Create a virtual machine scale set](tutorial-create-vmss.md)

0 commit comments

Comments
 (0)