Skip to content

Commit 1815c4f

Browse files
authored
Merge pull request #102881 from dolevshor/patch-1
VMSS Modify - Restart warnings
2 parents f97f4fb + 3bd2af9 commit 1815c4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ 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+
> [!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.
306+
304307
- You can also use the language-specific [Azure SDKs](https://azure.microsoft.com/downloads/).
305308
306309
>[!NOTE]
@@ -326,8 +329,10 @@ There is one type of modification to global scale set properties that does not f
326329
az vmss reimage --resource-group myResourceGroup --name myScaleSet --instance-id instanceId
327330
```
328331
329-
- You can also use the language-specific [Azure SDKs](https://azure.microsoft.com/downloads/).
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.
330334
335+
- You can also use the language-specific [Azure SDKs](https://azure.microsoft.com/downloads/).
331336
332337
## Properties with restrictions on modification
333338

0 commit comments

Comments
 (0)