<< < 1 2 3 4   Sort: Rank

'set-backend-service' Policy Statement
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-backend-service" Policy Statement is actually overriding the API setting "Web service URL" to specify the backend service base URL. For example, if you create an API with the following settings: FYIcen...
2017-12-04, 6152🔥, 0💬

'{{...}}' Liquid Codes in 'set-body' Policy Statement
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set-body" Policy Statement allows you to insert object properties of the original request in JSON format and object properties of the built-in "context" object. For example, the following "set-body" buil...
2017-12-04, 4720🔥, 0💬

'xsl-transform' Azure API Policy Statement
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows you to apply an XSL transformation to XML in the body of the inbound request or outbound response. The "xsl-transform" Policy Statement uses the following syntax: &lt;xsl-transform&gt; &lt;...
2017-12-04, 4021🔥, 0💬

Policy to Control Backend Service
Where to find tutorials on creating Policy to control backend service on Azure API Management Policy? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on creating Policy to control backend service on Azure API Management Policy. 'set-backend-servic...
2017-12-04, 1952🔥, 0💬

Use '@(...)' Expressions in XML Attributes
When using "@(...)" expressions in XML attributes as part of an policy statement, do I need to worry about string quotations? If you are using a "@(...)" expression in XML attributes as part of an policy statement, and string literals are used in the "@(...)" expression, the syntax of the final poli...
2017-11-12, 2316🔥, 0💬

Use &amp;amp; in '@(...)' Expressions
How to enter &amp;amp; entity in '@(...)' expressions? If you want to enter the &amp;amp; sequence in a '@(...)' expressions, you must enter it as &amp;amp;amp;. This is because all XML entities will be decoded immediately, when Azure process the policy XML document. For example, the fol...
2017-11-12, 2285🔥, 0💬

Use &amp; Sign in '@(...)' Expressions
How to enter &amp; sign in '@(...)' expressions? &amp; signs can be entered in '@(...)' expressions directly. For example, the following "set-variable" policy statement uses a "@(...)" expression that contains a &amp; sign: &lt;set-variable name="name" value="@("John &amp; Sons")...
2017-11-12, 2273🔥, 0💬

Use &lt; Sign in '@(...)' Expressions
How to enter &lt; sign in '@(...)' expressions? &lt; signs can be entered in '@(...)' expressions directly. For example, the following "set-variable" policy statement uses a "@(...)" expression that contains a &lt; sign as the Boolean operator: &lt;set-variable name="isTrue" value="@...
2017-11-12, 2221🔥, 0💬

'xml-to-json' on Invalid XML
What will happen if "xml-to-json" policy statement is applied on an invalid XML document? If you apply the "xml-to-json" policy statement on the request or response body that has an invalid XML document, you will not receive any errors. What you will get is a string that looks like a corrupted XML d...
2017-11-12, 1875🔥, 0💬

Policy to Set and Get Custom Variables
How to write a policy to set and get custom variables? Here is a policy that sets and gets custom variables: &lt;!-- Set-Get-Variable-Policy.xml Copyright (c) FYIcenter.com --&gt; &lt;policies&gt; &lt;inbound&gt; &lt;set-variable name="version" value="1.11" /&gt; &...
2017-10-23, 2754🔥, 0💬

Azure API Policy Examples
Where to find examples of API policy for Azure API Management Services at Azure Portal? Here is a list of examples of API policy for Azure API Management Services at Azure Portal: The Default Policy Policy to Echo the Request Body Only Policy to Set and Get Custom Variables   ⇒ The Default Policy ⇐...
2017-10-23, 1588🔥, 0💬

Policy to Echo the Request Body Only
How to write a policy to echo the request body only? Here is a policy that echoes the request body only: &lt;!-- Echo-Policy.xml Copyright (c) FYIcenter.com --&gt; &lt;policies&gt; &lt;inbound&gt; &lt;/inbound&gt; &lt;backend&gt; &lt;/backend&gt; &...
2017-10-23, 1538🔥, 0💬

Add API to API Products - 2017 Version
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Management Service? You can follow this tutorial to add an API to an API product on the Publisher Portal of an Azure API Management Service. 1. Click API from the left menu on the Publisher Portal. You s...
2017-09-20, 3383🔥, 0💬

Using Azure API Management Developer Portal
Where to find tutorials on Using Azure API Management Developer Portal? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using Azure API Management Developer Portal: Login to Developer Portal as Publisher What Can I See on Developer Portal Test ...
2017-09-20, 3221🔥, 0💬

Login to Developer Portal as Publisher
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Portal of an Azure API Management Service is used by client developers. But as a publisher, you can also use the Developer Portal to test API operations internally. You can follow this tutorial to login ...
2017-09-20, 2996🔥, 0💬

<< < 1 2 3 4   Sort: Rank