简体   繁体   English

重命名 Azure Active Directory

[英]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.目前,我有一个 Active Directory,它与我工作的公司的 Azure 平台的一组订阅相关联。 However, the 'Default Directory' AD is on the domain forenamesurnamehotmailco where forenamesurname is an employee that no longer works here.但是,“默认目录”AD 位于域forenamesurnamehotmailco ,其中forenamesurname是不再在这里工作的员工。

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?域名forenamesurnamehotmailco更改为其他名称是否有任何可能的意外后果?

Thank you.谢谢你。

Q: "Does renaming the directory from 'Default Directory' possibly break anything?"问:“从‘默认目录’重命名目录是否会破坏任何东西?”

You can modify the directory name of Azure AD based on your requirements.您可以根据需要修改 Azure AD 的目录名称。 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. Azure AD 中的每个域名都是初始域名或自定义域名。

Every Azure AD comes with an initial domain name in the form contoso.onmicrosoft.com.每个 Azure AD 都带有 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.此第三级域名(在此示例中为“contoso.onmicrosoft.com”)是在创建目录时建立的,通常由创建目录的管理员创建。 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.初始域名虽然功能齐全,但主要用作引导机制,直到验证自定义域名。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM