How to link traffic manager and dns
Thank you for your help.
I'm trying to build a Sorry screen using Traffic Manager.
Below are the traffic manager settings.
app
uses public ip
and sorry
uses azure functions
.
name | status | monitor status | type | priority |
---|---|---|---|---|
app | Enable | Online | Azure endpoint(pip) | 1 |
sorry | Enable | Online | Azure endpoint(functions) | 2 |
This setting looks like it's working as expected.
Because there is a time lag when app
is stopped, but traffic is being sent to sorry.
The problem for me is that I don't know how to tie the traffic manager to dns.
The app
dns currently in use is <name>.japaneast.cloudapp.azure.com
created from azure.
I think I need to add http: //<name>.trafficmanager.net
to the CNAME or A record in order to associate the traffic manager with this dns.
Is this recognition correct?
If they match, how can they be linked?
Does anyone know the answer to this question?