Skip to content

Commit b026e6a

Browse files
Merge pull request #273284 from tomvcassidy/patch-2
fixed typos
2 parents 8e2c722 + 648b97d commit b026e6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/service-fabric/overview-managed-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 03/12/2024
1313

1414
Service Fabric managed clusters are an evolution of the Azure Service Fabric cluster resource model that streamlines your deployment and cluster management experience.
1515

16-
The Azure Resource Model (ARM) template for traditional Service Fabric clusters requires you to define a cluster resource alongside a number of supporting resources, These resources must be configured correctly for the cluster and your services to function properly. In contrast, the encapsulation model for Service Fabric managed clusters consists of a single, *Service Fabric managed cluster* resource. All of the underlying resources for the cluster are abstracted away and managed by Azure on your behalf.
16+
The Azure Resource Model (ARM) template for traditional Service Fabric clusters requires you to define a cluster resource alongside a number of supporting resources. These resources must be configured correctly for the cluster and your services to function properly. In contrast, the encapsulation model for Service Fabric managed clusters consists of a single, *Service Fabric managed cluster* resource. All of the underlying resources for the cluster are abstracted away and managed by Azure on your behalf.
1717

1818
**Service Fabric traditional cluster model**
1919
![Service Fabric traditional cluster model][sf-composition]
@@ -49,7 +49,7 @@ Service Fabric managed clusters provide a number of advantages over traditional
4949
**Best practices by default**
5050
- Simplified reliability and durability settings
5151

52-
There's no extra cost for Service Fabric managed clusters beyond the cost of underlying resources required for the cluster, and the same Service Fabric Service Leval Agreement (SLA) applies for managed clusters.
52+
There's no extra cost for Service Fabric managed clusters beyond the cost of underlying resources required for the cluster, and the same Service Fabric Service Level Agreement (SLA) applies for managed clusters.
5353

5454
> [!NOTE]
5555
> There is no migration path from existing Service Fabric clusters to managed clusters. You will need to create a new Service Fabric managed cluster to use this new resource type.
@@ -85,4 +85,4 @@ To get started with Service Fabric managed clusters, try the quickstart:
8585
And reference [how to configure your managed cluster](how-to-managed-cluster-configuration.md)
8686

8787
[sf-composition]: ./media/overview-managed-cluster/sfrp-composition-resource.png
88-
[sf-encapsulation]: ./media/overview-managed-cluster/sfrp-encapsulated-resource.png
88+
[sf-encapsulation]: ./media/overview-managed-cluster/sfrp-encapsulated-resource.png

0 commit comments

Comments
 (0)