Thursday, February 20, 2020

Setting Up APIM Policies - UI Setup

In my previous articles I introduced Azure API Management Service and how to use it to host an Azure function. In this article I will explain the policies that can be applied. Once you open up an API, it shows all the placeholders for creating policies as below.

In the Inbound and Outbound processing sections you have the option to Add Policy via an interface. But that will be directed to code view if you add some complex logics. Then it will only enable the code view as below.

Tuesday, February 18, 2020

Hosting an Azure Function in API Manager

Azure API Management Service offers great support for hosting APIs. One of the greatest ways it support is by hosting different internal Azure artifacts. Once you go to the portal API Management Service and select APIs menu, it serves you with multiple options to add an API.