How to replace organization email id on the existing azure account.

Nilesh Pandey 1 Reputation point
2021-05-22T14:49:18.88+00:00

Hi ,

We have an Azure account all users/developers access the Azure resources by the organization email id for example emailid@jaswant .com.
As the organization has grown it has split the business into 2 different organizations now and all the users/developers email id is changed to emailid@xyz .com.

What is the recommended solution to seamlessly replace emailid@jaswant .com to emailid@xyz .com so that users/developers can access azure resources with no issues. The users / Developer has also subscribed there email id for job success and failure alerts.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. singhh-msft 2,431 Reputation points
    2021-05-25T11:01:33.667+00:00

    @Nilesh Pandey , thank you for reaching out to us. You can change userPrincipalName and mail for changing login Email ID

    Mail is the SMTP address for the user, for example, jeff@Company portal .onmicrosoft.com. Changes to this property will also update the user's proxyAddresses collection to include the value as a SMTP address.

    The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@keyman , where domain must be present in the tenant’s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.

    You will have to add xyz.com as a verified domain in your organization and then change the user's userPrincipalName and mail. The best way to do this is to use PowerShell. Check out this thread around an approach for updating bulk users.

    For your question

    how do I change the email id for Azure databricks

    No change is required from Azure Databricks side, because if you configure a new email in AAD, that will be available in databricks. Azure Databricks uses Single Sign-on (SSO) in the form of Azure Active Directory-backed login for all customers.

    -----------------------------------------------------------------------------------------------------------

    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.

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.