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

Azure Traffic Manager - API Management service degraded?

I have configured the Azure API Management Service - Premium as shown below added two regions/locations and I could access it as shown below When I try to setup the Azure Traffic Manager as shown below the endpoints are degraded What am I…
One Developer
  • 99
  • 5
  • 43
  • 103
4
votes
2 answers

Azure Traffic Manager monitoring status is 'degraded' for Azure Application Gateway

Azure Traffic Manager monitoring status for Endpoints(Azure Application Gateway/WAF)is degraded. Web app behind the Application gateway is healthy and able to access through Traffic Manager. Any help will be appreciated. thanks.
4
votes
2 answers

Traffic manager configuration is not valid because one or more domains on subscription are not enabled for Traffic Manager

I have two web apps deployed in Azure in two regions, East US and East US 2. Web-App-1.azurewebsites.net Web-App-2.azurewebsites.net Both apps are on the F1 Free service plan, and each have their own service plans. My Azure Traffic Manager profile…
adam
  • 307
  • 3
  • 10
4
votes
2 answers

Is it safe not bind CERT to azure traffic manager (in front of HTTPS only app service) host name?

Say, I have two app service (HTTPS only is enabled): https://myapp1.azurewebsites.net https://myapp2.azurewebsites.net I can call both app service endpoints using HTTPS successfully. Then I created a traffic manager and add above two endpoints to…
Youxu
  • 1,050
  • 1
  • 9
  • 34
4
votes
4 answers

Error 404 when accessing website by traffic manager URL

Hi, I am trying to configure a basic traffic manager on my azure account. But I always got 404 not found when I using the traffic manager URL. I have two app service for the TM endpoints: 1. xxxus.azurewebsites.net 2. xxxeu.azurewebsites.net TM Url…
Peiqinn
  • 41
  • 1
  • 2
4
votes
6 answers

Azure Traffic Manager with Application Gateway backends

We have an architecture whereby we have a traffic manager in front of two Azure application gateways and configured based on Priority (closer proximity has higher priority). We are using Application Gateway for path based routing to multiple web…
4
votes
1 answer

Why can't Azure Traffic Manager be used with Service Bus?

I am trying to use Traffic Manager to front 2 Service Buses in different regions to provide resiliency without having to send duplicate messages to both regions, as described at…
r590
  • 689
  • 1
  • 10
  • 15
4
votes
2 answers

ARM template deployment of Microsoft.Web/sites/hostNameBindings resources using copy

I use a copy operation over an array of Azure data center locations in order to deploy an app service plan and a website per location. I am able to create a traffic manager profile and use the copy object to add an endpoint per location to the…
4
votes
4 answers

How do I dynamically generate Traffic Manager endpoints in an ARM template?

I have an ARM template that creates an arbitrary number of Azure webapps using the copy construct, like so (non-relevant portions removed): { "parameters": { "numWebsites": { "type": "int", "defaultValue": 2 } }, …
3
votes
3 answers

Azure Load Balancing Solutions. Direct Traffic to Specific VMs

We are having difficulties choosing a load balancing solution (Load Balancer, Application Gateway, Traffic Manager, Front Door) for IIS websites on Azure VMs. The simple use case when there are 2 identical sites is covered well – just use Azure Load…
3
votes
1 answer

Failed to create Free App Service Managed Cert

Free managed app service cert creation/generation failing with below CNAME error: Error:Failed to create App Service Managed Certificate for hostname Subdomain.rootdomain.com. Click here for more details. Error Details: Properties.CanonicalName is…
3
votes
1 answer

Blue/Green Deployment using VSTS Release Definitions

I haven't seen any information how to do a Blue/Green deployment on VSTS Release Definitions. I have a VSTS Release Definition that deploys new changes automatically into our Prod environment as new check-ins are done in our source code. Now, the…
3
votes
2 answers

Improve CPU Utilization by Restructuring Nodes

We have a database located in North Europe region with 2 nodes of AppServices on Azure (West Europe & North Europe). We use traffic manager to route traffic. Our SQL database and storage are located in Northern Europe. When we started the website,…
3
votes
2 answers

Azure Traffic Manager, Priority Mode: Browser refresh won't go to secondary node when primary goes down

We are testing out Traffic Manager to see if it is a viable solution for failover. If our primary Azure region becomes unavailable for any reason, we want end users to be directed to a secondary location where they can continue using the site. I…
JCM
  • 31
  • 1
3
votes
1 answer

Azure Traffic Manager shows endpoints degraded but they return 200

Similar to this question, but I don't think it applies in my case. I have two total endpoints that are both showing a status of "Degraded." I read that this usually indicates that the monitor configuration is resulting in a response other than 200.…
Elliot Starks
  • 153
  • 1
  • 5
  • 15
1
2
3
16 17