-1

In azure traffic manager which is having the following links, how to configure in azure traffic manager for performance based traffic management.

1) http://xxxxx.azure-api.net/application1/service

2) http://xxxxx.azure-api.net/application2/service

I have given the created the azure traffic manager profile with the performance based selection. Then I included the DNS name as xxxxx.azure-api.net.

But now how to configure that end user will have one url and azure traffic manager will route the request based on performance or availability of the service.

ashok
  • 1,078
  • 3
  • 20
  • 63

1 Answers1

0

You should add a CNAME to point your company domain to a Traffic manager domain name.

To use a name from your DNS zone, create a CNAME DNS record that maps to the domain name of your Traffic Manager profile. You can find the Traffic Manager domain name in the General section on the Configuration page of the Traffic Manager profile.

For example, to point name www.contoso.com to the Traffic Manager DNS name contoso.trafficmanager.net, you would create the following DNS resource record:

www.contoso.com IN CNAME contoso.trafficmanager.net

For step by step information, please refer to this blog

Nancy
  • 26,865
  • 3
  • 18
  • 34