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
10
votes
1 answer

Assign Static Public Address to Azure Container Instance deployment

Context Working on a project to deploy a restful API application and seperate TCP service to an Azure Container Instance. The TCP service requires a static Ipv4 address due to legacy reasons. Question I am attempting to isolate my options to assign…
10
votes
4 answers

Azure Traffic Manager SSL Setup (not classic)

I have an Azure API App Service that I want to configure "priority" traffic management for (this is the new Traffic Manager, not classic). I have deployed the service to two separate Azure regions and configured a Traffic Manager instance to…
JTW
  • 3,546
  • 8
  • 35
  • 49
10
votes
1 answer

Traffic Manager shows "Stopped" for Web App at Basic plan

Today I was doing some experiments with the new Traffic Manager (new azure portal). I configured a new Azure Traffic Manager and added an Azure Website endpoint. But the Traffic Manager endpoint status says Status of the endpoint as "Stopped" where…
user3701750
  • 217
  • 1
  • 6
7
votes
2 answers

How to add an Azure Traffic Manager endpoint using ARM templates?

I am attempting to add an endpoint to an existing Azure Traffic Manager. When deploying the template below with New-AzureRmResourceGroupDeployment it erases previous endpoint configurations. Is it possible to add an endpoint to an existing Traffic…
ksiomelo
  • 1,878
  • 1
  • 33
  • 38
6
votes
5 answers

Is Azure Traffic manager is reliable for failover? what are other problems I should be worried about?

I am planning to use Azure Traffic manager to do a failover of my app running on one Azure zone to Azure zone. I need some suggestion, if that is the correct approach to do a failover ? We have seen issue with Azure that, most of the services in…
user2768967
  • 367
  • 1
  • 4
  • 18
6
votes
2 answers

Azure Traffic Manager Browser Caching Issue

In Azure's traffic manager, I am doing some testing with TWO failover URLs: Two different endpoints are configured for the traffic manager (failover1.mysite.com, failover2.mysite.com.), however, my local browser (Chrome for example) seems to be…
Rohan
  • 61
  • 4
5
votes
2 answers

AKS Ingress endpoint on Azure Traffic Manager

I have deployed multiple microservices on an AKS cluster and exposed it on nginx ingress controller. The ingress pointing to a static ip with dns as blabla.eastus.azure.com Application is exposed on blabla.eastus.azure.com/application/ and…
Sam
  • 1,298
  • 6
  • 30
  • 65
5
votes
1 answer

Browser failing to renegotiate DNS on persistent connection

I’m investigating a scenario with a live dashboard (Angular web app) that is refreshed every 5 seconds (polling). The API is sitting behind Azure Traffic Manager which will fail over to a second region in the event of a failure in the primary…
5
votes
2 answers

Azure Traffic Manager not working for Web Apps at Standard S1: Small plan

I was doing some experiments with the Traffic Manager (new azure portal). I configured a new Azure Traffic Manager and added two Azure WebApp endpoints. But when trying to browse Traffic Manager endpoint I am getting This site can’t be reached,…
NikhilGoud
  • 574
  • 1
  • 5
  • 21
5
votes
1 answer

Azure traffic manager and https endpoint

I have a Website running on Azure. I added a custom domain and an SSL to enable https access to it. All is fine. Few days ago Azure had a network issue in a datacenter where my website is hosted( West Europe) and of course my site was affected…
Oumar Diarra
  • 355
  • 4
  • 16
5
votes
1 answer

Ignore Endpoints from Azure Application Insights

I have enabled Traffic Manager and the Monitoring Settings on my web role, now my Application Insights usage is completely unusable (11K impressions in a 24 hour period from Internet Explorer or Windows NT) and marks it as "real user traffic"? Smh.…
5
votes
0 answers

How can I use an Azure WordPress instance to geo-load balance with Traffic Manager and CDN

PROBLEM: I have a scalable instance of WordPress (not a VM but Microsoft Azure's preconfigured WordPress web application instance) setup on Azure using ClearDB for the MySQL database. I have Tested the Azure BLOB storage WordPress plugin and it…
5
votes
1 answer

How to use CORS with azure traffic manager

I am using azure traffic manager for load balancing of my virtual machines. But it is giving CORS blocked error when calling from ajax. I have CORS enabled for my machines url. can any one provide me some solutions.
5
votes
1 answer

traffic manager + azure website : how do I configure custom dns ssl

I have a custom dns entry mapped to my traffic manager setup via CNAME record. I also have traffic manager pointing to my azure website endpoint and I have a wildcard cert matching my custom dns uploaded on my website. I'm having trouble getting…
4
votes
4 answers

It is Azure Traffic Manager or Azure front Door in-front for multi region system architecture?

We have web API application and its related supporting background services hosted on Azure service fabric cluster on 2 different geographical regions (Japan East and West) to over Azure region outage. They are Active-Passive High-Availability…
1
2 3
16 17