オンプレミス ネットワークには、contoso.com という名前の Active Directory ドメインが含まれています。Azure AD テナントがあります。Azure AD Connect クラウド同期を使用して、contoso.com を Azure AD テナントと同期する予定です。Azure AD Connect クラウド同期で使用されるアカウントを作成する必要があります。どの種類のアカウントを作成する必要がありますか?
正解:B
In the AZ-800/"Administering Windows Server Hybrid Core Infrastructure" content, Azure AD Connect cloud sync uses a lightweight provisioning agent that reads from on-premises AD DS. The agent runs under a Group Managed Service Account (gMSA) so it can securely obtain and rotate credentials automatically. The implementation guidance states that during agent installation you provide domain admin credentials once so the installer can create and delegate a gMSA for the agent; alternatively, you can pre-create the gMSA and assign it. The documentation emphasizes that cloud sync does not rely on user or computer accounts with static passwords; instead it "deploys a gMSA for the agent service to ensure secure, automatic password management and least-privilege directory access." System-assigned managed identities apply to Azure resources only (not on-prem AD DS), and InetOrgPerson is an object class for users, not a service identity. A regular user account would introduce password management and rotation issues and is not the recommended nor required identity type for the cloud sync agent. Therefore, to satisfy Azure AD Connect cloud sync prerequisites, you create and use a gMSA.