Skip to content

Commit 014c71e

Browse files
author
Chacko Daniel
committed
fixing the link attempt #3
1 parent b483ec3 commit 014c71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-common-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In the interim, we have [provided a script](https://blogs.msdn.microsoft.com/azu
4646

4747
**Long Answer** - Although the Large Virtual Scale Sets (VMSS) allow you to scale a VMSS upto 1000 VM instances, it does so by the use of Placement Groups (PGs). Fault domains (FDs) and upgrade domains (UDs) are only consistent within a placement group Service fabric uses FDs and UDs to make placement decisions of your service replicas/Service instances. Since the FDs and UDs are comparable only within a placement group SF cannot use it. For example, If VM1 in PG1 has a topology of FD=0 and VM9 in PG2 has a topology of FD=4 , it does not mean that VM1 and VM2 are on two different Hardware Racks, hence SF cannot use the FD values in this case to make placement decisions.
4848

49-
There are other issues with Large VMSS currently, like the lack of level-4 Load balancing support. Refer to for [details on Large VMSS](../virtual-machine-scale-sets/virtual-machine-scale-sets-placement-groups.md)
49+
There are other issues with Large VMSS currently, like the lack of level-4 Load balancing support. Refer to for [details on Large VMSS](../virtual-machine-scale-sets-placement-groups.md)
5050

5151
If you would like to create clusters for testing your application before it is deployed, we recommend that you dynamically create those clusters as part of your [continuous integration/continuous deployment pipeline](virtual-machine-scale-sets-placement-groups.md).
5252

0 commit comments

Comments
 (0)