Skip to content

Commit 3e3f244

Browse files
committed
updates
1 parent dd32b5f commit 3e3f244

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ az vmss extension set \
142142
--settings @customConfigv2.json
143143
```
144144

145-
## Update your scale set instances
145+
## Apply the updates
146146
Again, upgrade all the instances to apply the custom script. The upgrade may take a couple of minutes.
147147

148148
```azurecli-interactive

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Update-AzVmss `
178178
179179
Update-AzVmssInstance -ResourceGroupName "myResourceGroup" -VMScaleSetName "myScaleSet" -InstanceId "*"
180180
```
181-
## Update the scale set instances
181+
## Apply the update
182182
Perform a manual upgrade to apply the updated extension to all the existing scale set instances. The update may take a couple of minutes to complete.
183183

184184
```azurepowershell-interactive

0 commit comments

Comments
 (0)