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

Azure Front Door Url Rewrite

Lets say we have a list of microservices based on Azure FnApps - user-service, search-service, product-service etc... Each of the service is deployed gobally. Eg…
Raghav
  • 2,890
  • 7
  • 36
  • 56
0
votes
1 answer

Get-AzTrafficManagerProfile command is not running from inside the pipeline

I need to update the traffic manager profile in the pipeline to switch resources, when I run the command Get-AzTrafficManagerProfile in my local az cli with me logged-in it runs with no issues, but when I ran it as a task part of the Azure pipeline…
mSalwans
  • 76
  • 6
0
votes
1 answer

How to connect Azure traffic manager with Staging slot of Cloud Service?

I read a document (Microsoft doc) and it's says Yes, You can create a Traffic manager with a staging slot. (Also , attached screenshot But I didn't find any way to do it. How can I connect the staging slot with the traffic manager?
0
votes
1 answer

Azure Traffic Manager Custom Header for routing to endpoint

I have a multi-tenant SaaS app that has been running behind Azure Traffic Manager (Configured using the Priority method) for some time now. (Tenants are identified by subdomain, ie tenant1.mydomain.com, tenant1.mydomain.com, etc) Now I have added…
Shawn de Wet
  • 5,642
  • 6
  • 57
  • 88
0
votes
1 answer

azure session management using load balancer

We are planning to have a web app hosted in 2 web servers in 2 different azure regions and I am planning to use either traffic manager or Azure front door for load balancing. We want to distribute traffic based on priority so if app at one region…
0
votes
1 answer

Azure Traffic Manager - Disabled Endpoint still accessible?

I have configured the Azure Traffic manager with two endpoints and could access the traffic manager. I thought of validating the scenario where endpoints are disabled, so I have disabled both the endpoints to my surprise, still the traffic manager…
One Developer
  • 99
  • 5
  • 43
  • 103
0
votes
1 answer

Azure - azure traffic manager vs azure traffic manager profile?

What is the difference between azure traffic manager vs azure traffic manager profile? All the available samples are based on azure traffic manager profile. Do we have azure traffic manager separately?
One Developer
  • 99
  • 5
  • 43
  • 103
0
votes
1 answer

How do I add virtual scaleset instances IP in traffic manager endponts

I have a virtual scale set in Azure and I want to add the public IP of these instances to my traffic manager endpoint. My use case is that I want to create A record of these instances in my dns zones. I want to balance the load between these…
Anshul Walia
  • 547
  • 1
  • 5
  • 9
0
votes
1 answer

Equivalent of route53 routing policy in Azure

In aws Route53 supports Multivalue answer routing policy in much multiple A records can be added for same dns record.What is the equivalent of this in azure? I have opened azure dns service but I can't find any routing policy here. So is there a way…
0
votes
1 answer

Azure kubernetes - Load balancing the application deployed across the Azure regions?

I would be deploying the application on two different Azure kubernetes cluster across two different Azure regions. How do I Load balance the application as it is deployed across the Azure regions?
0
votes
1 answer

Azure: Route traffic from different subdomains and URLs to different backend ports

I have multiple sites hosted on the same machine in Azure on different ports: contoso.com:8000 contoso.com:8001 contoso.com:8002 contoso.com:8003 and single sites hosted on separate machines: foo.com:8000 foo2.com:8000 I would like to address…
0
votes
1 answer

Traffic manager does not show web app I just created

I have multiple RGs in my subscription. I have created a TM and a single web app (higher than S1 plan). As a step in the TM configuration I have a list of web apps to choose from, but the one I have just created does not show up in that list. Is…
user10285265
0
votes
2 answers

Question about Azure Load Balancer/Azure Traffic Manager

If one application have Azure serviceBus, EventHub in diff Azure Namesapces, web application and also other azure services (eg: cognitive services). can these be accessed with one URL by using Gateway or Load balancer or traffic manager or any other…
0
votes
1 answer

Configuring nested Traffic Manager API Management in Azure

I have deployed an API Management service as internal vnet and created a dummy API. The Application Gateway is deployed which has the API Management service as the backend pool. 1 instance of AppGW and API management service are deployed in each…
chetan
  • 111
  • 1
  • 1
  • 3
0
votes
1 answer

Azure traffic manager endpoint update fails with 'The resourceTargetId property is invalid or missing'

I am trying to update an Azure Traffic Manager endpoint with the Azure CLI, I run the following code: az network traffic-manager endpoint update \ --name ${ENDPOINT_NAME} \ --profile-name ${PROFILE_NAME} \ --resource-group…
jaletechs
  • 501
  • 1
  • 7
  • 19