Skip to content

Commit 74bff83

Browse files
authored
Merge pull request #49998 from cynthn/patch-116
Update tutorial-availability-sets.md - issue
2 parents 57bad21 + b185a72 commit 74bff83

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: infrastructure-services
1414
ms.tgt_pltfrm: vm-linux
1515
ms.devlang: na
1616
ms.topic: tutorial
17-
ms.date: 10/05/2017
17+
ms.date: 08/24/2018
1818
ms.author: cynthn
1919
ms.custom: mvc
2020

@@ -77,10 +77,11 @@ 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 \
82-
--generate-ssh-keys \
83-
--no-wait
84+
--generate-ssh-keys
8485
done
8586
```
8687

@@ -113,4 +114,4 @@ In this tutorial, you learned how to:
113114
Advance to the next tutorial to learn about virtual machine scale sets.
114115

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

0 commit comments

Comments
 (0)