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
3
votes
2 answers

Diverting web traffic from one Azure Web app to another without downtime

I have two Azure web apps: webapp1.azurewebsites.net webapp2.azurewebsites.net webapp1 is my live website, which is configured with a custom domain, www.example.com. I want to divert all incoming traffic so that it goes to webapp2, rather than…
3
votes
2 answers

How to set up SSL with custom domains with several App Service behind a Traffic Manager?

I am trying to experiment a little bit the different configuration possibilities in Azure and I am stuck trying to correctly configure SSL custom domains when using more than one Web Site (App Service) behind a Traffic Manager. Without problem, I…
Thibault D.
  • 10,041
  • 3
  • 25
  • 56
3
votes
0 answers

Problems with traffic management on Multi Region Azure Website

I have a Webapplication which is running in multiple Regions in the Azure Cloud (4 right now). Now i have the following problem: The traffic manager is configured for speed so he chooses the Region with the lowest latency for the user. Now i have…
metabolic
  • 669
  • 1
  • 7
  • 24
3
votes
1 answer

Assign Custom Domain A Record to Traffic Manager DNS Name

I have two Cloud Services service1.cloudapp.net service2.cloudapp.net each cloud service is having 1 VM with their own Public IP each VM is running a website. VM1 IP is xxx.xxx.xxx.xxx VM2 IP is zzz.zzz.zzz.zzz Now i have created a Round Robin…
3
votes
1 answer

Setting up Duplicate VM's in Azure for an Availability Set

We're setting up VM's on azure in an availability set to ensure maximum uptime and perf. We just want to have multiple identical VM's so that traffic can be distributed using Azure load balancer and also fault tolerance if one box goes down. I'm…
3
votes
0 answers

Azure Traffic Manager - DNS TTL being ignored

I've just configured Traffic Manager for two endpoints and have noticed the TTL is being set to 3600 (1 hour) even though on the configuration page for the Traffic Manager profile it has been set to 300(5 minutes). I've verified this by looking at…
Grant Trevor
  • 1,052
  • 9
  • 23
3
votes
2 answers

Azure Traffic Manager Configuration

I have two web apps deployed on cloud services in two regions. WebApp1.cloudapp.net WebApp2.cloudapp.net I created Azure Traffic Manager with Performance Load Balancing WebApp.trafficmanager.net What is CName for my cloud app and how can…
Srinivas
  • 2,479
  • 8
  • 47
  • 69
3
votes
2 answers

How can an Azure website determine which region it is running in?

I will be placing an Azure website, in several regions. Then configuring the Azure Traffic Manager to distribute requests to each region. The website needs to know which region it is running in. Is there an API available to determine this? Or,…
JNT
  • 155
  • 11
2
votes
2 answers

Azure traffic manager ARM template wouldn't take resourceTargetId

I am trying to deploy Traffic manager profile using ARM template but when deploying I am getting the following error . I am referring the resourceid to "resourceTargetId". Also when I create the traffic manager profile from the portal it just seems…
Fenomatik
  • 457
  • 2
  • 8
  • 22
2
votes
2 answers

Add Azure Traffic Manager endpoints in main bicep template as child resource

I'm trying to add a new Traffic Manager Profile via a Network/trafficManagerProfiles.bicep module which I invoke in my main.bicep file. This works well. The main.bicep file is creating multiple Function Apps using their own little module, which is…
Jan_V
  • 4,244
  • 1
  • 40
  • 64
2
votes
1 answer

Is it possible to move a hostname between two Azure Front Door resources without downtime?

TL;DR: Can I move hostnames between Azure Front Door resources within the same subscription without an outage? Context I have four Frontdoor resources - each with a set of hostnames. My organisation is looking to consolidate these hostnames to a…
2
votes
2 answers

Azure Frontdoor or traffic manager

Just wanted the recommendations in using azure frontdoor or azure traffic manager for my 2 different web apps hosted on different regions? Can we use both together?
2
votes
2 answers

Azure Functions: How to load balance between multiple Function apps in the same region

Is it possible to load balance between multiple Function apps (say 10 of them) on consumption plan in the same region? Each app would have the same source code and can individually be upgraded to prevent downtime. Unfortunately, sometimes I get 503…
2
votes
1 answer

Unable to reach services via Azure Traffic Manager and Nginx Ingress on AKS

I have two AKS clusters as primary and secondary in two different regions. I want to use Azure traffic manager for the the Priority based endpoint monitoring and fail-over mechanism on the primary and secondary clusters. I got two services: A and B…
2
votes
1 answer

Can I enable Azure Functions when a Traffic Manager failover event occurs?

I have primary and secondary versions of a function app deployed to two different regions for high availability. I have a Traffic Manager profile that sits in front of these apps to monitor endpoint health and direct traffic appropriately. Two of…
Robert Dougan
  • 307
  • 5
  • 16
1 2
3
16 17