az-700 Practice Question 2023

Exam: az-700
Domain: Design and implement application delivery services
Topic: Design and implement Azure Application Gateway
Difficulty: medium
You are designing an Azure Application Gateway to host multiple web applications on different subdomains. Each application requires a unique set of rewrite rules to handle URL redirections. Which configuration should you use to ensure that each application's rewrite rules are applied correctly without interfering with others?

Answer Options

A
Configure a single set of rewrite rules for all applications.
B
Create separate rewrite rules for each backend pool or listener.
C
Use a global rewrite rule setting that applies to all applications.
D
Set up a shared rewrite rule configuration across all backend pools.

Correct Answer

B: Create separate rewrite rules for each backend pool or listener.

Explanation

The correct answer is B because you can configure separate rewrite rules for each backend pool or listener, ensuring that the rewrite rules do not interfere with each other. Option A is incorrect because it does not provide a way to apply specific rewrite rules to individual applications. Option C is incorrect as it suggests using a single set of rewrite rules, which would not allow for differentiation between applications. Option D is incorrect because it implies a global setting that would affect all applications, leading to potential conflicts.

Related Practice Questions