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, 1600👍, 0💬
Popular Posts:
Where to find tutorials on API Management Services at Azure Portal? Here is a list of tutorials to a...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...
What properties and functions are supported on requests.models.Response objects? "requests" module s...
How To Submit Values without Using a Form in PHP? If you know the values you want to submit, you can...
How To Control Vertical Alignment? By default, text in all table cells are aligned to the top vertic...