Skip to content

Commit af2effc

Browse files
Merge pull request #212484 from anantshankar17/master
Updating description for crossAZ
2 parents c7ab39d + ae654d1 commit af2effc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/service-fabric/service-fabric-cross-availability-zones.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ The Service Fabric node type must be enabled to support multiple Availability Zo
262262
> * The `multipleAvailabilityZones` property on the node type can only be defined when the node type is created and can't be modified later. Existing node types can't be configured with this property.
263263
> * When `sfZonalUpgradeMode` is omitted or set to `Hierarchical`, the cluster and application deployments will be slower because there are more upgrade domains in the cluster. It's important to correctly adjust the upgrade policy timeouts to account for the upgrade time required for 15 upgrade domains. The upgrade policy for both the app and the cluster should be updated to ensure that the deployment doesn't exceed the Azure Resource Service deployment time limit of 12 hours. This means that deployment shouldn't take more than 12 hours for 15 UDs (that is, shouldn't take more than 40 minutes for each UD).
264264
> * Set the cluster reliability level to `Platinum` to ensure that the cluster survives the one zone-down scenario.
265+
> * Upgrading the DurabilityLevel for a nodetype with multipleAvailabilityZones, is not supported. Please create a new nodetype with the higher durability instead.
266+
> * SF supports just 3 AvailabilityZones. Any higher number is not supported right now.
265267
266268
>[!TIP]
267269
> We recommend setting `sfZonalUpgradeMode` to `Hierarchical` or omitting it. Deployment will follow the zonal distribution of VMs and affect a smaller amount of replicas or instances, making them safer.

0 commit comments

Comments
 (0)