Creating a multi-tier solution by using services in Azure with API Management Part 2 – Build an API proxy tier by using Azure API Management
1 min read

Creating a multi-tier solution by using services in Azure with API Management Part 2 – Build an API proxy tier by using Azure API Management

So following the lab it’s now time to build the API Management.

Jump into the portal and create an empty API and specify the URL from the app service web app you created earlier.

Next create a new operation and set the inbound policies and override the service url backend.

Now go ahead and test it inside the portal.

Great! Now in the final post we’ll rewrite the api response and convert xml to json.

Leave a Reply