From b8feb773215e2875968e90f22ea630d8b6bdc8bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Notin?= Date: Fri, 23 May 2025 16:48:50 +0200 Subject: [PATCH] Distinguish between sMSA and gMSA in the table --- .../identity/hybrid/connect/concept-adsync-service-account.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/identity/hybrid/connect/concept-adsync-service-account.md b/docs/identity/hybrid/connect/concept-adsync-service-account.md index a793d294610..64fe4766c6c 100644 --- a/docs/identity/hybrid/connect/concept-adsync-service-account.md +++ b/docs/identity/hybrid/connect/concept-adsync-service-account.md @@ -24,8 +24,8 @@ The sync service can run under different accounts. It can run under a Virtual Se |Type of account|Installation option|Description| |-----|------|-----| |Virtual Service Account|Express and custom, 2017 April and later| A Virtual Service Account is used for all express installations, except for installations on a Domain Controller. When using custom installation, it's the default option unless another option is used.| -|Managed Service Account|Custom, 2017 April and later|If you use a remote SQL Server, then we recommend using a group managed service account. | -|Managed Service Account|Express and custom, 2021 March and later|A standalone Managed Service Account prefixed with ADSyncMSA_ is created during installation for express installations when installed on a Domain Controller. When using custom installation, it's the default option unless another option is used.| +|Group Managed Service Account (gMSA)|Custom, 2017 April and later|If you use a remote SQL Server, then we recommend using a group Managed Service Account. | +|Standalone Managed Service Account (sMSA)|Express and custom, 2021 March and later|A standalone Managed Service Account prefixed with ADSyncMSA_ is created during installation for express installations when installed on a Domain Controller. When using custom installation, it's the default option unless another option is used.| |User Account|Express and custom, 2017 April to 2021 March|A User Account prefixed with AAD_ is created during installation for express installations when installed on a Domain Controller. When using custom installation, it's the default option unless another option is used.| |User Account|Express and custom, 2017 March and earlier|A User Account prefixed with AAD_ is created during installation for express installations. When using custom installation, another account can be specified.|