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

Endpoint monitoring of Web App using Azure Traffic Manager

I have a WebApp in Azure, which has incoming certificate enabled in place. Is it possible to check the endpoint of the API hosted in the WebApp through Traffic Manager probe? I cannot find a solution to probe the endpoint from there since it returns…
A.Basu
  • 3
  • 1
0
votes
3 answers

Azure traffic manager Weighted routing , how much wight matters?

In azure traffic manager for endpoints we assign weights, i have two endpoint where one endpoint(endpoint1) have weight as 1 and other(endpoint2) as weight 2 , i understand more traffic will go to endpoint2 but by how much ? is it like 2 out of 3…
ankush
  • 949
  • 2
  • 14
  • 33
0
votes
1 answer

Accessing Ingress Controller using Host, tls and IP

I am using AKS and I need to make the ingress controller accessible by host and IP (to be accessed traffic manager), I am using Nginx Ingress rules as below: for example using https://foo.bar.com and https://14.15.16.222 apiVersion:…
0
votes
1 answer

Azure traffic manager shows Online for TCP/443 probe but Degraded for HTTPS /443 probe

I have an Azure Traffic Manager set up to monitor some HTTPS services exposed on via public IP addresses. When I set the health probe to be TCP / 443, the probe works fine and the endpoint shows Online. When I set the HTTPS probe on port 443 to…
0
votes
1 answer

How to programmatically create Traffic manager profile and auto add the traffic manager DNS name to custom domain of app service?

I want to create a traffic manager points to several app service cross regions. I saw that if I create the TM profile and added endpoints on Azure portal, the TM DNS name will be automatically added into the custom domain of app service. But if I…
Youxu
  • 1,050
  • 1
  • 9
  • 34
0
votes
1 answer

how to automatically bind SSL cert to azure traffic manager?

In our scenario, we are providing SaaS platform which will automatically create customer specific traffic manager (xxxx.trafficmanager.net) each time when customer onboard our platform. The traffic manager will points to app service cross…
Youxu
  • 1,050
  • 1
  • 9
  • 34
0
votes
1 answer

How to set the property expected status code range on a TrafficManager via the az cli

I am not able to set expected code ranges for a Traffic Manager Profile via the az cli. I get the error: Unable to build a model: Cannot deserialize as [MonitorConfigExpectedStatusCodeRangesItem] an object of type , DeserializationError: Cannot…
bramvdk
  • 1,347
  • 4
  • 21
  • 31
0
votes
1 answer

Azure Traffic Manager alerts configuration for service endpoint

I’d like to configure an alert on a TM profile with 6 app services endpoints that uses the ‘queries by endpoint returned’ metric to generate an alert if an endpoint is returned less than 20% of its lowest value over the past month for a period…
Octo
  • 93
  • 8
0
votes
1 answer

Azure Traffic Manager and SSL Certificates

I have 6 different micro services with an Azure Traffic Manager setup for each of them. The services are running in 3 different regions to improve their performance but I need to come up with the certificates for the Azure Traffic Manager. I have…
0
votes
1 answer

Azure Traffic Manager for multiple web apps

Hello I have 3 different web app. Each web app has a different application with a different endpoint. I need to replicate all of these app services in multiples region. My question is. Do I need to have one Traffic manager for each replication…
0
votes
2 answers

Azure Traffic Manager availability

As per the Traffic Manager FAQs in the unlikely event of an outage of an entire Azure region, Traffic Manager is expected to continue to function normally. Can someone please confirm if during an Azure worldwide outage, Azure Traffic Manager is…
0
votes
1 answer

Azure Traffic Manger Priority Routing is not working

I created an Azure Traffic manager and routing with Priority.As per this The Traffic Manager profile contains a prioritized list of service endpoints. By default, Traffic Manager sends all traffic to the primary (highest-priority) endpoint. If…
Jayendran
  • 9,638
  • 8
  • 60
  • 103
0
votes
1 answer

DirectAccess Multisite and Azure Traffic Manager

I have a DirectAccess Multisite deployment configured with two entry points around the world. I want to use Azure Traffic Manager as a GSLB solution as described here:…
pthoor
  • 1
  • 3
0
votes
1 answer

Azure load balancer - balance on-premises servers

I have at home 3 servers that host 3 websites (on-premises). Is it possible for Azure load balancer to load balance between my sites and enable http2.0? I cannot find info on http 2.0
Aflred
  • 4,435
  • 6
  • 30
  • 43
0
votes
2 answers

DNS configuration for Web App Custom Domains with Application Gateway + Traffic Manager for end to end SSL

I have to configure App Gtwy between Traffic Manager and Azure Web apps. I have a custom domain for my web app and uploaded certs (pfx and cer) in App gateway. Added App Gtwy endpoint in Traffic Manager Profile. Uploaded the pfx cert in Azure Web…