question

vp393001 avatar image
0 Votes"
vp393001 asked vp393001 commented

Transfer domain name to another subscription

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-dnsazure-webapps-custom-domains
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SnehaAgrawal-MSFT avatar image
0 Votes"
SnehaAgrawal-MSFT answered vp393001 commented

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.



· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Just checking if you have chance to see above response.

0 Votes 0 ·

It says transfer not allowed by API

0 Votes 0 ·