Eine Cloud Computing-Plattform und -Infrastruktur für die Erstellung, Bereitstellung und Verwaltung von Anwendungen und Diensten über ein weltweites Netzwerk aus Rechenzentren, die von Microsoft verwaltetet werden.
Hey Stefan, it’s very unlikely that the June 1 MFA enforcement rollout is blocking the managed‐domain sync. AADDS uses service principals under the covers (not user sign-ins), and MFA policies don’t apply to those. The AADDS500 alert simply means your managed domain’s background sync from Entra ID hasn’t run in a while.
Here’s what you can try:
- Trigger a full re-sync by forcing a config update • Use Azure CLI or Portal to PATCH any innocuous property on the AAD DS resource (for example, add/update a tag or re-upload your LDAPS cert). • This kicks off a full provisioning run. Wait 1–2 hours and check the Health page again.
- Verify password hash sync is enabled for cloud-only accounts • Even in a CloudOnly instance, AAD DS needs Azure AD password hashes for NTLM/Kerberos. • If you didn’t explicitly enable it at creation, run the tutorial steps under “Enable user accounts for Azure AD DS” to ensure password sync is on.
- Review network and service-principal health • Confirm there are no intermittent connectivity issues on the vNet (even though NSGs/UDRs look clean). • Use the “Check health in Azure AD DS” blade to ensure both DC service principals are healthy.
- If sync still won’t resume, engage Microsoft support • Because the sync pipeline is fully managed in the Microsoft service fabric, any server-side outages or bugs require Microsoft intervention. • If you don’t have a paid plan, you can open a free billing support request via Azure Service Health → “Get support” and ask them to escalate to the AAD DS engineering team.
Hope this helps get your sync moving again!
References:
https://docs.microsoft.com/azure/active-directory-domain-services/network-considerations