How to redirect my example.com to www.example.com on Azure DNS

Vitalijs Vickops 1 Reputation point
2022-01-14T13:59:08.64+00:00

We have example.com on GoDaddy.com, since we are dealing with multiple subdomain to be deployed automatically on our Azure subscription, we are using Azure NS to deal with.
In Azure DNS we have
www CNAME 3600 proxy-ssl.webflow.com.
to send www.example.com request to Webflow solution which is hosting our website.
The problem is in example.com which should open the same site hosted on proxy-ssl.webflow.com - so far I can't find option to configure it.

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

1 answer

Sort by: Most helpful
  1. Alan Kinane 16,951 Reputation points MVP Volunteer Moderator
    2022-01-14T15:11:57.227+00:00

    Azure DNS zones support alias records. I believe this could be your solution here.

    https://learn.microsoft.com/en-us/azure/dns/tutorial-alias-rr

    1 person found this answer helpful.

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.