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, ∼2754🔥, 0💬
Popular Posts:
How To Convert a Character to an ASCII Value? If you want to convert characters to ASCII values, you...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
How to register and get an application ID from Azure AD? The first step to use Azure AD is to regist...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...
Tools, FAQ, Tutorials: JSON Validator JSON-XML Converter XML-JSON Converter JSON FAQ/Tutorials Pytho...