Let's publish an ASP.NET Core 2.0 web app in Azure using Visual Studio:
- Create a new ASP.NET Core 2.0 project in Visual Studio or use one of the existing applications that we have created thus far in the book. We will use one of the web apps that we developed in the book thus far for illustration purposes.
- Right-click the project. On the context menu, click Publish:
- This will display a nice-looking user interface, presenting us with three options. We can publish on:
- Microsoft Azure App Service: The container for the web app.
- IIS, FTP: For deploying on IIS or FTP on a virtual machine.
- Folder: To publish the app in ...