How to transfer domain out of Azure?

Debjoty Mitra 0 Reputation points Student Ambassador
2024-07-25T09:32:01.2033333+00:00

I have bought a domain using App Service Domain on Azure. Now I want to transfer it out of Azure. But not getting any option to do that. how to do that?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,902 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Manu Philip 18,676 Reputation points MVP
    2024-07-25T10:04:00.6233333+00:00

    Hi,

    Here is the reference that shows how you can transfer an app service domain out of Azure

    How can I transfer my domain out of Azure

    User's image

    Hope this helps.


    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Grmacjon-MSFT 18,451 Reputation points
    2024-07-25T20:42:37.73+00:00

    Hi @Debjoty Mitra Currently , there's no direct option to transfer a domain out of Azure App Service to another registrar within the Azure portal.

    However here is a workaround you can use to achieve your scenario:

    Transferring of domain out of Azure (not a registrar) to another registrar is supported and you may currently do so via API and PowerShell. You will need to get an authorization code which you can take to the registrar of choice to proceed with transferring out of your domain.

    You won’t be able to transfer your domain within 60 days of these events:

    1. New domain registration
    2. Transfer between different registrars
    3. Change to registrant contact information

    For any “.uk” domains, you’ll need the new registrar’s IPS tag. Create a support case and provide us the IPS tag. We will assist with updating the IPS tag on your domain to your new registrar and then you can complete the transfer out process with your new registrar.

    The authorization code is a unique string of characters consisting of letters, numbers, and special characters (ie. ? ! ^) that is required to transfer a domain from one registrar to another.

    Getting authorization code with transfer out API. You can use the transfer out API:

    PUT https://management.azure.com/subscriptions/<SUBSCRIPTION-ID>/resourceGroups/<RESOURCE-GROUP-NAME>/providers/Microsoft.DomainRegistration/domains/<DOMAIN-NAME>/transferout?api-version=2021-02-01
    
    

    You may be able to run this API on Azure Resource Explorer. Fill out the necessary information in between the “<” and “>” from the above, then paste the API call to you Azure Resource Explorer. Highlight the entire line from “PUT” until “api-version=2021-02-01” and hit Ctrl+S to run the command. You would expect similar results from the image below.

    Azure Resource Explorer Transfer Out

    Refer to the “authCode” value without the double quotes (“). This will be the authorization code you will need to provide the new domain registrar to transfer your domain out.

    Hope that helps. Please let us know if you have further questions.

    Best,

    Grace

    0 comments No comments

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.