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
1
vote
0 answers

App Service Plan Keeps Scaling Down Or Getting Corrupted

I have a Trial subscription and a very simple setup. Traffic Manager (e.g. tm1) Endpoint 1 (e.g. ep1) - Weight of 1 Web App (e.g. wa1) App Service Plan (e.g. asp1) - S1 Standard @ East US 2 Endpoint 2 (e.g. ep2) - Weight of 1 Web App 2…
user3019895
  • 71
  • 1
  • 6
1
vote
2 answers

Azure - SSL & Traffic Manager - Multiple regions

I'm expanding my Azure SSL web app across multiple regions, and thus need to setup a traffic manager. My current configuration works, and is: SSL cert: www.bloop.com Web App: uk-bloop.azurewebsites.net (Custom domain assigned) Registrar (Go Daddy):…
Dave Bish
  • 19,263
  • 7
  • 46
  • 63
1
vote
1 answer

Azure Traffic Manager and OAuth 2.0

We are using Azure Active Directory for registering client applications. The client applications use the AAD clientId and secret to get an access token to authenticate to the back end microservices we have in place in Azure. We have these…
RuSs
  • 1,725
  • 1
  • 29
  • 47
1
vote
2 answers

How to configure SSL on cloud service with traffic manager?

I have a traffic manager pointing to a cloud service. Now I want to configure SSL on that system. How can I configure SSL on a cloud service with traffic manager?
Aasish
  • 377
  • 5
  • 18
1
vote
1 answer

Using Traffic manager, how to mitigate the service unavailability issue caused by TTL

I am using traffic manager to load balance our traffic to services hosted on different data center. The problem is, when client request to traffic manager, traffic manger response with a IP with TTL setting (say, 5 mins), then client will request…
Youxu
  • 1,050
  • 1
  • 9
  • 34
1
vote
2 answers

Azure Traffic Manager Endpoints show Degraded Even when 200 is Returned

I have an Azure Traffic Manager Profile with two Endpoints (Linux VM's running RabbitMQ). The endpoints are of Type "Azure Endpoint" and the Target Resource Type is "Public IP Address". When I look at the Traffic Manager Profile it reports that the…
Kyro
  • 748
  • 1
  • 12
  • 28
1
vote
1 answer

Azure Traffic Manager and DDoS attacks

So I have my website set up, call it www.mywebsite.com. I have my Traffic Manager set up so that www.mywebsite.com points to mytrafficmanager.trafficmanager.com. The Traffic Manager then points to my two on-premise web front-ends web1.mywebsite.com…
lukebrandt
  • 21
  • 2
1
vote
2 answers

Nested Profiles in Azure Traffic Manager not working properly

I had created two Traffic manager profiles naming as Firstprofile, Secondprofile.Firstly Secondprofile configured with app service end point. Now Secondprofile added as Endpoint to Firstprofile (called nested profile) .While browsing the…
Phani Rao
  • 167
  • 1
  • 12
1
vote
2 answers

Azure Traffic Manager routing to Azure Website configured as External Endpoint

Here's what I did, Created an Azure Website (http://myapp1.azurewebsites.net) in Standard tier Configured Azure Traffic Manager and added endpoint as an Azure endpoint. Trafficmanager routes to the website. Nice! Removed the endpoint and and added…
Dhanuka777
  • 8,331
  • 7
  • 70
  • 126
1
vote
1 answer

How frequently the Traffic Manager monitors endpoints

How frequently the Traffic Manager monitors endpoints? It's very obvious that it's not event driven (when an endpoint is down it takes up-to 30 secs - 2.5 mins to identify the status of the endpoint as per my observations). Can we configure this…
Dhanuka777
  • 8,331
  • 7
  • 70
  • 126
1
vote
1 answer

Load Balancing with Azure Traffic Manager and Session state store necessary?

I am using Azure Traffic manager to load balance two servers in different regions. I thought I would need a single store or redis cache for my session state. However, while testing it seems to keep me logged in even when I go back between servers…
1
vote
1 answer

X-Powered-By header set by Azure Traffic Manager

I am having trouble removing the X-Powered-By: ARR/2.5 header which is being set by the Azure Traffic Manager. I have the following architecture: Web VM (IIS/8.5) -> Routing VM (ARR/2.5 IIS/8.5) -> Azure Traffic Manager -> Custom Domain Name. When…
Mackolicious
  • 377
  • 4
  • 10
1
vote
1 answer

Azure TrafficManager: how are initiating referer Urls from failover servers seen by endopoints?

We use the Azure TrafficManager and we have certain endpoints that would like to check the provenance/referer domain of incoming calls (raw IPs being a bad idea in the cloud in any case) I am wondering if or how TrafficManager handles the outbound…
1
vote
2 answers

Azure Traffic Manager logs degraded due to https rewrite rule

I have the following rewrite code in my web.config (MVC 5) which is apparently causing the traffic manager to register "degraded" since it gets the rewrite (301 status, I suspect). I have set the traffic manager to monitor HTTPS. What else do I need…
GGleGrand
  • 1,565
  • 1
  • 20
  • 45
1
vote
1 answer

Azure Traffic manager - Route by User IP Address

I have a webapplication in multiple Regions in the Azure Cloud and i'm using the Traffic Manager in Performance mode zu redirect the user to the closest Region. What's concerning me is the following: With this site https://www.whatsmydns.net i…
metabolic
  • 669
  • 1
  • 7
  • 24