Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
hi @ishan saxena
Thanks to tp for the answer,
adding few points to it
Thanks for reaching out about transferring your Azure App Service domain (registered through Wild West Domains) to another registrar. I understand it's tricky since there's no direct "transfer out" button in the portal.
we can easily get the authorization (EPP/transfer) code yourself using Azure Cloud Shell. Here's exactly how:
Quick Steps to Get Your Transfer Code:
- Disable Domain Privacy (required for transfer) Go to your App Service Domain in the Azure portal >Advanced domain management (preview) >Turn Domain Privacy off.
- Retrieve the Auth Code Open Cloud Shell in the Azure portal (top-right shell icon) and switch to PowerShell. Run this command (replace the placeholders with your details): PowerShell
In the JSON output, look for the authCode value — that's your transfer code. Provide this code to your new registrar when starting the transfer. They'll handle the rest (usually takes 5–7 days).Invoke-AzRestMethod -Path "/subscriptions/<SUBSCRIPTION-ID>/resourceGroups/<RESOURCE-GROUP-NAME>/providers/Microsoft.DomainRegistration/domains/<DOMAIN-NAME>/transferout?api-version=2021-02-01" -Method PUT
Important notes:
- The domain must be at least 60 days old and not recently updated (registrant info or previous transfer).
- After the transfer completes, the domain will be removed from your Azure resources.
reference:
https://azure.github.io/AppService/2021/09/22/2021-Managing-ASD.html
https://learn.microsoft.com/en-us/azure/app-service/manage-custom-dns-buy-domain
If the answer is helpful, Please do click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you