Azure – How to deploy a Web API

By | 09/08/2019

In this post, we will see how to deploy in Azure the Web API created in the post: Web API with ASP.NET Core.
First of all, we open a browser, go to Azure portal and we create a Web App:

Now, we run Visual Studio, open the project and we go to “Build\Publish ApiService”:

After the deploy, in order to verify that it’s working fine, we open a browser and go to https://firstwebapi001.azurewebsites.net/api/user



Leave a Reply

Your email address will not be published. Required fields are marked *