AZ-500 · Question #476
AZ-500 Question #476: Real Exam Question with Answer & Explanation
The correct answer is B: Azure Front Door. By using Azure Front Door, you can configure routing rules to direct requests for product images to Pool1 and requests for product videos to Pool2. This ensures that user requests are directed to the appropriate server pool based on the requested URL path.
Question
You have an Azure subscription that contains a web app named App1. App1 provides users with product images and videos. Users access App1 by using a URL of HTTPS://app1.contoso.com. You deploy two server pools named Pool1 and Pool2. Pool1 hosts product images. Pool2 hosts product videos. You need to optimize the performance of App1. The solution must meet the following requirements: - Minimize the performance impact of TLS connections on Pool1 and Pool2. - Route user requests to the server pools based on the requested URL path. What should you include in the solution?
Options
- AAzure Bastion
- BAzure Front Door
- CAzure Traffic Manager
- DAzure Application Gateway
Explanation
By using Azure Front Door, you can configure routing rules to direct requests for product images to Pool1 and requests for product videos to Pool2. This ensures that user requests are directed to the appropriate server pool based on the requested URL path.
Community Discussion
No community discussion yet for this question.