AZ-700 · Question #20
You have an Azure Front Door instance that has a single frontend named Frontend1 and an Azure Web Application Firewall (WAF) policy named Policy1. Policy1 redirects requests that have a header…
The correct answer is A. Create a custom rule. D. Create a policy. E. Create an association. The task requires redirecting requests that match 'string2' to a different URL than what Policy1 already handles. The three required steps are: (A) Create a custom rule - define the match condition (header contains 'string2') and the redirect action with the new target URL. (D)…
Question
You have an Azure Front Door instance that has a single frontend named Frontend1 and an Azure Web Application Firewall (WAF) policy named Policy1. Policy1 redirects requests that have a header containing "string1" to You need to configure additional redirection settings. Requests to Frontend1 that have a header containing "string2" must be redirected to Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Options
- ACreate a custom rule.
- BConfigure a managed rule.
- CCreate a frontend host.
- DCreate a policy.
- ECreate an association.
- FAdd a custom rule to Policy1.
How the community answered
(30 responses)- A77% (23)
- B3% (1)
- C13% (4)
- F7% (2)
Explanation
The task requires redirecting requests that match 'string2' to a different URL than what Policy1 already handles. The three required steps are: (A) Create a custom rule - define the match condition (header contains 'string2') and the redirect action with the new target URL. (D) Create a new WAF policy - the new custom rule must live in a dedicated policy so it can independently target a different redirect URL without conflicting with Policy1. (E) Create an association - link the new WAF policy to Frontend1 so Azure Front Door applies it to incoming requests. Simply adding a custom rule to Policy1 (F) would not produce a redirect to a separate URL under a separate policy scope, and managed rules (B) are pre-built OWASP rules, not custom redirect logic.
Community Discussion
No community discussion yet for this question.