Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Renaming Azure Active Directory

Currently I have an Active Directory associated with a set of subcriptions for the company I work at's Azure platform. However, the 'Default Directory' AD is on the domain forenamesurnamehotmailco where forenamesurname is an employee that no longer works here.

My question is twofold:

  • Does renaming the directory from 'Default Directory' possibly break any links that are possibly hard-coded anywhere (assume poor legacy code quality) (connection strings etc.), or is it a superficial name that i can change freely?
  • Does changing the domain name from forenamesurnamehotmailco to something else have any possible unintended consequences?

Thank you.

like image 309
ProperBritish Avatar asked Feb 16 '17 14:02

ProperBritish


People also ask

Can you create a custom domain name in Azure Active Directory?

After you create your directory, you can add your custom domain name. Sign in to the Azure portal using a Global administrator account for the directory. Search for and select Azure Active Directory from any page. Then select Custom domain names > Add custom domain.

Can you rename Azure tenant?

Conclusion. It is now possible to rename your Microsoft 365 tenant if your business circumstances make it necessary. Be sure to follow all the instructions and allow the specified amount of time for the request to execute, for the rename to process, and also after the process to allow changes to propagate around.

Is Azure Active Directory going away?

On 30 June 2022, we'll retire Azure AD Graph.


1 Answers

Q: "Does renaming the directory from 'Default Directory' possibly break anything?"

You can modify the directory name of Azure AD based on your requirements. It's just a display name, which will show up on the login page. The name modification will not break any links.

Q: "Does changing the domain name have any possible unintended consequences?"

The initial domain name was established when the directory was created by the admin, and it can't be changed or deleted. However, you can add a custom domain name.

Please see the referred part from official documentation below.

Every domain name in Azure AD is either an initial domain name, or a custom domain name.

Every Azure AD comes with an initial domain name in the form contoso.onmicrosoft.com. This third level domain name, in this example “contoso.onmicrosoft.com,” was established when the directory was created, typically by the admin who created the directory. The initial domain name for a directory can't be changed or deleted. The initial domain name, while fully functional, is intended primarily to be used as a bootstrapping mechanism until a custom domain name is verified.

like image 96
Andy Liu - MSFT Avatar answered Sep 27 '22 17:09

Andy Liu - MSFT