What causes Another Domain Service instance already exists for this tenant when deploying AADDS?

Justin Petty 1 Reputation point
2020-01-29T16:34:04.123+00:00

when trying to deploy azure domain services I get the following error:

{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[{"code":"BadRequest","message":"{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"Another Domain Service instance already exists for this tenant. TenantId='redacted'; DomainName='sapience.net'; SubscriptionId='redacted'\"\r\n }\r\n}"}]}

I need some help with deploying AADDS

Microsoft Entra
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Saurabh Sharma 23,751 Reputation points Microsoft Employee
    2020-01-29T20:31:52.147+00:00

    If you do not have any other Domain Services Instance deployed by any other user but you are getting this error then you need to check for the resources - NSG and VMs attached to the AADDS if these are deleted as well. You can also review the below :

    • Domain controllers for the managed domain are de-provisioned and removed from the virtual network.
    • Data on the managed domain is deleted permanently. This includes custom OUs, GPOs, custom DNS records, service principals, GMSAs etc. that you have created on the managed domain.
    • Machines joined to the managed domain lose their trust relationship with the domain and need to be disjoined from the domain.
    • You cannot sign in to these machines using corporate AD credentials. Use the local administrator credentials for the machine, instead. Deleting the managed domain does not delete your Azure AD directory or otherwise adversely impact the directory. See this link for further clarification

    Also, your tenant can have several subscriptions but allowed to have an unique Azure ADDS. So, you need to make sure that no instance has been deployed from any other subscription to the same tenant.


  2. Justin Petty 1 Reputation point
    2020-01-30T22:04:32.023+00:00

    any updates on this?