Transfer domain name to another subscription

Vivekkumar Parmar 66 Reputation points
2020-08-18T06:59:52.283+00:00

I want to transfer Azure app service domain to another subscription under the same tenant. There is no documentation available on this thing on the internet.

18198-capture.png

18147-annotation-2020-08-18-122725.png

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
593 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,874 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 18,286 Reputation points
    2020-08-18T11:17:03.397+00:00

    Thanks for asking question! If I have understood right, you want to move your domain to another Azure account. You can transfer a domain name from your Azure account into another Azure account with a domain account change.

    There are some below prerequisites to transfer it.
    • Your domain is not eligible for an account change if it's pending a contact update approval, within one day of expiration, expired or
    already undergoing an account change.
    • Also, you'll need to remove Protected Registration before beginning.

    Below steps might be helpful:

    1. Log in to Azure Portal > Go to your App Service Domain.
    2. Under Domain management click on Advance Management Portal.
    3. Check the box next to the domain(s) you want to move to another account.
    4. From the menu above your domain list, select Ownership, then Move to other Azure Account.
    5. Enter the new account owner's email address.
    6. Confirm the new account owner's email address.
    7. Choose Yes or No under Do you want to copy the current domain contact information to the new account? If you decide not to copy
    8. the contact information, you and the new domain owner will need to approve the changes.
    9. Click Transfer Domain.

    You'll receive a confirmation notice stating Your transfer is in progress.

    You may refer to below posts for more details on this:
    Update contact information for domains with privacy protection

    Move my domain to another Azure account

    Additional Information: “Transfer in” is not officially supported. The product team is aware of this issue. Here the recommendation is to keep the domain where it is and just use Azure DNS if needed.

    You may use the below API call to change the sub account the domain is set up to in your API account.

    PATCH/v1/domains/{domain}
    Update details for the specified Domain:
    { "locked": true, "nameServers": [ null ], "renewAuto": true, "subaccountId": "string" }

    You can replace the subaccountId string with the new account number.