What is a storage account (in azure)?
It is a unique Azure Namespace.
* Every object in Azure has its own web address.
What is Blob ?
Binary Large Object
How many levels of Storage are there?
Three Levels:
1) Blob
2) Container (where blob resides)
3) Storage account (where the Container(s) resides)
What are the three Blob Types:
1) Block
Stores text and binary data (up to 4.7TB). Made up to individually managed blocks of data.
2) Append
These are block blods that are optimised for “append functions”. Ie designed to be written to, such as logging.
3) Page
These can store up to 8TB of data. Any part of this file could be accessed at any time.
Blob Pricing tiers:
Managed Disk Characteristics
What are the 4 types of Disk in Azure ?
File Storage Benefits:
1) Sharing
2) Managed
3) Resilient
4) Hybrid (supplement / replace existing on-premises file storage.)
File Archiving - Characteristics:
1) Designed for policy / compliance requirements.
2) Lowest price of all azure storage options.
3) Features - Durable, encrypted and stable. (designed for data that needs to be accessed infrequently)
4) Frees up Premium Storage
5) Secure
6) Blob - Archive storage is blob storage, so the same tools work on both.