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

Why won't root domains in Azure Traffic Manager load balance or fail over?

Simply put: I have a domain called erik.com, two azure websites (east and west), and one traffic manager that is setup to manage the two azure websites. When I take east offline (by throwing a non-2** status code) erik.com goes offline. This should…
2
votes
2 answers

Can Azure Traffic Manager redirect clients based on SSL version?

I want all clients to be able to access my server regardless of how old or unpatched they are. This means I need to support ancient versions of SSL. I want these users to access sales and marketing material on my site, However, I don't want those…
2
votes
2 answers

Microsoft Azure Traffic Manager

I've created an Azure Traffic Manager profile which uses failover as the load balancing method. The primary endpoint is an on-premises website test.company.com. The other endpoint is an Azure Website App which has a custom domain name…
covmh
  • 21
  • 1
2
votes
1 answer

Certificate Issue with Custom Domain of Web App and Traffic Manager

I have created one Web App on Azure and deployed that in two regions. now, using traffic manager I have used failover configuration. As I am having custom domain, I have used individual domains per web app. So, each of my web app has 3 domains (I)…
1
vote
0 answers

How to pass a different request header for each origin (hostname) configured for an origin type in azure front door?

Lets say I have 3 endpoints configured on default origin type in Azure front door. Below are the sample endpoints https://example1.com https://example2.com https://example3.com Here is my final azure front door endpoint with equal priority and…
1
vote
1 answer

Limit traffic without scaling out in Azure?

Im looking into to use a Load Balancer in front of our API management, for example if a 1000 requests coming in in 5 second i want the 1001th request to be denied. Which solution would work in this case?
csaba
  • 75
  • 6
1
vote
1 answer

Azure Traffic Manager / AWS Route 53 policy failover functionality in Google Cloud (GCP)?

I am unable to find the proper documentation to create a failover scenario similar to the one offered by Azure Traffic Manager and AWS Route 53 Traffic Policy in Google Cloud (DNS based). Is such kind of functionality even possible in google…
1
vote
2 answers

Azure Traffic Manager errors when adding 2nd App Service as endpoint

We have added an app service as an endpoint to Azure Traffic Manager, and everything is working fine. However, when trying to add a second app service it fails with the following error: Some of the provided Azure Website endpoints are not valid:…
David Masters
  • 8,069
  • 2
  • 44
  • 75
1
vote
1 answer

Azure Traffic manager gives SSL error while App gateway URL works while using Azure App gateway ingress controller on AKS

We are going multi-region for our project and there is a need for us to use an Azure traffic manager to route traffic to each region. Our setup looks like below where our app gateway is exposed via a public IP which I used to configure on the Azure…
1
vote
1 answer

Azure Traffic Manager connects to the Private Endpoints (Internal ingress)

I am looking for a AKS Disaster recovery(DR) solution, I was trying with Traffic manager but it seems it only supporting for Web App public endpoints, is there a solution coming near future for connecting internal web app endpoints(private). In my…
Naresh
  • 11
  • 2
1
vote
1 answer

ARM template deployment of Microsoft.Web/sites/hostNameBindings keep giving me conflict error

I am trying to deploy app services but I keep getting deployment failure Microsoft.Web/sites/hostNameBindings Message: Cannot modify this site because another operation is in progress. OperationName: RegisterTrafficManagerProfile, CreatedTime:…
1
vote
1 answer

When Azure cloud service provide Load balancing between multiple instance, Why traffic manager required?

I am a beginner at cloud service. I come to know that Azure Cloud service automatically do Load Balancing with multiple instances, Then Why we need Traffic Manager? Can you explain difference?
1
vote
1 answer

Azure Traffic Manager Multiple Websites

Currently, I am trying to setup a traffic manager profile for our company needs. Although I read the articles and documentation, I did no find an answer. Our goal is the following: Route traffic based on domain name/website: abc.com - routed to…
1
vote
1 answer

Can Azure API Management be used as a pass through for an ASP.NET MVC website that also contains APIs?

I have a single ASP.NET MVC app - website and API controllers. I'd like to use Azure API Management to manage these APIs but retain the same URL so that it is seamless for our consumers. We have a custom domain setup on the app service for this web…
1
vote
1 answer

Add endpoints in Traffic Manager using python Azure SDK

I have a traffic manager profile in azure and I want to add endpoints to my traffic manager using my python script. I referred to the python sdk for azure to add the endpoints. We can add or update endpoint using this…
Anshul Walia
  • 547
  • 1
  • 5
  • 9