Classic Service is going away. How to redirect the site url

Matthew Foreman 0 Reputation points
2024-05-13T15:47:48.42+00:00

We have old apps that are pointed at the Site url for a classic service. Azure is discontinuing support. The problem is that those apps are hardcoded to the site url, so once that is gone they can no longer reach a service. Can we use DNS to redirect the site url endpoint elsewhere when we update this service?

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

1 answer

Sort by: Most helpful
  1. Gowtham CP 1,970 Reputation points
    2024-05-13T16:44:24.5133333+00:00

    Hello @Matthew Foreman Thanks for reaching out in the Microsoft Q&A!

    To redirect a site URL from a discontinued Classic Service, Azure DNS is a viable solution. Configure a CNAME record in the Azure DNS zone, mapping the old URL to the new destination. Optionally, update applications to directly point to the new service URL. This setup offers a seamless transition for users. For further guidance, refer to Azure DNS overview and updating DNS records documentation.

    If you found this solution helpful, consider accepting it.