Removing Azure AD Domain Services

PCCFIAU 26 Reputation points
2021-06-28T22:56:13.067+00:00

I installed Azure AD Domain Services as I wanted to better control access to certain Azure resources (Database), however the use case for that has fallen away. Consequently I'd like to uninstall Azure AD Domain Services (so as to eliminate the unwanted cost), but I'm concerned about possible repercussions. The business used Microsoft 365 and all logins etc. were previously managed through there (and I assume still are as no other configuration changes were made). I was working on the assumption that Azure AD Domain Services simply syncs with what is manages through the Microsoft 365 portal.

So, if I just delete the AADS will everything else truck on as normal?

Microsoft Security Microsoft Entra Microsoft Entra ID
{count} vote

Accepted answer
  1. Siva-kumar-selvaraj 15,721 Reputation points
    2021-06-29T07:28:11.377+00:00

    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.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. PCCFIAU 26 Reputation points
    2021-07-07T23:56:05.22+00:00

    Thank you, I had no issues removing the ADDS.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.