az-204 practice-004

发布时间 2023-11-20 14:26:35作者: ChuckLu

 

Question 16 of 50

You manage an instance of Azure API Management. You define policies to multiple scopes.

You need to enforce a policy evaluation order.

What should you use?

the `base` element

This item tests the candidate’s knowledge of defining policies for APIs.

The <base /> element provides the ability to enforce policy evaluation order.

The <when /> element is part of the choose policy and is evaluated in order of its appearance within the policy.

The follow-redirects attribute is part of the forward request policy, so it does not have any impact on the policy evaluation order.

The condition attribute is part of the retry policy, so it does not have any impact on the policy evaluation order.

Explore API Management policies - Training | Microsoft Learn

How to set or edit Azure API Management policies | Microsoft Learn