Skip to content

Commit 2f3f47d

Browse files
authored
Merge pull request #176330 from anantshankar17/master
Updates
2 parents 2e13e39 + c298612 commit 2f3f47d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

articles/service-fabric/how-to-patch-cluster-nodes-windows.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Patch the Windows operating system in your Service Fabric cluster
33
description: Here's how to enable automatic OS image upgrades to patch Service Fabric cluster nodes running on Windows.
44
ms.topic: how-to
5-
ms.date: 03/09/2021
5+
ms.date: 10/19/2021
66
---
77

88
# Patch the Windows operating system in your Service Fabric cluster
@@ -14,7 +14,8 @@ Getting [automatic OS image upgrades on your Virtual Machine Scale Sets](../virt
1414
- Service Fabric [durability level](../service-fabric/service-fabric-cluster-capacity.md#durability-characteristics-of-the-cluster) is Silver or Gold, and not Bronze.
1515
- The Service Fabric extension on the scale set model definition must have TypeHandlerVersion 1.1 or above.
1616
- Durability level should be the same at the Service Fabric cluster and Service Fabric extension on the scale set model definition.
17-
- An additional health probe or use of application health extension for Virtual Machine Scale Sets is not required.
17+
- An additional health probe or use of application health extension for Virtual Machine Scale Sets is not required.
18+
- Stateless nodetypes are the only exception, which have durability as Bronze, but automatic OS image upgrades can still be configured on them. Read more [here](https://docs.microsoft.com/azure/service-fabric/service-fabric-stateless-node-types).
1819

1920
Ensure that durability settings are not mismatched on the Service Fabric cluster and Service Fabric extension, as a mismatch will result in upgrade errors. Durability levels can be modified per the guidelines outlined on [this page](../service-fabric/service-fabric-cluster-capacity.md#changing-durability-levels).
2021

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: Learn how to create and deploy stateless node types in Azure Servic
44
author: peterpogorski
55

66
ms.topic: conceptual
7-
ms.date: 04/16/2021
7+
ms.date: 10/19/2021
88
ms.author: pepogors
99
---
1010
# Deploy an Azure Service Fabric cluster with stateless-only node types
11-
Service Fabric node types come with inherent assumption that at some point of time, stateful services might be placed on the nodes. Stateless node types relax this assumption for a node type, thus allowing node type to use other features such as faster scale out operations, support for Automatic OS Upgrades on Bronze durability and scaling out to more than 100 nodes in a single virtual machine scale set.
11+
Service Fabric node types come with inherent assumption that at some point of time, stateful services might be placed on the nodes. Stateless node types change this assumption for a node type, thus allowing the node type to use other features such as faster scale out operations, support for Automatic OS Upgrades on Bronze durability and scaling out to more than 100 nodes in a single virtual machine scale set.
1212

1313
* Primary node types cannot be configured to be stateless
1414
* Stateless node types are only supported with Bronze Durability Levels
@@ -68,7 +68,7 @@ To enable stateless node types, you should configure the underlying virtual mach
6868

6969
* The value **singlePlacementGroup** property, which should be set to **false** if you require to scale to more than 100 VMs.
7070
* The Scale set's **upgradeMode** should be set to **Rolling**.
71-
* Rolling Upgrade Mode requires Application Health Extension or Health probes configured. Configure health probe with default configuration for Stateless Node types as suggested below. Once applications are deployed to the node type, Health Probe/Health extension ports can be changed to monitor application health.
71+
* 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](https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade#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]
7474
> While using AutoScaling with Stateless node types, after scale down operation, node state is not automatically cleaned up. In order to cleanup the NodeState of Down Nodes during AutoScale, using [Service Fabric AutoScale Helper](https://github.com/Azure/service-fabric-autoscale-helper) is advised.

0 commit comments

Comments
 (0)