exam questions

Exam AZ-500 All Questions

View all questions & answers for the AZ-500 exam

Exam AZ-500 topic 6 question 5 discussion

Actual exam question from Microsoft's AZ-500
Question #: 5
Topic #: 6
[All AZ-500 Questions]

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?

  • A. Azure Bastion
  • B. Azure Front Door
  • C. Azure Traffic Manager
  • D. Azure Application Gateway
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
cris_exam
Highly Voted 1 year, 6 months ago
I have been working with AppGW, AFD and CDN for about 4 years now... for this specific requirement of TLS unburdening, I will definitely go with AppGW. AFD is more used for it's global and priority balancing qualities, but AppGW here would be the chosen option and what I would recommend to a customer to go with for good TLS performance. https://learn.microsoft.com/en-us/azure/application-gateway/features#url-based-routing URL-based routing URL Path Based Routing allows you to route traffic to backend server pools based on URL Paths of the request. One of the scenarios is to route requests for different content types to different pool. For example, requests for http://contoso.com/video/* are routed to VideoServerPool, and http://contoso.com/images/* are routed to ImageServerPool. DefaultServerPool is selected if none of the path patterns match.
upvoted 13 times
...
rvln7
Most Recent 1 month ago
Selected Answer: D
The correct answer is: D. Azure Application Gateway You need a solution that: - Minimizes the TLS (SSL) performance impact on backend pools - Routes requests based on URL path (/images/* to Pool1, /videos/* to Pool2, etc.)
upvoted 1 times
...
sudowhoami
1 year ago
Selected Answer: D
The answer is D.
upvoted 1 times
...
pentium75
1 year ago
Selected Answer: D
Request is very specific and matches exactly what Azure Application Gateway does. FrontDoor does much more which is not asked here.
upvoted 2 times
...
xRiot007
1 year ago
From the looks of the requirement, I have a feeling both B and D can be ok solutions. There is no mention of global distribution, so I would lean into D (the gateway) more.
upvoted 1 times
...
KRISTINMERIEANN
1 year, 4 months ago
Selected Answer: D
https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-ssl-policy-overview
upvoted 2 times
...
Nava702
1 year, 4 months ago
Selected Answer: D
Minimize performance impact of TLS inspection is the keyword here. Recommended solution is App gateway. https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-ssl-policy-overview
upvoted 3 times
...
Goke282
1 year, 5 months ago
Answer is D. URL Path Based Routing allows you to route traffic to backend server pools based on URL Paths of the request. One of the scenarios is to route requests for different content types to different backend server pools. In the following example, Application Gateway is serving traffic for contoso.com from three backend server pools for example: VideoServerPool, ImageServerPool, and DefaultServerPool. Reference: https://learn.microsoft.com/en-us/azure/application-gateway/url-route-overview
upvoted 2 times
...
da
1 year, 6 months ago
D. Azure Application Gateway
upvoted 1 times
...
Strive_for_greatness_kc
1 year, 6 months ago
B - AFD and App Gateway can both routes requests but AFD as a CDN can minimize the impact on the performances
upvoted 1 times
...
TheProfessor
1 year, 10 months ago
Selected Answer: B
B. Azure Front Door. Apart from the requirements, CDN will improve the performance of the app.
upvoted 1 times
...
ESAJRR
1 year, 11 months ago
Selected Answer: B
B. Azure Front Door
upvoted 2 times
...
Ario
2 years, 1 month ago
Selected Answer: B
Azure Front Door is a more specialized service for content delivery and global routing, making it a better fit for optimizing the performance of App1.
upvoted 2 times
...
erffre
2 years, 1 month ago
https://learn.microsoft.com/en-us/azure/application-gateway/features https://learn.microsoft.com/en-us/azure/application-gateway/features#url-based-routing https://learn.microsoft.com/en-us/azure/application-gateway/features#secure-sockets-layer-ssltls-termination While Azure Front Door may solve this, the correct answer is D Application Gateway. The requirements are very specific, but AFD is used for global and the question doesn´t mention that.
upvoted 4 times
...
c12
2 years, 1 month ago
Correct answer B. Azure Front Door
upvoted 2 times
...
DatBroNZ
2 years, 2 months ago
Azure Front Door is a content delivery network (CDN) and global load balancer service. It offers several features that align with the requirements of the scenario: - Minimize performance impact of TLS connections - Route user requests based on URL path Option A, Azure Bastion, is used for secure remote access to VMs. Option C, Azure Traffic Manager, is a DNS-based traffic routing service that can distribute user requests across multiple endpoints based on various routing methods but doesn’t provide SSL termination at the edge. Option D, Azure Application Gateway, is a web traffic load balancer that provides layer 7 load balancing and other application delivery features. Not a CDN.
upvoted 2 times
pentium75
1 year ago
But we're not asked for a CDN.
upvoted 1 times
...
...
Portable7807
2 years, 2 months ago
Selected Answer: D
https://learn.microsoft.com/en-us/azure/application-gateway/create-url-route-portal
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...