Azure Administrator Associate (AZ-104)
1 Manage Azure identities and governance
1-1 Manage Azure AD objects
1-2 Manage role-based access control (RBAC)
1-3 Manage subscriptions and governance
2 Implement and manage storage
2-1 Manage storage accounts
2-2 Manage blob storage
2-3 Manage disk storage
2-4 Manage file shares
2-5 Implement Azure Backup
3 Deploy and manage Azure compute resources
3-1 Manage virtual machines (VMs)
3-2 Manage VM extensions
3-3 Manage virtual machine scale sets (VMSS)
3-4 Manage Azure App Services
3-5 Manage Azure Container Instances (ACI)
3-6 Manage Azure Kubernetes Service (AKS)
4 Configure and manage virtual networking
4-1 Manage Azure virtual networks
4-2 Manage network security groups (NSGs)
4-3 Manage Azure DNS
4-4 Manage Azure load balancers
4-5 Manage Azure Application Gateway
4-6 Manage Azure VPN Gateway
4-7 Manage Azure ExpressRoute
4-8 Manage Azure Traffic Manager
4-9 Manage Azure Content Delivery Network (CDN)
5 Monitor and back up Azure resources
5-1 Monitor resources using Azure Monitor
5-2 Implement and manage Azure Backup
5-3 Implement and manage Azure Site Recovery
5-4 Implement and manage Azure Security Center
5-5 Implement and manage Azure Update Management
Manage Azure Traffic Manager

Manage Azure Traffic Manager

Key Concepts

Azure Traffic Manager

Azure Traffic Manager is a DNS-based traffic load balancer that distributes traffic to your services across global Azure regions. It provides high availability and responsiveness by directing traffic to the endpoint with the lowest latency.

Example: Think of Traffic Manager as a global traffic cop, directing incoming requests to the best-performing service location based on predefined rules.

Traffic Routing Methods

Traffic Routing Methods determine how Traffic Manager distributes traffic among endpoints. The available methods include:

Analogy: Consider a delivery service with multiple warehouses. The Priority method sends all deliveries from the main warehouse, with backups from others if needed. The Weighted method distributes deliveries based on warehouse capacity. The Performance method sends deliveries from the nearest warehouse to reduce delivery time. The Geographic method sends deliveries from warehouses based on the recipient's location.

Endpoint Monitoring

Endpoint Monitoring in Traffic Manager continuously checks the health and availability of your service endpoints. It uses HTTP/HTTPS probes to determine the status of each endpoint. If an endpoint fails the health check, Traffic Manager stops sending traffic to it, ensuring high availability.

Example: Imagine a health check as a regular doctor's visit for your service. If the service is found to be unhealthy, Traffic Manager redirects traffic to a healthy service, ensuring no downtime for users.

Geographic Routing

Geographic Routing allows you to direct traffic to specific endpoints based on the geographic location of the user. This method is useful for compliance with local regulations, localization of content, and ensuring that users receive service from the nearest location.

Analogy: Think of Geographic Routing as a global network of local branches for a multinational company. Each branch serves customers from its region, ensuring they receive localized services and support.

Conclusion

Managing Azure Traffic Manager involves understanding and effectively using Traffic Routing Methods, Endpoint Monitoring, and Geographic Routing. By leveraging these features, you can ensure that your services are highly available, responsive, and compliant with local regulations, providing a seamless experience for your users.