api management
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 […]
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 […]
Creating a multi-tier solution by using services in Azure with API Management
Create an app service app using Docker Build an API proxy tier by using Azure API Management Manipulate an API response
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 […]
Automate business processes with Logic Apps Part 3 – Use Azure API Management as a proxy for Logic Apps
In this final post we will use our API Management to connect to our HTTP trigger and run the Logic App to display our files in the fileshare. In the portal select from Logic app and import the configuration to a new API. Finally run your API and watch in the body the return statement […]
You must be logged in to post a comment.