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

Azure: Route subdomain traffic to different backend port

I have multiple sites hosted on the same machine in Azure on different ports: foobar.com:8000 foobar.com:8001 foobar.com:8002 etc I would like to address these by subdomain using a reverse proxy; aaaa.mysite.com ---->…
2
votes
2 answers

How to use Traffic Manager with Azure Storage Static Website?

I have a Traffic Manager with an endpoint in Azure Storage Static Website. Static website with index.html is up and running on both http and https. Endpoint in traffic manager has status Online. But when try to reach static website through traffic…
Michael Chudinov
  • 2,620
  • 28
  • 43
2
votes
2 answers

Adding custom domain names to an Azure webapp in a Nested traffic manager profile

I want to have the following setup in Azure. * Main Traffic manager         - WebAppA (West Europe)         - Nested Endpoint                  * WebAppB (West Europe) WebappA has a custom domain name linked with a CName to the main traffic…
Geert
  • 143
  • 1
  • 9
2
votes
1 answer

HTTPS not working for Azure Traffic Manager for Azure Function at azurewebsites.net

I'm trying to use https://mysite.trafficmanager.net that should resolve to https://myfunction.azurewebsites.net without adding my own SSL cert or domain. When I go directly to https://myfunction.azurewebsites.net the cert is valid, but when I go to…
Rusty Divine
  • 3,462
  • 1
  • 21
  • 15
2
votes
1 answer

azure gateway as priority traffic manager

We have a set-up an azure gateway of tier WAF V2 (so it would be zone-redundant). It has a backend pool containing 2 WebApps -AppServices (supposedly a Primary and a Secondary). The idea behind it was to use the gateway similarly to priority traffic…
A.J Alhorr
  • 527
  • 7
  • 27
2
votes
1 answer

Using Azure Traffic Manager with an App Service (HTTPS)

I have an Azure App Service with HTTPs enabled only and Azure Active Directory as a way to Authenticate to the service. I am planing to geo-locate my App Service on a second region but at the moment I am trying to test that Azure Traffic Manager…
Codelel
  • 105
  • 1
  • 1
  • 7
2
votes
2 answers

Configuring custom domain on traffic manager and web app

I refferred this microsoft doc, but it's confusing as mad. https://learn.microsoft.com/en-us/azure/app-service/web-sites-traffic-manager-custom-domain-name First they explain www.contoso.com will be the CNAME for .trafficmanager.net. Then…
John
  • 351
  • 5
  • 18
2
votes
1 answer

ARM template to deploy traffic manager to web app with custom domain fails

I've got an ARM template and parameter file here, that I'm trying to use to create a function web app, with traffic manager and custom hostname. It's only a single web app at the moment. However, once I get this working, the plan is to break up…
2
votes
3 answers

DNS: High Availability with Azure Web Apps + Traffic Manager

I have a client with the following setup: DNS is NetworkSolutions. Their minimum TTL for a DNS entry is an hour. An Azure Web App hosting a standard MVC site. Azure Traffic Manager set to priority. Our A record points to the Azure Web App's IP…
Rob Reagan
  • 7,313
  • 3
  • 20
  • 49
2
votes
0 answers

Let's Encript SSL Certificate and Azure Traffic Manager

I am trying to use Azure Traffic Manager to load balance traffic between a website hosted on an Azure VM in 2 different regions (Europe and US). The Azure Traffic Manager is setup happily with the DNS name mywebsite.trafficmanager.net I have 2 end…
2
votes
2 answers

Azure Traffic Manager support with Azure Function Apps

I am trying to use Azure Traffic Manager (GTM) to geographically distribute load to function apps in each region. I have tried adding an 'app service endpoint' and an 'external endpoint' (including adding the GTM name as a custom CNAME to the…
user3603467
  • 23
  • 1
  • 4
2
votes
2 answers

Azure Functions Traffic Manager

I'm trying to set up some sort of traffic managing so I can have zero downtime while updating my Azure functions. I'd like to have a West US and a East US that I can divert traffic while I publish. I can't seem to get it to work with Azure…
Dakota Kincer
  • 448
  • 3
  • 16
2
votes
2 answers

Traffic manager weight routing method seems not work well

We built a traffic manager with weight routing method (former round robin mode), and configured two endpoints with same weight value. We expected that the traffic will be evenly distributed to two endpoints. But actually we saw one endpoints got…
2
votes
2 answers

Azure Traffic Manager, custom domain and 404

I got lost with Traffic Manager setup and custom domain name. First I had two mobile apps in 2 regions (westeuropeapp.azurewebsites.net and brazilapp.azurewebsites.net) as endpoints of Traffic Manager (trafficmanager.trafficmanager.net). It was…
François
  • 3,164
  • 25
  • 58
2
votes
1 answer

Azure traffic manager route by URL pattern

We have web apps hosted on two data centers for high availability and we used traffic manager with round robin routing method to route traffic to either of the two data centers. Now per business requirement, we need route the traffic by URL pattern.…
Youxu
  • 1,050
  • 1
  • 9
  • 34