From the course: Building a Web Application on Microsoft Azure
Using Azure SQL for your data storage - Azure Tutorial
From the course: Building a Web Application on Microsoft Azure
Using Azure SQL for your data storage
“
- [Instructor] So far, the application has been using temporary in-memory data. However, we require a more reliable database to handle the company's workload and consistently store information. Azure SQL Database is the perfect choice for our relational database. And with any framework core, making changes to the code is effortless. It's time to see this in action, so let's go ahead and get started.