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

Azure Traffice Manager External End Points

Can someone explain to me how to setup a external end point for a fail over model in Windows Azure Traffic manager. I can add the end point to azure through powershell, for example www.mysite.com, but then the tutorials say I would need to change my…
Matt
  • 1,354
  • 10
  • 18
0
votes
1 answer

Azure Traffic Manager: Redirect Request based on Custom Logic

I am implementing OData using ASP.NET Web API 2.2. These are deployed as Azure Web roles in different Azure Data centers where data is present in SQL Azure DBs. If there is a request coming from the user, the request has to be redirected to a…
0
votes
1 answer

Azure Traffic Manager not balancing traffic between VMs

I have the following configuration in Azure: 2 xA2 VMs( US-East located), with WAMP installed and Master-Master replication setup for the MySQL DBs. 1 Traffic Manager (=TM) to balance traffic between them. in Azure portal i have the 'Online' status…
bob
  • 105
  • 1
  • 8
0
votes
1 answer

Azure Traffic Manager with Cloud Worker

I have a Cloud Worker role that I have deployed in different datacenters and I want to use the Azure Traffic Manager to send people to the closest data center to them (Performance balancing). The worker roles are up and running and working well.…
tghw
  • 25,208
  • 13
  • 70
  • 96
-1
votes
1 answer

Multi region architecture with active active mode azure

I have some doubts about implementing a multi-region architecture in azure, I am running my application currently in one region and I am saving some data in blob storage and others in the PostgreSQL database. I wanted to replicate my whole…
Hkni
  • 115
  • 1
  • 11
-1
votes
1 answer

Azure Blue/Green deployment - use same public IP across Load Balancers

I'm currently using the standard blue/green deployment setup here: I need to use the same public IP for both Load Balancers. Currently it appears that a load balancer (LB) can only use a 'not used' frontend IP configuration. So, I could switch the…
-1
votes
1 answer

Traffic Manager - This value is neither an IP address nor a fully qualified domain name (FQDN)

I don't know where should I post this... So the issue is cannot add target in External endpoint if there is "one word only" between "." Example: example.com - working abc.example.com - working a.abc.example.com - working abc.a.example.com - is not…
-1
votes
1 answer

Access specific Azure appservice managed by Traffic Manager

We have an appservice hosting some odata api's in Azure. We are running an instance in Central US and another in East US 2. We have a Traffic Manager profile set up so a single url is balanced between the two instances. There is an intermittent…
Mark
  • 803
  • 3
  • 11
  • 21
-1
votes
1 answer

Azure Site Recovery with Traffic Manager

I have setup 3 VMs (all based in Azure) in a "Site Recovery Plan" and the test failover of these works correctly. However, I wish to front these VMs with a "Traffic Manager" such that on failover the traffic is routed to the failed over VM in the…
James Elder
  • 1,583
  • 3
  • 22
  • 34
-1
votes
1 answer

IN azure traffic how to implement the following case

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…
ashok
  • 1,078
  • 3
  • 20
  • 63
-1
votes
1 answer

Traffic Management Solution for Azure App Services not relying on DNS

At the moment, we are using Azure Traffic Management to provide Load Balancing and High Availability across multiple regions for Azure App Services deployed on App Service Environments. We have reduced the Traffic Manager TTL to 30 secs. However,…
Paco de la Cruz
  • 2,066
  • 13
  • 22
-1
votes
2 answers

Do I need a Site Down page for Azure Traffic Manager in Priority Mode

I'm setting up an Azure Traffic Manager, in Priority Mode, for my website. I have a primary and a failover location, both being monitoring by a "FailoverMonitor.aspx" page - if any resources are down for the appropriate resource\region, I return a…
ewitkows
  • 3,528
  • 3
  • 40
  • 62
-2
votes
1 answer

Azure Multi region DR : Custom Routing Policies in APIM[Premium) Vs Traffic Manager behind APIM

We have APIM premium, which comes with internal Traffic Manager for performance base routing . If APIM is integrated externally with the vnet in which we have our fnapp integrated, for multiregional DR ,the MS docs are suggesting to use custom apim…
-2
votes
1 answer

endpoint getting traffic inspite of being less weight an finally being disabled

Had some issue with one of the four azure cloud service deployments in the NA region. All four deployments are hosted behind a traffic manager. deployment/endpoint with issues was also getting more traffic than other endpoints/deployment. following…
Saby
  • 99
  • 1
  • 7
-2
votes
1 answer

Add a new Traffic Manager profile through PowerShell

I'm trying to add a new Traffic Manager endpoint to an existing profile in a powershell script as part of a deployment pipeline. In the Azure portal I'm able to simply add a second endpoint and a new priority is assigned. Since I'm using weighted…
1 2 3
16
17