Questions tagged [azure-traffic-manager]

Microsoft Azure Traffic Manager is a DNS-based global traffic-routing service. It can be used to route traffic between application endpoints around the world, both in Azure and externally to Azure. Routing is based on a number of traffic-routing methods. Endpoints are monitored, so that traffic can be automatically re-directed in case of endpoint failure.

Microsoft Azure Traffic Manager allows you to control the distribution of user traffic to your specified endpoints, which can include cloud services and web sites. Traffic Manager works by applying an intelligent policy engine to Domain Name System (DNS) queries for the domain names of your Internet resources. Your cloud services or web sites can be running in the same datacenter or in different datacenters across the world.

Traffic Manager can help you:

  • Improve availability of critical applications – Traffic Manager allows you to improve the availability of your critical applications by monitoring your endpoints in Windows Azure and providing automatic failover capabilities when a cloud service or web site goes down.

  • Improve responsiveness for high performing applications – Windows Azure allows you to run cloud services or web sites in datacenters located around the world. Traffic Manager can improve the responsiveness of your applications and content delivery times by directing end-users to the cloud service or web site with the lowest network latency from the client.

  • Upgrade and perform service maintenance without downtime – When one endpoint is brought down, perhaps for maintenance, Traffic Manager will direct user traffic to the other available endpoints that you define in the Traffic Manager profile. This helps you to maintain and upgrade your services without downtime for clients.

Reference :

https://learn.microsoft.com/azure/traffic-manager/

257 questions
0
votes
1 answer

How Fault tolerance be implemented using Azure Traffic Manager

Say we have 2 Azure hosted sites; one is asia (ap.test.com) and one in europe (eu.test.com) which are load balanced via Azure Traffic Manager. As this works at DNS level and user is directly connected to say my asia website (due to say low latency).…
0
votes
1 answer

Azure Traffic Manager Priority,Weighted and Performance

I am generating some sample trying out business cases for Azure Traffic Manager along with different configuration like: Performance 2.Priority Weighted As per my understanding, Performance can be used if I want to have minimal network latency for…
0
votes
2 answers

Azure Traffic Manager endpoint to a on-premises failed

In my location, connections to Azure servers are not good so i have to run an on-premises hosting. Whenever the hosting go down, i want an azure web app replace it. I use azure traffic manager with routing mode: Priority for that purpose. The…
khoa_chung_89
  • 975
  • 9
  • 25
0
votes
1 answer

Azure traffic manager to use custom request header

Is it possible to configure Azure Traffic Manager to poll an end point that requires an authorization header? The end point that we have developed for health check has authentication enabled which require credentials to be passed in the request…
Thomas
  • 1,970
  • 4
  • 28
  • 59
0
votes
1 answer

traffic manager for https azure website

I read quite a lot documents and other questions on stackoverflow about this, and I have to admit that it just makes me much more confused. I have a site that hosted both in EU west and EU north azure. Say their urls…
daxu
  • 3,514
  • 5
  • 38
  • 76
0
votes
1 answer

Azure SSL and TrafficManger Implementation

I have Requirement where i want to configure Azure Traffic Manager with SSL. I have Scenarion like I have Hosted WebAPP1.azurewebsite.ne and WebAPP2.azurewebsite.net and configured trafficmanager top of that lets say…
0
votes
1 answer

Azure App Service WebApp to handle all incoming requests independent from hostheader

Here is what I want to do: I have a bunch of client URLs like client1.some.com and during maintenance I am redirecting them using Traffic Manager to banner.some.com At this point it fails to show them my banner because their host names are not in…
Ihor Bats
  • 169
  • 1
  • 12
0
votes
1 answer

How does APIM work with Azure traffic manager?

In APIM we need to have a key that a client knows about: ocp-apim-subscription-key What happens when traffic manager round robins to another server? Does the client need to know about the second subscription key?
RuSs
  • 1,725
  • 1
  • 29
  • 47
0
votes
2 answers

Traffic manager and data replication

In case, I have my applications running in 2 different regions. If I use a traffic manager to route my packet to the nearest region, from a high availability perspective, how do I manage the manage data replication between these regions? For…
0
votes
1 answer

Single public IP for service but failover distribution to two internal IP's

can anyone tell me if it is possible to set up failover in azure with single public address for the service? meaning that if I want the public ip address for a service always to remain the same but have it distributed to two internal ip addresses…
0
votes
1 answer

Migrate TrafficMgr profiles to new Azure portal

I have a number of Traffic Manager profiles that were setup 4 years ago. I'd like to get them migrated to the ARM approach so I can see and manage them in the new Azure portal. Is there any way to migrate them? I see that I could create new ones in…
BrettRobi
  • 3,793
  • 7
  • 40
  • 64
0
votes
1 answer

What is difference between Traffic manager(classic) and Traffic manager in Azure?

What is difference between Traffic manager(classic) and Traffic manager in Azure?
Phani Rao
  • 167
  • 1
  • 12
0
votes
1 answer

Azure traffic manager cname

Hi I have too webapps in 2 different regions webapp1.azurewebsites.net webapp2.azurewebsites.net webapp1.azurewebsites.net has a custom domain name (www.myrealdomainname.com) associated with it and is mapped via A Record on my providers dns…
Ilyas
  • 741
  • 7
  • 18
0
votes
1 answer

Azure Traffic Manager Error: Endpoint do not has a DNS Name

When I tried to add a mobile app as an endpoint to Azure Traffic Manager, Azure portal tells me "Failed to save configuration changes to Traffic Manager profile. Error: The resource specified by the targetResourceId for endpoint xxxx does not have…
Mabraygas
  • 199
  • 1
  • 2
  • 13
0
votes
1 answer

Azure Application gateway for web app

coming from this link http://azureblogger.com/2016/02/load-balancing-in-azure/ Does azure application gateway support web apps? based on the above link, it says no, but i could not find it mentioned explicitely in azure documentation for app…