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

Configure Azure Traffic Manager over 2 web apps with custom domain and SSL

Background I have two websites: - web1.azurewebsites.net - web2.azurewebsites.net I have added a traffic manager called webtm.trafficmanager.net. web1.azurewebsites.net is configured with a custom domain web.example.com. I've also added a…
Clyde D'Souza
  • 402
  • 2
  • 10
1
vote
1 answer

Traffic Manager applies to both Azure Global and Azure China

We have a web app deployed to Azure App Service in Azure Global West US region. It works very well for US users. But, for Chinese mainland users, they are suffering low repsonses due to high latency. The idea comes to my mind is to deploy the same…
1
vote
3 answers

Azure Trafic Manager - Multiple subscription keys

I have two instances of API Management(APIM), in two different regions. The endpoints are protected behind subscription keys. As known, you cannot set these, so they are different for each APIM instance. I am using Azure Traffic Manager in front of…
1
vote
0 answers

how to add azure blob storage endpoint to Traffic Manager

I'm trying to add the azure blob storage endpoint to traffic manager and its showing degraded. Could you please provide the steps to add the azure blob storage endpoint in Traffic Manager.
usha chokka
  • 217
  • 1
  • 4
  • 12
1
vote
1 answer

How to remove Azure Traffic Manager setup with zero downtime?

In a bid to reduce our Azure costs we are looking to remove unused resources. We have an app service that is part of a traffic manager setup, reachable when users type x.com in their browser. Two app services…
1
vote
1 answer

Azure Traffic Manager subnet routing does not resolve

I'm new to Azure. I'm trying to set up a Traffic Manager in order to DNS load balance between two endpoints. I have created a Traffic Manager with two endpoints with subnet routing. In order to test it, I looked up my public IP address and provided…
Shriram Sharma
  • 599
  • 1
  • 5
  • 19
1
vote
2 answers

CNAME record not found for lower-priority Azure API Management instance behind Traffic Manager

I'm creating a pair of Azure API Management instances on different regions (primary and secondary), both on Consumption tier. These are fronted by a Traffic Manager that gives priority to the primary region, but fails over to the secondary region…
Þórir Sachie
  • 209
  • 1
  • 2
  • 11
1
vote
1 answer

HTTPS/SSL Certificates and traffic on Azure - From CDN (custom domain with SSL) to Traffic Manager and end to end flow

We have been working on a flow of upstream services on Azure. The following is the architecture: User -> DNS -> Azure CDN -> Azure Traffic Manager -> Frontend Load Balancer (Firewall NVA) -> Azure Application Gateway -> Backend Pool…
JeetJ
  • 21
  • 4
1
vote
1 answer

DNS based routing using Azure Traffic manager with AWS Route 53

I am not sure if i am asking a right question. I need to understand how Azure Traffic Manager route DNS based request, when a website server is using AWS route 53 DNS service where we have already configured backend server CNAME on route53. How…
vashishth
  • 2,751
  • 4
  • 38
  • 68
1
vote
1 answer

Azure Traffic Manager with Cloudflare CDN

We have a pretty straight forward requirement in my opinion which is obviously proving to be otherwise: "Redirect users based on their geo-location to the respective cloud region and use Cloudflare as a CDN for the domain…
Hammad Dar
  • 475
  • 8
  • 18
1
vote
1 answer

How to use Azure Traffic Manager with a custom domain, if the DNS settings don't allow for forwarding

I have an Azure web app up and running, using a custom domain purchased outside of Azure... and that all runs fine. So I have https://myappname.azurewebsites.net/ loading fine with my domain name URL https://www.myappname.com I'm trying to upgrade…
BShirer
  • 11
  • 2
1
vote
2 answers

How to redirect traffic hosted on an azure endpoint (DNS/static IP) to different external IP address

Question: How do I host an endpoint in azure which allows me to redirect internet traffic at will between azure and aws services? I am hosting two kubernetes clusters - one in Azure and the other in AWS. I want to be able to: 1. redirect the…
1
vote
1 answer

Azure Traffic Manager's URL shows degraded but End Points returns 200

I have an API endpoint from Azure services and I tried to set up Azure traffic manager using this endpoint. The end point looks like this: https://sampleurl.azurewebsites.net and it requires authentication (bearer token to be exact) to…
superninja
  • 3,114
  • 7
  • 30
  • 63
1
vote
1 answer

Connecting Azure Analysis service to Traffic Manager and Power BI

anyone has used a Traffic Manager above two Azure Analysis services for high availability and connect Traffic Manager to Power BI? we really need this to provide high availability but power BI doesn't seem to accept the Traffic Manager's URL we…
1
vote
1 answer

Azure Traffic Manager Cloud Services (multiple websites) and App Services in same region

So we have a scenario where we are currently using Cloud Services to serve two websites, along with some worker roles (worker roles out of scope of this question). We have quite a few environments (5 cloud services env) in the same region, as our…