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

How to include Azure API management API's in azure traffic manager

I wanted to manage API's published in the Azure API management to be included in the traffic manager for high availability. But when I choose external endpoint option and included API management API hostname it is showing invalid host…
ashok
  • 1,078
  • 3
  • 20
  • 63
0
votes
1 answer

How to know which Traffic manager endpoint served the request

My traffic manager with performance routing method has two endpoints.They are in different region. I wanted to validate when I make a request to webpage, which endpoints served that requests. Is there a way to validate that, like any third party…
John
  • 351
  • 5
  • 18
0
votes
1 answer

How to configure CNAME for Application Gateway and Traffic Manager

I have this setup: Traffic Manager Profile -> Application Gateway(piblic ip - xx.x.x.x) -> (based on host name redirect to backendpool) -> Redirect to webapp1 and webapp2. How would I define a CNAME record in this case? I created an A name record…
John
  • 351
  • 5
  • 18
0
votes
1 answer

Pointing domain name to azure traffic manager URL instead of directly to server IP

So I have a domain badgag.com That points to an IP of the current server. But I want it instead to point to http://badgag.trafficmanager.net/ This DNS will route to the server with the lowest latency. So I try to change mapping to badgag.com ->…
ganjan
  • 7,356
  • 24
  • 82
  • 133
0
votes
0 answers

Alternative to traffic manager when dealing with internal systems?

Basically I want the same behavior of a traffic manager but for internal only systems. So when my internal system in region 1 goes down, it redirects to the region 2 system.
Dave N
  • 209
  • 2
  • 17
0
votes
1 answer

How to disable Traffic view in Azure Traffic Manager?

I enabled new "Traffic view" service in Traffic Manager, but for now i don't see any options to disable it. It's possible using cli or somethings other way?
Karbon001
  • 21
  • 2
0
votes
1 answer

Azure Traffic Manager with multiple web apps

I have two web apps, let's say API1 and WWW1 deployed on Azure. these apps are deployed in the same azure region. I would like to use high availability configured as active/passive with hot standby. To achieve this I have replicated the apps in the…
0
votes
1 answer

Azure traffic manager, redirect HTTPS://www.my.site.com to HTTPS://my.site.com

My marketing team accidentally created materials with an additional 'www' sub domain and I need to see if I can remove it using Azure traffic manager. Marketing domain (incorrect) HTTPS://www.my.site.com Desired domain HTTPS://my.site.com I only…
ghawkes
  • 553
  • 1
  • 5
  • 14
0
votes
0 answers

CryptographicException when publishing same Asp.Net Core to multiple nodes

When I publish the same app to multiple nodes in Azure and use traffic manager to route the requests evenly, I get the following error in ApplicationInsights and I'm unable to determine the…
Techy
  • 2,026
  • 4
  • 20
  • 41
0
votes
0 answers

Where to geographically create and how to make azure redis cache perform when traffic comes from all over the world?

Been looking for a way to have my azure redis cache behave pretty much like the web apps and traffic manager. I.e. Route the request to the nearest cache instance depending on where you are in the world. I have one azure redis cache but i want to…
Shumii
  • 4,529
  • 5
  • 32
  • 41
0
votes
1 answer

How to check if Traffic Manager exists globally

I want to check whether a traffic manager is unique or not. I am using Powershell Commandlets to get the information. $profile = Get-AzureRmTrafficManagerProfile -Name $ResourceName -ResourceGroupName $ResourceGroupName This command only checks for…
Amruta
  • 701
  • 4
  • 15
  • 38
0
votes
1 answer

TrafficManagerEndpoint cmdlets: getting Bad Request (400) and NullReferenceExceptions

I'm attempting to enable/disable Traffic Manager endpoints via Powershell to help with environment configuration. On one of our Resource Groups the cmdlets worked fine, but we're seeing some strange behavior in others. In one case, passing in a…
0
votes
1 answer

Hide Traffic Manager Endpoint from Search Engines but Expose the Custom Domain

I'm running a ASP.NET MVC website hosted on Azure and using Traffic Manager as load balancer, thus the users can not only visit the website by custom domain like foobar.yourcompany.com, but also endpoint provided by Azure Traffic Manager like…
Vej
  • 390
  • 1
  • 7
  • 28
0
votes
2 answers

Azure Website doesnt detect Traffic Manager Change

I have an Azure website (website.mycompany.com) that uses a WCF service for some data. The WCF Service sits behind an Azure Traffic Manager (service.mycompany.com) running in "priority mode", with 2 instances of the service for failover handling. …
ewitkows
  • 3,528
  • 3
  • 40
  • 62
0
votes
1 answer

Azure Traffic Manager - Performance Routing - Counter-performing responses times

I have an Azure Mobile App backedn with a West Europe endpoint and a Brazil endpoint. I use Azure Traffic Manager with the routing method set to Performance. When I test the responses times from Brazil (via this site for example) I endup with…
François
  • 3,164
  • 25
  • 58