Azure Storage Account
- Azure Storage account is an entity that is used to store Azure Storage data objects such as
- blob
- files
- queues
- table
- disks
- Data in Azure storage account is
- durable
- highly available
- secure
- massively scalable
- Can be accessible from anywhere over http or https
- Creating a Storage account
- Major options
- location (Region)
- Resource group
- Storage account options
- Steps:

- Major options
- Blob Storage Resources:

- With in each storage account, a number of separate storage services are provided. These services are
- Blobs
- Tables
- Queues
- Files

- There are three types of storage blobs
- Block Blob: Files which we upload like images, audio, text, video files
- Page Blob: Page blobs are used to store VHD (Virtual Hard disk)
- Append Blob: Append blobs are used to store the log files
Azure Storage Explorer
- Refer Here to download the storage explorer and try to connect to your Azure Account using storage explorer.
