Skip to content

Commit d09a890

Browse files
authored
Merge pull request #193473 from ju-shim/update-328
VMSS Upgrade Policy and Automatic OS Upgrade settings
2 parents 080278e + f21487f commit d09a890

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Automatic OS image upgrades with Azure virtual machine scale sets
33
description: Learn how to automatically upgrade the OS image on VM instances in a scale set
4-
author: mamccrea
5-
ms.author: mamccrea
4+
author: ju-shim
5+
ms.author: jushiman
66
ms.topic: conceptual
77
ms.service: virtual-machine-scale-sets
88
ms.subservice: automatic-os-upgrade
@@ -124,6 +124,9 @@ Automatic OS image upgrade is supported for custom images deployed through [Azur
124124
## Configure automatic OS image upgrade
125125
To configure automatic OS image upgrade, ensure that the *automaticOSUpgradePolicy.enableAutomaticOSUpgrade* property is set to *true* in the scale set model definition.
126126

127+
> [!NOTE]
128+
> **Upgrade Policy mode** and **Automatic OS Upgrade Policy** are separate settings and control different aspects of the scale set. When there are changes in the scale set template, the Upgrade Policy `mode` will determine what happens to existing instances in the scale set. However, Automatic OS Upgrade Policy `enableAutomaticOSUpgrade` is specific to the OS image and tracks changes the image publisher has made and determines what happens when there is an update to the image.
129+
127130
### REST API
128131
The following example describes how to set automatic OS upgrades on a scale set model:
129132

0 commit comments

Comments
 (0)