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

Traffic Manager deployment

I have created a traffic manager profile to deploy in my test environment. It goes like this: $TmProfile = New-AzTrafficManagerProfile -Name " " -ResourceGroupName " " -TrafficRoutingMethod Priority -RelativeDnsName " " -Ttl " " -MonitorProtocol TCP…
LAKSHAY ARORA
  • 127
  • 1
  • 6
0
votes
2 answers

Azure CDN Endpoint poiting to Azure Traffic Manager

I am evaluating a DR situation within Azure for a website which uses Azure CDN. For the same, one of the approaches I am looking into is to have a CDN endpoint configured to point to Azure Traffic Manager. Is it a valid design? Can somebody point me…
Nagarajan B P
  • 129
  • 2
  • 9
0
votes
0 answers

How to get access to azure app service instances directly via specific URL?

I have an Asp.Net MVC big e-learning site app that is hosted on azure(app service) with 10 instances. We disabled ARR Affinity to improve performance and enabled traffic manager also. Now I want to clear cache in every instance so how can I make a…
0
votes
1 answer

Achieve country level blocking while using azure traffic manager and azure application gateway with WAF

We have used azure traffic manager and azure application gateway with a Web application firewall for MVC C# web Application which hosted on the Azure virtual machine. For security reasons, we need to allow specific IP addresses and block access at…
0
votes
1 answer

Azure Traffic Manager External Endpoint - CNAME - Website Account Suspended

I have a web server on -premises and have configured the Azure Traffic Manager with external endpoint that points to the public IP address of the web server. The web server's external DNS is www..com. As per the Microsoft Documentation i have added…
Tsuchinoko
  • 27
  • 4
0
votes
1 answer

Accessing App Service From Traffic Manager - Error

Description I have configured traffic manager with Following Configuration Route Method: Performance Path : / End Points: Target Resource Type : App Service Target Resource : < Pointing To App Service > Issue: When I access App service from its URI;…
Sridhar
  • 473
  • 3
  • 15
0
votes
1 answer

Azure traffic manager returns 400 with Cdn enpoints

I have problem with Azure traffic manager. I have traffic manager with Priority configuration. And two external endpoints that linked to CDN endpoints urls. url.trafficmanager.net - traffic manager cdn1.azureedge.net - the first endpoint with…
Alexander
  • 1
  • 1
0
votes
1 answer

Azure Traffic Manager for switching to different API Management Service

So I'm working on building scripts to deploy Azure resources using the Az modules in PowerShell. I am new to Azure Traffic Manager, so I'm wondering if what we are looking to do is even possible, and if so, how. We have an API Management Service…
0
votes
1 answer

How to route specific port traffic on one domain to multiple Azure App Services?

How would one route a domain's port traffic to multiple AppServices (not VMs): https://www.example.com:80 (Website) --> AppService A https://www.example.com:2000 (WebService) --> AppService B or AppService A/Slot 1 https://www.example.com:3000…
0
votes
1 answer

Endpoint target type 'DomainName' is not allowed for this profile

I am trying to create a new traffic manager profile of either Performance or Weight configuration but I keep getting stuck when trying to add an Azure Endpoint. I have a two public IP inside of Azure, one with an optional DNS name, one with…
JayMan99
  • 39
  • 9
0
votes
0 answers

Designing globally available services using Azure SQL Database

We are working with SQL Failover Groups and I came across this article suggesting that it is possible to build an architecture that maintains region integrity during failover using Traffic Manager and Failover Groups. The scenario I am interested in…
0
votes
2 answers

Azure Traffic Manager and Kubernetes Service showing Degraded

We're trying to implement a traffic manager over the top of our Azure Kubernetes services so we can run a cluster in 2 regions (uk west and south) and balance across both regions. The actual traffic manager seems to be working ok, but in the azure…
beakersoft
  • 2,316
  • 6
  • 30
  • 40
0
votes
1 answer

Azure Traffic Manager with OpenId Connect

I have a Azure cloud service (abc.cloudapp.net) which has authentication enforced using OpenId-Connect. Recently I decided to put it behind a Traffic Manager (abc.trafficmanager.net) for maintenance reasons. After reading about how Traffic Manager…
Prasad Korhale
  • 577
  • 1
  • 5
  • 15
0
votes
1 answer

Automatic Failover between Azure Internal Load Balancers

We are moving a workflow of our business to Azure. I currently have two VMs as an HA pair behind an internal load balancer in the North Central US Region as my production environment. I have mirrored this architecture in the South Central US Region…
pr0t0
  • 493
  • 2
  • 6
  • 15
0
votes
1 answer

Azure LogAnalytics query for disabled Traffic Manager Profile

I'm looking to query Azure Network/"trafficManagerProfiles events from Log Analytics and more specifically when Traffic Manager Profile is in status Disabled. I've managed to find a specific event and found that I need to look at "profileStatus"…