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

What is the best Azure product for routing traffic between autonomic locations

We have a website which provides services for people based in particular city. We want to scale and provide it for more cities but we want to remain separated IT within the city realm: one webhost, cloud service , database etc for one location. It…
0
votes
1 answer

DNS Geo Lookups

I have been looking at setting up Geo DNS routing using Azure Traffic Manager (Performance mode). Basically I have an application (Web App and Azure SQL Database) set-up in East US, North Europe and Australia East. For compliance reasons data…
markpirvine
  • 1,485
  • 1
  • 23
  • 54
0
votes
4 answers

Azure Traffic Manager for balancing WebApp slots

You can create a Traffic Manager Profile, and then add Ednpoints to balance AppService-WebApps (formerly WebSites) as shown here: When you select the App Service option you can choose the main WebApp, but how can you select any of its slots…
iamnicoj
  • 487
  • 7
  • 13
0
votes
1 answer

Azure Traffic Manager returns 503 but Cloud Service is working, what is missing?

I have a cloud service that runs a worker role (self host owin middleware). The cloud service endpoint mysubdomain.cloudapp.net returns but when I go through mysubdomain.trafficmanager.net I consistently get a 503 returned. Couple additional…
Chris
  • 3
  • 1
0
votes
1 answer

Query related to Traffic Manager

We have scenario, where we are planning to use Azure Traffic Manager with External Endpoint. Due to some technical reason, we can not main external endpoint in azure traffic manager, rather we plan to use Public DNS entry which will be pointing to…
Akash
  • 1
  • 1
0
votes
1 answer

Latency with reverse Proxy as Load Balancer in Azure Cloud

I have a Website in Azure in multiple Regions. Each Region hast besides the webservers also a storage account because the users can upload files. I'm currently using Traffic Manager to redirect the user to the best Region. But i'm not very happy…
0
votes
1 answer

Need to setup Azure WebApp with Loadbalancer and fault tollerance

I have a website which is created using ASP.Net, C#, Azure SQL and it is hosted on Azure Webapp. I have a requirement where I need to setup Loadbalancer for website with fault tolerance. I have set up a Traffice manager where there are two replicas…
0
votes
1 answer

Azure Load Balancer probe endpoint and Keep-Alive header

I have a custom load balancer probe endpoint for an Azure Service that hosts an ASP.NET application. I'm wondering whether Keep-Alive response header would have any effect on behavior of the Azure Load Balancer and Traffic Manager caused by…
Kuzey
  • 839
  • 2
  • 7
  • 9
0
votes
1 answer

How to use azure traffic management with a custom service url endpoint?

I want to provide failover proof url for my service endpoint to users using traffic management. I have a service instance running at http://vm1.cloudapp.net/myservice:8888/index.html. If this instance goes down then the service auto starts on vm2 at…
user330612
  • 2,189
  • 7
  • 33
  • 64
0
votes
1 answer

Get Azure subdomain name after redirect

I am using azure traffic manager which redirects the url to the relevant server based on traffic. I want to know where it is been redirected or which subdomian e.g i am hitting https://example.com and traffic manager redirects it to…
Shantanu
  • 554
  • 2
  • 9
0
votes
1 answer

The 3-level Azure Traffic Manager doesn't work

I created a 3-level Azure Traffic Manager. But it doesn't work. At the top tier, it's called myroot.trafficmanager.net. At the middle tier, there are 2 nested traffic manager profile called mysub1.trafficmanager.net and…
0
votes
0 answers

Can't browse to Azure trafficmanager

Hi I have created a traffic manager which is pointing at an external domain (type Any) and it's status is online. My problem is that when I browse to the website name.trafficmanager.net I get a 404 however the traffic manager is online with an…
Jamesla
  • 1,378
  • 7
  • 31
  • 62
0
votes
0 answers

How to get Azure Traffic Manager endpoint profiles with C#

I need to get the load balanced endpoints that a Traffic Manager endpoint is balancing over. How do you do that with C#? It looks like I need to create an instance of TrafficManagerManagementClient, which wants an object of type…
Paul Fryer
  • 9,268
  • 14
  • 61
  • 93
0
votes
1 answer

Iframe wrapper when using Azure trafficmanager

I have a website hosted in Azure and I have traffic manager in front. I also have a CNAME created for the traffic manager. When I hit the trafficmanager url, I get the the expect HTML response back. But when I hit the CNAME url, I get html back…
webber
  • 1,834
  • 5
  • 24
  • 56
0
votes
1 answer

How to make WCF service backed by ACS to work through WATM endpoint

I have two deployments (webroles) of the same WCF service hosted as Azure Cloud services: http://myservice1.cloudapp.net, http://myservice2.cloudapp.net. Each of those is configured to use ACS authentication. I've configured WATM (Traffic Manager)…
Artak
  • 2,819
  • 20
  • 31
1 2 3
16
17