Skip to content

Commit c9d0cb6

Browse files
committed
updates
1 parent 1edad95 commit c9d0cb6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-3.73 KB
Loading
-3.9 KB
Loading

articles/virtual-machine-scale-sets/tutorial-install-apps-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ az vmss extension set \
8989
> File names are case sensitive. Use the exact file name stated in these instructions to avoid failure.
9090
9191
## Update your scale set instances
92-
To apply the custom script to all existing instances, perform a manual upgrade.
92+
Upgrade all the instances to apply the custom script. The upgrade may take a couple of minutes.
9393

9494
```azurecli-interactive
9595
az vmss update-instances --resource-group myResourceGroup --name myScaleSet --instance-ids "*"
@@ -143,7 +143,7 @@ az vmss extension set \
143143
```
144144

145145
## Update your scale set instances
146-
To apply the updated custom script to all existing instances, perform a manual upgrade.
146+
Again, upgrade all the instances to apply the custom script. The upgrade may take a couple of minutes.
147147

148148
```azurecli-interactive
149149
az vmss update-instances --resource-group myResourceGroup --name myScaleSet --instance-ids "*"

0 commit comments

Comments
 (0)