Recall & Review
beginner
What is the purpose of Azure Traffic Manager?
Azure Traffic Manager directs user traffic to the most appropriate service endpoint based on routing methods, improving availability and responsiveness.
Click to reveal answer
beginner
Explain the 'Priority' routing method in Traffic Manager.
Priority routing sends all traffic to the primary endpoint unless it is unhealthy, then it fails over to the next priority endpoint.
Click to reveal answer
intermediate
How does the 'Weighted' routing method work?
Weighted routing distributes traffic across endpoints based on assigned weights, allowing control over traffic proportions sent to each endpoint.
Click to reveal answer
intermediate
Describe the 'Performance' routing method.
Performance routing directs traffic to the endpoint with the lowest network latency from the user, improving response times.
Click to reveal answer
intermediate
What is the 'Geographic' routing method used for?
Geographic routing sends users to endpoints based on their geographic location, useful for compliance or localization needs.
Click to reveal answer
Which Traffic Manager routing method sends all traffic to a primary endpoint unless it is down?
✗ Incorrect
Priority routing directs traffic to the primary endpoint first and fails over only if it is unhealthy.
What does the Weighted routing method allow you to do?
✗ Incorrect
Weighted routing distributes traffic proportionally based on weights assigned to each endpoint.
Which routing method improves user experience by reducing latency?
✗ Incorrect
Performance routing sends traffic to the endpoint with the lowest network latency.
Geographic routing is best used when you want to:
✗ Incorrect
Geographic routing directs users to endpoints based on their geographic region.
If you want to test a new endpoint with a small portion of traffic, which routing method should you use?
✗ Incorrect
Weighted routing allows you to assign a small weight to the new endpoint to receive a portion of traffic.
Describe the main differences between Priority and Weighted routing methods in Azure Traffic Manager.
Think about failover versus traffic sharing.
You got /4 concepts.
Explain how Performance and Geographic routing methods improve user experience.
Consider speed and location factors.
You got /4 concepts.