Skip to content

Commit 526bbb8

Browse files
authored
Merge pull request #46248 from billysug/patch-1
Update service-fabric-windows-cluster-windows-security.md
2 parents dbb1509 + 152bfc7 commit 526bbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-windows-cluster-windows-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The sample *ClusterConfig.gMSA.Windows.MultiMachine.JSON* configuration file dow
4747
| IsAdmin |Set to true to specify that the domain user has administrator client access or false for user client access. |
4848

4949
> [!NOTE]
50-
> ClustergMSAIdentity value be in format "mysfgmsa@mydomain".
50+
> ClustergMSAIdentity value must be in format "mysfgmsa@mydomain".
5151
5252
[Node to node security](service-fabric-cluster-security.md#node-to-node-security) is configured by setting **ClustergMSAIdentity** when service fabric needs to run under gMSA. In order to build trust relationships between nodes, they must be made aware of each other. This can be accomplished in two different ways: Specify the Group Managed Service Account that includes all nodes in the cluster or Specify the domain machine group that includes all nodes in the cluster. We strongly recommend using the [Group Managed Service Account (gMSA)](https://technet.microsoft.com/library/hh831782.aspx) approach, particularly for larger clusters (more than 10 nodes) or for clusters that are likely to grow or shrink.
5353
This approach does not require the creation of a domain group for which cluster administrators have been granted access rights to add and remove members. These accounts are also useful for automatic password management. For more information, see [Getting Started with Group Managed Service Accounts](https://technet.microsoft.com/library/jj128431.aspx).

0 commit comments

Comments
 (0)