I am trying to add sub domain to custom domain in Azure AD
example: ad.acme.com as custom domain in acme.com
I receive this error
failed to add domain
Unknown
I am trying to add sub domain to custom domain in Azure AD
example: ad.acme.com as custom domain in acme.com
I receive this error
failed to add domain
Unknown
@PaulZanbaka-7173 , thank you for reaching out to us.
If you want to add a subdomain name ad.acme.com to your organization, you should first add and verify the root domain, acme.com. The subdomain is automatically verified by Azure AD. To see that the subdomain you added is verified, refresh the domain list in the browser.
If you have already added a acme.com domain to one Azure AD organization, you can also verify the subdomain ad.acme.com in a different Azure AD organization. When adding the subdomain, you are prompted to add a TXT record in the DNS hosting provider.
Check out Add subdomains of a custom domain for further details.
This was going to be my suggestion as well. Add and verify the root domain from the Registrar, then the subdomains should be added easily.
@PaulZanbaka-7173 , if this does not work, can you run below commands and let me know the result? :
Connect-MsolService
New-MsolDomain -Name ad.acme.com -TenantId <Tenant_ID>
Let me know if this helps you.
@PaulZanbaka-7173 , just checking in to see if you got a chance to check my response.
@PaulZanbaka-7173 , just checking in to see if you got a chance to check my response.
@PaulZanbaka-7173 , just checking in to see if you got a chance to check my response.
19 people are following this question.