Skip to content

Commit 2dd3f35

Browse files
Merge pull request #234572 from mimckitt/patch-89
Update virtual-machine-scale-sets-automatic-upgrade.md
2 parents aa1572c + 90aa726 commit 2dd3f35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ The following platform SKUs are currently supported (and more are added periodic
119119
- Ensure that external resources specified in the scale set model are available and updated. Examples include SAS URI for bootstrapping payload in VM extension properties, payload in storage account, reference to secrets in the model, and more.
120120
- For scale sets using Windows virtual machines, starting with Compute API version 2019-03-01, the property *virtualMachineProfile.osProfile.windowsConfiguration.enableAutomaticUpdates* property must set to *false* in the scale set model definition. The *enableAutomaticUpdates* property enables in-VM patching where "Windows Update" applies operating system patches without replacing the OS disk. With automatic OS image upgrades enabled on your scale set, an extra patching process through Windows Update is not required.
121121

122+
> [!NOTE]
123+
> After an OS disk is replaced through reimage or upgrade, the attached data disks may have their drive letters reassigned. To retain the same drive letters for attached disks, it is suggested to use a custom boot script.
124+
125+
122126
### Service Fabric requirements
123127

124128
If you are using Service Fabric, ensure the following conditions are met:

0 commit comments

Comments
 (0)