Chapter 16: Developing Solutions that Use a Relational Database
In the previous chapter, we covered the first part of the Implement and Manage Data Platforms objective, by covering how to develop solutions that use Cosmos DB storage. We've covered how to create, read, update, and delete data by using appropriate APIs, and more.
In this chapter, we are continuing with this objective. We are going to cover how to develop solutions that use a relational database. We are going to cover how to provision and configure relational databases, how to configure elastic pools for Azure SQL Database, and how to create, read, update, and delete data tables using code.
We will then set up SQL in a highly available failover group with geo-replication, and then finish off with a look at how to publish on-premises databases to Azure.
The following topics will be covered in this chapter:
- Understanding Azure SQL Database
- Provisioning and configuring an Azure SQL database ...