Skip to content

Commit a5f0950

Browse files
Merge pull request #281088 from tomvcassidy/enableAutoOSImageUpgradeNote
adding note about auto os image update support
2 parents 0d5973d + 7550f22 commit a5f0950

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/service-fabric/how-to-managed-cluster-modify-node-type.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: tomcassidy
66
author: tomvcassidy
77
ms.service: service-fabric
88
services: service-fabric
9-
ms.date: 05/24/2024
9+
ms.date: 07/17/2024
1010
---
1111

1212
# Service Fabric managed cluster node types
@@ -223,6 +223,9 @@ The cluster begins upgrading automatically. You see the additional nodes when co
223223

224224
You can choose to enable automatic OS image upgrades to the virtual machines running your managed cluster nodes. Although the virtual machine scale set resources are managed on your behalf with Service Fabric managed clusters, it's your choice to enable automatic OS image upgrades for your cluster nodes. As with [classic Service Fabric](service-fabric-best-practices-infrastructure-as-code.md#virtual-machine-os-automatic-upgrade-configuration) clusters, managed cluster nodes aren't upgraded by default, in order to prevent unintended disruptions to your cluster.
225225

226+
> [!NOTE]
227+
> Automatic OS image upgrade is supported for both platform and gallery based OS images.
228+
226229
To enable automatic OS upgrades:
227230

228231
* Use apiVersion `2021-05-01` or later version of *Microsoft.ServiceFabric/managedclusters* and *Microsoft.ServiceFabric/managedclusters/nodetypes* resources
@@ -334,7 +337,7 @@ In this walkthrough, you learn how to modify a placement property for a node typ
334337

335338
### Configure placement properties with a template
336339

337-
To adjust the placement properties for a node type using an ARM Template, adjust the `placementProperties` property with one or more new values and do a cluster deployment for the setting to take effect. The below sample shows three values being set for a node type.
340+
To adjust the placement properties for a node type using an ARM Template, adjust the `placementProperties` property with one or more new values and do a cluster deployment for the setting to take effect. The following sample shows three values being set for a node type.
338341

339342
* The Service Fabric managed cluster resource apiVersion should be **2021-05-01** or later.
340343

0 commit comments

Comments
 (0)