Creating a multi-tier solution by using services in Azure with API Management Part 3 – Manipulate an API response

Now in this final part we’ll use the outbound policy to change the xml response to json. Create a new operation and set the url to Next in the outbound policy add the code for xml-to-json Now testing the link you will notice that the format changed. Just to verify go back to your browser […]

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 […]

1 min read

Creating a multi-tier solution by using services in Azure with API Management Part 1 – Create an app service app using Docker

Lets do another of the Microsoft Labs, this time lab 08 here. First we create a resource group and an app service plan. Next go into the Azure portal and create your new webapp from a dockerhub container. Now let’s use Postman to check if our  HTTP Request & Response Service is responding. Great! In […]

1 min read