From your description and the screenshot, it looks like you're seeing the "Unhealthy" status in the Microsoft Entra Connect Health pane because the sync server has been decommissioned, but its record still exists in the Entra portal. This is expected behavior after disabling sync and uninstalling Entra Connect Sync.
- Last export to Microsoft Entra ID is showing a date of April 4, 2025 — that means no further sync activity is happening.
- Sync Error: Latest data is not available — again, expected because the sync service is gone.
- 1 Active alert is from the now-defunct
AadSyncService
.
When you delete the sync server from Microsoft Entra Connect Health, you are only removing the monitoring reference to that server — you are NOT deleting any Entra ID objects (users/groups). Here's what this deletion does and doesn’t do:
Deletion does:
- Remove the Entra Connect Health record for the sync server.
- Clean up stale monitoring and health data tied to the old sync server.
- Eliminate "Unhealthy" or "stale data" alerts in the Connect Health UI.
Deletion does NOT:
- Affect your Microsoft Entra ID (formerly Azure AD) users or groups.
- Re-enable synchronization or make any configuration changes.
- Cause any kind of account deletion, since sync has already been turned off and users are marked as "In cloud".
You are safe to delete it if:
- All users and groups in your Microsoft Entra ID show as “In cloud” (which, as you stated, is the case)
- Directory sync has been fully disabled (you confirmed this as well)
- You’ve uninstalled Entra Connect Sync and no longer need that server
The final steps would involve:
- Deleting the sync server from the Entra portal (it's just stale metadata at this point).
- Optionally, decommissioning the server that hosted Entra Connect Sync.
- Keeping an eye on the Entra admin portal for the next couple of days just to confirm no unexpected issues pop up — though none are expected.
hth
Marcin