|
Types of Azure Blob storage:- Block blobs – It stores the data objects like text and binary up to 4.7 TB. The objects are stored in blocks. We can manage individual blocks.
- Append blobs – This type of storage is like block blobs but optimized for append activities. This is ideal to use when we need to append the information/data to the existing data like logging.
- Page blobs – It is like virtual hard drive files. It will serve as disks in virtual machines. It stored the random-access files up to 8 TB.
|
|
|
|
|