Tools, FAQ, Tutorials:
API Level Policy for All Operations
How to add and view the API level policy for all operations in the API?
✍: FYIcenter.com
Be default, Azure automatically creates an API level policy for all operation in an API.
You can follow this tutorial to review or add the default API level policy.
1. Go to the publisher dashboard of the API Management Service.
2 Click "APIs" from the function list. You see the "Add a new API" screen.
3. Click "First API" from the API list. You see the "All operations" screen.
4. Click the "Edit" icon in the Backend section. You see the backend settings.
4. Click the "Code view" in the Backend section. You see the default API level policy displayed.
<policies> <inbound> <base /> </inbound> <backend> <base /> </backend> <outbound> <base /> </outbound> <on-error> <base /> </on-error> </policies>
5. Make some changes in the policy, so that the "Save" button is activated.
6. Click the "Save" button to save changes.
The picture below shows you steps on how to edit the API level policy of all operations:
Â
2018-07-22, 1131👍, 0💬
Popular Posts:
Where is API Management Service on my Azure Portal? If your IT department has signed up for an Azure...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How to access Query String parameters from "context.Request.Url.Que ry"object in Azure API Policy? Q...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
Where to find tutorials on PHP language? I want to know how to learn PHP. Here is a large collection...