Part 3: Data and Storage
In this part, you'll delve into Azure's data management services, starting with Azure Blob storage, a scalable solution for storing large amounts of unstructured data. You'll then explore Azure SQL Database, learning how to create, manage, and scale databases while utilizing its critical features for structured data storage. You'll also navigate Azure Cosmos DB, creating and managing document-oriented data using .NET while getting acquainted with advanced topics such as data partitioning and global distribution. Each stage will equip you with the tools to handle different data storage requirements effectively, promoting responsive and highly available applications on Azure.
This part has the following chapters:
- Chapter 6, Exploring Azure Blob Storage
- Chapter 7, Creating an Azure SQL Database
- Chapter 8, Creating Documents via .NET for Azure Cosmos DB
...