A cloud-based identity and access management service for securing user authentication and resource access
Julien Carpenter hi (old one q, but still need to be answered)
сhanging the SKU itself normally does not break synchronization, so the timing suggests something else changed during or after the upgrade. Azure Entra Domain Services (AAD DS) does not sync back to on-prem servers. It synchronizes from Microsoft Entra ID into the managed domain. If u expect changes made in Office 365 to appear on on-prem AD that only works if Azure AD Connect (or Cloud Sync) is correctly configured and running.
Errors AADDS500 & AADDS104 indicate directory synchronization or domain services health issues not firewall blocking. I guess after SKU change common for one of these to happen
• Azure AD Connect service stopped or lost credentials
• Password hash sync disabled
• Service account permissions changed
• Domain Services resource went into degraded state
• Network rules changed for required outbound endpoints
But we can check )))))
- On the Azure AD Connect server, open Synchronization Service Manager and see – Sync service is running – No export errors – Last successful sync time
- In Azure portal Entra ID > Azure AD Connect > check sync status Entra ID > Domain Services > Health > look for alerts
- check is password hash sync is enabled. AAD DS requires password hash sync to work correctly.
- see if required ports are open from Domain Controllers / Connect server TCP 443 outbound to Microsoft endpoints LDAP/LDAPS if applicable
- If u are using Azure Firewall look if no outbound rule was tightened during SKU change.
Most cases like this end up being Azure AD Connect not running or stuck after a service credential change. The SKU upgrade likely triggered a backend reconfiguration that exposed an existing sync issue.
Focus first on Azure AD Connect health, if that service is not successfully syncing, nothing from O365 will reach ur servers.
rgds,
Alex