-
Take a deep dive into Azure Blob storage, an object storage solution for the cloud that's ideal for storing a wide variety of unstructured data.
Take a deep dive into Azure Blob storage, an object storage solution for the cloud that's ideal for storing a wide variety of unstructured data. In this installment of Azure Storage for Developers, instructor Anton Delsink helps you understand how to best leverage this key part of the Azure Storage service. To begin, Anton demonstrates how to create a storage account and take steps to ensure that your stored data is secure. He then covers blobs, explaining how to connect to blob containers; work with the different types of blobs, including append bobs and block blobs; and create a shared access signature to control access to a blob. To wrap up, he covers the performance constraints of Azure Blob storage and discusses how to deploy Azure content distribution network (CDN).
Overview
Syllabus
-
Introduction
- Introduction to Azure Storage
- What you should know
- Azure Storage overview
- Create your first storage account
- Create a blob storage account
- Azure Storage Explorer
- Shared Key Authentication
- Shared access signatures (SAS)
- Stored access policies
- Encryption at rest
- Introduction to Azure Storage blobs
- Connect to blob containers
- Work with append blobs
- Work with block blobs
- Work with a lease
- Blob access control: SAS
- Azure Storage metadata
- Blob performance considerations
- Content distribution networks (CDNs)
- Deploy Azure CDN
- Reference blobs via CDN
- Next steps