Contact Application Azure Deployment ASP.NET Core Web API, Angular 6 Using Visual Studio Code
In this article, we are going to deploy/host a contact application with Visual Studio code to Azure web apps. Before proceeding with this article I would like to request you that please go through the first two parts of contact application: Contact Application using ASP.NET Core Web API, Angular 6.0, and Visual Studio Code Part One In the article, we will set up ASP.NET Core Web API project, and develop the Web API for contact CRUD operations. Contact Application using ASP.NET Core Web API, Angular 6.0, and Visual Studio Code Part Two In the article, we will setup Angular 6 within ASP.NET Core Web API Project, and develop the contact form & list component using Angular Material UI that will consume Web API which we have created in Part One. Let’s start with database deployment as Azure SQL databases. Login to Azure Portal . Go to left navigation on SQL databases. It will open a popup for SQL databases. Click on Add or Create SQL database Button. ...