Azure Trafic Manager is a network service that you can use to route users to website endpoints(deployments) in potentially different datacenters around the world. It provides services and settings that you can use to improve availability, performance for users, or loadbalance traffic. It works by applying a policy engine to DNS queries for the domain names of your website.
To leverage the features of Azure Traffic Manager, you should have two or more deployments of your website. The deployments can be in the same region or spread across multiple regions around the world.
NOTE :: MULTIPLE DEPLOYMENTS FOR THE SAME WEBSITE APPLICATION
The implementation of an application will greatly influence how Azure Traffic Manager can be used for that application. As simple as it may be to deploy the website to multiple locations, careful consideration should be given to whether or not the application was designed for multiple deployments. How data is managed and accessed by the website,whether or not application state is a factor, and other important application design aspects need to be reviewed. Traffic Manager is a powerful service in the Azure platform that should be reviewed
Configuring Azure Traffic Manager entails the following steps:
■ Create an Azure Traffic Manager profile.
■ Add endpoints to the profile.
■ 3Update DNS records for your custom domain.
To leverage the features of Azure Traffic Manager, you should have two or more deployments of your website. The deployments can be in the same region or spread across multiple regions around the world.
NOTE :: MULTIPLE DEPLOYMENTS FOR THE SAME WEBSITE APPLICATION
The implementation of an application will greatly influence how Azure Traffic Manager can be used for that application. As simple as it may be to deploy the website to multiple locations, careful consideration should be given to whether or not the application was designed for multiple deployments. How data is managed and accessed by the website,whether or not application state is a factor, and other important application design aspects need to be reviewed. Traffic Manager is a powerful service in the Azure platform that should be reviewed
Configuring Azure Traffic Manager entails the following steps:
■ Create an Azure Traffic Manager profile.
■ Add endpoints to the profile.
■ 3Update DNS records for your custom domain.