transfer domain out of azure

JohnnyPierre-0074 20 Reputation points
2026-01-31T05:37:34.02+00:00

Hi,

At this point i am desperate. I've been having issues with a domain name I have hosted in azure. website and exchange mail tied to and neither are working at the moment. it's been 2 weeks and have not heard back from support. I want to move my domain out of azure, but there doesn't seem to any official documentation to follow. I followed the answer here, but no longer working. Does anyone have any idea how to move a domain out of azure?

Methods i've tried: Azure resource explorer, powershell, shell. in resource explorer and shell command line it will give a success message, but nothing is really saved or the changes just revert back.

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
0 comments No comments
{count} votes

Answer accepted by question author
  1. TP 149.5K Reputation points Volunteer Moderator
    2026-01-31T05:41:23.2533333+00:00

    Hi,

    To transfer to different registrar you will need authorization code. You may open Azure Cloud Shell and execute command similar to below from App Service team blog (replace subscription id, resource group, domain name):

    Invoke-AzRestMethod -Path "/subscriptions/<SUBSCRIPTION-ID>/resourceGroups/<RESOURCE-GROUP-NAME>/providers/Microsoft.DomainRegistration/domains/<DOMAIN-NAME>/transferout?api-version=2021-02-01" -Method PUT
    
    

    In the output from the command, you need authCode, which is what you will provide the new domain registrar when requesting transfer in.

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.