From the course: Building Angular and ASP.NET Web API Apps

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Deploy SQL database to Azure SQL database services

Deploy SQL database to Azure SQL database services

From the course: Building Angular and ASP.NET Web API Apps

Deploy SQL database to Azure SQL database services

- [Instructor] In this part, we're going to work with the Azure SQL Database. We're going to use the Azure SQL service instead of a local SQL server. For that, we need to first create that service, so then I just go to the Azure. Then here from the services here on the left, go to SQL databases, or you can just go to Create a resource and then search for SQL database. Once you're in this service, you're going to see that we have different options that you can use, like, for example, the SQL Elastic Pool, the SQL Database Reversed vCores. We are going to use the SQL Database. Just click this one and then, Create. In here, the first step, as always, is to just select the subscription that you want to use. I'm going to use this one, the default one. Then the resource group. I'm going to choose the expensesapp-rg, which is the same resource group for the Angular app as well. Then let us define a database name. We are going to name this database the expensesappdb, and then we need to also…

Contents