In this section, we'll create a new basic ASP.NET application and deploy it to Azure using Visual Studio.
Let's get started by creating the application:
- Launch Visual Studio and click on File | New Project.
- Search for web and select ASP.NET Core Web Application. Ensure that you select the Create new Git repository checkbox for the project. Checking a new Git repository will allow you to configure this project with an Azure repository:

- Click Next and select a Project name, Location, Solution, and Solution name, as shown in the following screenshot:
- Click Create to be taken to a new ...