How to configure HTTP-to-HTTPS redirection using Azure Traffic Manager

ManoharLakkoju 690 Reputation points Microsoft Vendor
2024-10-07T08:34:29+00:00

How can I configure HTTP-to-HTTPS redirection using Azure Traffic Manager?

PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.

Azure Traffic Manager
Azure Traffic Manager
An Azure service that is used to route incoming network traffic for high performance and availability.
127 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ManoharLakkoju 690 Reputation points Microsoft Vendor
    2024-10-07T08:34:51.6666667+00:00

    Azure Traffic Manager (ATM) is primarily a DNS-based load balancer and does not support HTTP-to-HTTPS redirection directly.

    To achieve HTTP-to-HTTPS redirection, you should consider using Azure Front Door (AFD). AFD not only supports HTTP-to-HTTPS redirection but also provides additional benefits such as hiding your origin servers and improving performance through its global network.

    To resolve this issue: 1. Set up an Azure Front Door instance. 2. Configure the necessary routing rules to handle HTTP-to-HTTPS redirection. 3. Update your DNS records to point to the Azure Front Door endpoint instead of the Traffic Manager.

    For more detailed steps, refer to the Azure documentation links provided below.

    Resources:

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.

    Please do not forget to "Accept the answer" and "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.

    0 comments No comments

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.