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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 zones support alias records. I believe this could be your solution here.
https://learn.microsoft.com/en-us/azure/dns/tutorial-alias-rr