How do I transfer domain from another registrar to Azure?

Oleg R 0 Reputation points
2023-09-11T23:03:05.3866667+00:00

Hello. I am looking to transfer domain name to Azure, but I don't see any options to import it to Azure as a registrar (not just DNS settings, but actual domain name management).

Does Azure or O365 offer this option?

Thanks!

Microsoft Security | Microsoft Entra | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Sadjad Bahmanpour 5 Reputation points
    2023-12-08T00:31:29.7366667+00:00

    Looks like that PS won't work, there is another work around using REST Apis

    https://jrudlin.github.io/2018/10/27/domain-name-registration-transfer-to-azure-app-service-domains/

    but that seems like recently closed down you'll get an error like this

    {
    "Code": "BadRequest",
    "Message": "Domain transfer in is not supported.",
    "Target": null,
    "Details": [
    {
    "Message": "Domain transfer in is not supported."
    },
    {
    "Code": "BadRequest"
    },
    {
    "ErrorEntity": {
    "ExtendedCode": "59739",
    "MessageTemplate": "Domain transfer in is not supported.",
    "Parameters": [],
    "Code": "BadRequest",
    "Message": "Domain transfer in is not supported."
    }
    }
    ],
    "Innererror": null
    }

    1 person found this answer helpful.
    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Sandeep G-MSFT 20,911 Reputation points Microsoft Employee Moderator
    2023-09-12T08:43:32.2933333+00:00

    @Oleg R

    You can perform below steps to do the transfer,

    Get the authorization code from your registrar
    Go to your registrar and get the transfer authorization code. Check that the domain is unlocked for transfer.

    Get Powershell scripts
    You can get the source code of the Powershell script via your browser or git clone https://github.com/CatchRetry/azure-domain-transfer

    Execute the transfer
    Close all other PowerShell windows and start a new one as an administrator.
    Navigate to the script directory and run the PS script:
    cd "C:...\azure-domain-transfer"
    .\DomainTransfer.ps1
    Confirm the transfer
    When you get the confirmation email. Click the confirmation button Now you have to wait up to 5-7 days for the transfer to be complete.

    Accept the transfer from your registrar (if you can)
    Some registrar let the owner of the domain cancel or confirm the transfer. It allows the operation to be completed before the 5-7 days.

    Wait for the transfer to be complete...
    Wait and check the resource to be fullly available in you Azure portal.

    Let me know if you have any further questions.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


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.