az-700 Practice Question 2024
Exam: az-700
Domain: Design and implement application delivery services
Topic: Design and implement Azure Application Gateway
Difficulty: medium
Your organization needs to secure its web applications by implementing a Web Application Firewall (WAF) version 2 on Azure Application Gateway. The requirement is to enable path-based routing to route traffic based on the URL path while also terminating SSL at the gateway. How should you configure the Azure Application Gateway to meet these requirements?
Answer Options
A
Enable WAF and configure SSL termination in the backend pool settings.
B
Enable path-based routing and configure SSL termination at the gateway level.
C
Enable WAF and configure path-based routing in the frontend settings.
D
Configure SSL termination and path-based routing separately in the backend and frontend settings respectively.
Correct Answer
B: Enable path-based routing and configure SSL termination at the gateway level.
Explanation
The correct answer is B because you need to enable path-based routing and configure SSL termination at the gateway level. Option A is incorrect as it does not mention SSL termination. Option C is incorrect because it suggests enabling WAF but does not address path-based routing. Option D is incorrect as it implies configuring both features separately without mentioning the required settings for path-based routing and SSL termination.