An Azure load balancer is limited to providing high availability and scalability only to Azure virtual machines. Also, single load balancer is limited to VMs in a single Azure region. If we want to provide the same thing to other Azure services that are globally distributed , we must introduce a new component—Azure Traffic Manager. Azure Traffic Manager is DNS-based and provides the ability to distribute traffic over services and spread traffic across Azure regions. But Traffic Manager is not limited to Azure services only; we can add external endpoints as well.
We will cover the following recipes in this chapter:
- Creating a new Traffic Manager profile
- Adding an endpoint
- Configuring distributed traffic
- Configuring traffic based on priority
- Configuring traffic based on geographical location
- Managing an endpoint
- Managing profiles
- Configuring Traffic Manager...