Skip to content

Commit 5711032

Browse files
authored
Merge pull request #188688 from inputoutputcode/chrpap/fixstateless
Change upgradeMode to upgradePolicy
2 parents e14fe42 + 85c88bd commit 5711032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/service-fabric-stateless-node-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To set one or more node types as stateless in a cluster resource, set the **isSt
6767
To enable stateless node types, you should configure the underlying virtual machine scale set resource in the following way:
6868

6969
* The value **singlePlacementGroup** property, which should be set to **false** if you require to scale to more than 100 VMs.
70-
* The Scale set's **upgradeMode** should be set to **Rolling**.
70+
* The Scale set's **upgradePolicy** should be set to **Rolling**.
7171
* Rolling Upgrade Mode requires Application Health Extension or Health probes configured. For more details on configuring the health probes or the application health extension refer to this [doc](../virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade.md#how-does-automatic-os-image-upgrade-work). Configure health probe with the default configuration for Stateless Node types as suggested below. Once the applications are deployed to the node type, Health Probe/Health extension ports can be changed to monitor the actual application health.
7272

7373
>[!NOTE]
@@ -136,7 +136,7 @@ To enable stateless node types, you should configure the underlying virtual mach
136136
To configure Stateless node type spanning across multiple availability zones follow the documentation [here](./service-fabric-cross-availability-zones.md#1-preview-enable-multiple-availability-zones-in-single-virtual-machine-scale-set), along with the few changes as follows:
137137

138138
* Set **singlePlacementGroup** : **false** if multiple placement groups is required to be enabled.
139-
* Set **upgradeMode** : **Rolling** and add Application Health Extension/Health Probes as mentioned above.
139+
* Set **upgradePolicy** : **Rolling** and add Application Health Extension/Health Probes as mentioned above.
140140
* Set **platformFaultDomainCount** : **5** for virtual machine scale set.
141141

142142
For reference, look at the [template](https://github.com/Azure-Samples/service-fabric-cluster-templates/tree/master/15-VM-2-NodeTypes-Windows-Stateless-CrossAZ-Secure) for configuring Stateless node types with multiple Availability Zones

0 commit comments

Comments
 (0)