Skip to content

Commit 11f456b

Browse files
authored
Merge pull request #195049 from meenasaravanan02/node-type
Update service-fabric-cross-availability-zones.md
2 parents f93c572 + 78c1179 commit 11f456b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/service-fabric/service-fabric-cluster-capacity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The number of initial nodes types depends upon the purpose of you cluster and th
4848

4949
* ***Will your cluster span across Availability Zones?***
5050

51-
Service Fabric supports clusters that span across [Availability Zones](../availability-zones/az-overview.md) by deploying node types that are pinned to specific zones, ensuring high-availability of your applications. Availability Zones require additional node type planning and minimum requirements. For details, see [Recommended topology for spanning a primary node type across Availability Zones](service-fabric-cross-availability-zones.md#recommended-topology-for-spanning-a-primary-node-type-across-availability-zones).
51+
Service Fabric supports clusters that span across [Availability Zones](../availability-zones/az-overview.md) by deploying node types that are pinned to specific zones, ensuring high-availability of your applications. Availability Zones require additional node type planning and minimum requirements. For details, see [Topology for spanning a primary node type across Availability Zones](service-fabric-cross-availability-zones.md#topology-for-spanning-a-primary-node-type-across-availability-zones).
5252

5353
When determining the number and properties of node types for the initial creation of your cluster, keep in mind that you can always add, modify, or remove (non-primary) node types once your cluster is deployed. [Primary node types can also be scaled up or down](service-fabric-scale-up-primary-node-type.md) in running clusters, though to do so you will need to create a new node type, move the workload over, and then remove the original primary node type.
5454

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ To support clusters that span across Availability Zones, Azure Service Fabric pr
1616

1717
Sample templates are available at [Service Fabric cross-Availability Zone templates](https://github.com/Azure-Samples/service-fabric-cluster-templates).
1818

19-
## Recommended topology for spanning a primary node type across Availability Zones
19+
## Topology for spanning a primary node type across Availability Zones
20+
21+
>[!NOTE]
22+
>The benefit of spanning the primary node type across availability zones is really only seen for three zones and not just two.
2023
2124
* The cluster reliability level set to `Platinum`
2225
* A single public IP resource using Standard SKU

0 commit comments

Comments
 (0)