Forum Discussion
Confusion on Azure Storage services
Blob stands for ‘Binary large object’. Azure Blob storage service are used to store and retrieve unstructured data like Documents, pictures, videos and music. Blobs are organized into containers and each Blob can store several hundreds of Gigabyte (GB) data.
Blob containers are the structures used to store blobs. An individual Blob container can hold anywhere from zero to an infinite number of individual blobs. By default, all blobs stored in a container share the same level of sharing, either private or public.
Yes I do agree there has to be some better documentation from Azure it took long time to understand to actually understand the difference ref this article it explains very well Azure Blob Storage | Comprehensive Guide to Azure Blob Storage (educba.com)
They can make it simple instead of using Blob which is a generic thing and is a format(not specific to Azure or storage), they can say it as container and then they can say a container store object in BLOB format. It will reduce ambiguity and help people to understand concept much easily.
- Chandrasekhar_AryaOct 18, 2021Steel ContributorAgree with you