Friday, April 9, 2021

Improve Website Response Using Traffic Manager

 This tutorial describes how to use Traffic Manager to create a highly responsive website by directing user traffic to the website with the lowest latency. Typically, the datacenter with the lowest latency is the one that is closest in geographic distance.

Steps to follow for this purpose: 

Create two Virtual network (one in East-Us and other in India)

Now Create two VM in each vnet.


Install IIS in both the VM. Create Index.html file within wwwroot folder in both VM.

Now create two more VM in both Vnet (one in each) for testing the website.

Now configure the DNS name in both VM server. (vmserver-eastUS, vmserver-india)

I provided the name vmserverus.eastus.cloudapp.azure.com in configuration. Same way create DNS for India server also.

Now create traffic manager profile. This time select Routing method as 'Performance'.

Now add endpoints for bothVM in Traffic manager profile. 



Now copy the DNS name from traffic manager profile http://mytmf.trafficmanager.net 

Now all steps are completed. This is the time for testing. 

Go to testing server of US and open the above url in IE. You will see web page from US server. same try to do with India testing server you will see data from India server.

Reference: https://docs.microsoft.com

Related Posts:

  • IaaS vs PaaS vs SaaS SaaS, PaaS, and IaaS are simply three ways to describe how you can use the cloud for your business.IaaS: cloud-based services, pay-as-you-go for servi… Read More
  • Azure Functions Vs Logic AppsAn Azure function is a code triggered by an event whereas an Azure Logic app is a workflow triggered by an event.Azure Logic App can define a workflow… Read More
  • Azure Functions vs Web JobsAzure Web Job is a piece of code runs in the Azure App services. It is a Cloud Service used to run background tasks. Azure Functions are built on the … Read More
  • Azure Logic Apps What is Azure Logic Apps?Azure Logic Apps is a cloud-based platform for creating and running automated workflows that integrate your apps, data,… Read More
  • Azure Active Directory What is Azure Active Directory?Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service, which helps … Read More

0 comments:

Post a Comment