We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df03a5d commit b185a72Copy full SHA for b185a72
articles/virtual-machines/linux/tutorial-availability-sets.md
@@ -14,7 +14,7 @@ ms.workload: infrastructure-services
14
ms.tgt_pltfrm: vm-linux
15
ms.devlang: na
16
ms.topic: tutorial
17
-ms.date: 10/05/2017
+ms.date: 08/24/2018
18
ms.author: cynthn
19
ms.custom: mvc
20
@@ -81,8 +81,7 @@ for i in `seq 1 2`; do
81
--subnet mySubnet \
82
--image UbuntuLTS \
83
--admin-username azureuser \
84
- --generate-ssh-keys \
85
- --no-wait
+ --generate-ssh-keys
86
done
87
```
88
0 commit comments