Skip to content

Commit 3bd2af9

Browse files
authored
Update virtual-machine-scale-sets-upgrade-scale-set.md
1 parent fe2230a commit 3bd2af9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-upgrade-scale-set.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,10 @@ To update existing VMs, you must do a "manual upgrade" of each existing VM. You
301301
az vmss update-instances --resource-group myResourceGroup --name myScaleSet --instance-ids {instanceIds}
302302
```
303303
304-
- You can also use the language-specific [Azure SDKs](https://azure.microsoft.com/downloads/).
304+
> [!NOTE]
305+
> The `az vmss update-instances` command will manually upgrade the selected instance to the latest model. While upgrading, the instance may be restarted.
305306
306-
> [!NOTE]
307-
> The `az vmss update-instances` command will manually upgrade the selected instance to the latest model. While upgrading, the instance may be restarted.
307+
- You can also use the language-specific [Azure SDKs](https://azure.microsoft.com/downloads/).
308308
309309
>[!NOTE]
310310
> Service Fabric clusters can only use *Automatic* mode, but the update is handled differently. For more information, see [Service Fabric application upgrades](../service-fabric/service-fabric-application-upgrade.md).
@@ -329,11 +329,10 @@ There is one type of modification to global scale set properties that does not f
329329
az vmss reimage --resource-group myResourceGroup --name myScaleSet --instance-id instanceId
330330
```
331331
332-
- You can also use the language-specific [Azure SDKs](https://azure.microsoft.com/downloads/).
333-
334-
> [!NOTE]
335-
> *az vmss reimage* command will reimage the selected instance, restoing him to the initial state. The instance may be restarted, and any local data will be lost.
332+
> [!NOTE]
333+
> The `az vmss reimage` command will reimage the selected instance, restoing him to the initial state. The instance may be restarted, and any local data will be lost.
336334
335+
- You can also use the language-specific [Azure SDKs](https://azure.microsoft.com/downloads/).
337336
338337
## Properties with restrictions on modification
339338

0 commit comments

Comments
 (0)