Deploying an ASP.NET Core web app to Azure with Visual Studio Community Edition

Visual Studio is one of the top-rated IDEs of all time. The Community Edition is a free-of-charge version of Visual Studio and can be downloaded from https://www.visualstudio.com/vs/.

Once you have downloaded and installed the Visual Studio Community Edition, you can create/open ASP.NET Core Web Application projects:

  1. To load a previously-created ASP.NET Core web application project, simply double-click on the .csproj file in the project root folder.

It is easy to publish a project to Azure in the Visual Studio Community Edition.

  1. First, right-click on the project row in Solution Explorer and click Publish:
  1. In the opened window, we should select the Microsoft ...

Get ASP.NET Core MVC 2.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.