In the previous article, I have explained how we can manage the Web API using Azure API Management. In this article, I would be discussing about adding custom logging for the API using event hub. You can add custom logging…
Month: April 2017
Manage the Web API using AZURE API Management
In my previous article I have discussed about deploying Web API application into AZURE using Azure Web Deploy. In this article, I am going to discuss about managing the Web API using Azure API Management. Login into the Azure Portal and…
Publish Web API application into AZURE using AZURE Web Deploy
In the previous article I have discussed about enabling Swagger to the Web API application and tested the Swagger functionality. In this article, I would be discussing about publishing the Web API application to AZURE using Azure Web Deploy. To publish…
Enabling Swagger Support to the Web API
In my previous article, I have explained how to create a Web API using VS 2017 Community edition and ASP.NET Core Web application. In this article, I am going to explain how enable Swagger support to the Web API so…