Trouble moving a domain from one app service to another.

JC Woodford 0 Reputation points
2026-01-28T19:51:19.67+00:00

I'm having trouble adding a custom domain to my app service. I configured the dns on another service and I want to move it to a new one. I deleted the dns and the binding with it, then tried to add it to the new service. It said it added the dns, but wont do the ssl binding, and I get a 404 trying to navigate to the address now.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-01-28T19:51:27.66+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To troubleshoot the issue of moving a custom domain from one Azure App Service to another, follow these steps:

    1. Verify Domain Removal: Ensure that the domain has been completely removed from the previous App Service. If the domain is still bound to the old service, it cannot be added to the new one. You may need to contact Azure support to release the domain if it appears locked.
    2. Check DNS Configuration: Make sure that the DNS records are correctly configured for the new App Service. For a root domain, you need an A record pointing to the app's IP address and a TXT record for verification. If you are using a subdomain, a CNAME record is recommended. Ensure that both records are present and correctly configured.
    3. Clear Caches: Clear your browser cache and DNS cache. You can flush the DNS cache on a Windows machine using the command ipconfig /flushdns. This helps to eliminate any cached old IP addresses that may be causing the 404 error.
    4. SSL Binding: If you are having trouble with SSL binding, ensure that you have added a certificate for the domain. If the domain does not have a certificate binding yet, you will encounter issues accessing it securely. You can add a private certificate for the domain and configure the binding accordingly.
    5. Check for Conflicting Records: Ensure that you do not have conflicting DNS records (like both A and CNAME records for the same domain), as this can prevent proper resolution.
    6. Domain Status: In the Azure portal, check that the domain appears as "Active" in the custom domains list for your new App Service. If it does not, you may need to re-add it.

    Following these steps should help resolve the issues you are experiencing with moving your custom domain to a new Azure App Service.

    0 comments No comments

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.