Hello @PCCFIAU ,
Thanks for reaching out.
Yes, Azure AD Domain Services simply syncs with what is manages through the Microsoft 365 portal. A managed domain is configured to perform a one-way synchronization from Azure AD/M365 to provide access to a central set of users, groups, and credentials. You can create resources directly in the managed domain, but they aren't synchronized back to Azure AD.
When you delete a managed domain, the following steps occur and deletion is permanent and can't be reversed.
- Domain controllers for the managed domain are de-provisioned and removed from the virtual network.
- Data on the managed domain is deleted permanently. This data includes custom OUs, GPOs, custom DNS records, service principals, GMSAs, etc. that you created.
- Machines joined to the managed domain lose their trust relationship with the domain and need to be unjoined from the domain.
-You can't sign in to these machines using corporate AD credentials. Instead, you must use the local administrator credentials for the machine.
More information : https://learn.microsoft.com/en-us/azure/active-directory-domain-services/delete-aadds
Hope this helps.
------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.