Tools, FAQ, Tutorials:
Azure API Policy XML Document Structure
What is the XML Document Structure of an Azure API service operation?
✍: FYIcenter.com
Azure API Policy XML Document contains 4 policy blocks:
Here is an example of a policy XML document, which uses the "base" policy statement to keep Azure default behavior in all cases:
<policies>
<inbound>
<base />
</inbound>
<backend>
<base />
</backend>
<outbound>
<base />
</outbound>
<on-error>
<base />
</on-error>
</policies>
2018-03-10, ∼3065🔥, 0💬
Popular Posts:
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...
How to use the "set-variable" Policy Statement to create custom variables for an Azure API service o...
How to install "C++/CLI Support" component in Visual Studio? I need to build my Visual Studio C++/CL...
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...
Where to find tutorials on Visual Studio? I want to know How to learn Visual Studio. Here is a large...