0
votes

I want to create a traffic manager points to several app service cross regions. I saw that if I create the TM profile and added endpoints on Azure portal, the TM DNS name will be automatically added into the custom domain of app service. But if I create the TM and adding endpoints using Microsoft.Azure.Management.TrafficManager.Fluent library, the TM DNS name won't be added to app service custom domains. What is the best way to auto add the TM DNS name to app service custom domains?

1

1 Answers

0
votes

Traffic Manager DNS name cant be added to the web app. you can add custom dns name to the web app, which you can use for the traffic manager as well (as per this article). So you'd need to do this on the webapps and point your dns record to the TM.