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 […]
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
Create an app service app using Docker Build an API proxy tier by using Azure API Management Manipulate an API response
1 min read
You must be logged in to post a comment.