Creating an Azure SQL Database
Azure offers SQL server databases in three different services. Azure SQL Database is a fully managed Platform-as-a-Service (PaaS) database engine. Since the database is a PaaS model, most of the database management tasks (such as backup, backup retention, monitoring, and so on) that are managed by Azure SQL Database consistently operate on the most recent stable release of the SQL Server database engine and are supported by a patched operating system. With an impressive availability rate of 99.99%, Azure SQL Database ensures a highly reliable and uninterrupted service. In the previous chapter, we learned about Azure Blob storage and how to store binary data such as images. We also learned how to access storage using a shared access signature. In this chapter, you will be creating an Azure SQL server and Azure SQL database, configuring security rules, connecting to Azure SQL Server using a .NET Core application, and finally, connecting to the SQL 2 server...