0
0
Azurecloud~5 mins

Blob containers and access levels in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a Blob container in Azure Storage?
A Blob container is a way to organize blobs (files) in Azure Storage. It acts like a folder where you can store many blobs together.
Click to reveal answer
beginner
Name the three access levels for Azure Blob containers.
The three access levels are: Private (no public access), Blob (public read access to blobs only), and Container (public read access to blobs and container metadata).
Click to reveal answer
beginner
What does the Private access level mean for a Blob container?
Private means no one can read blobs or container data without proper authorization. It is the most secure setting.
Click to reveal answer
intermediate
Explain the difference between Blob and Container access levels.
Blob access allows public read access to blobs only, but not container metadata. Container access allows public read access to both blobs and container metadata like the list of blobs.
Click to reveal answer
intermediate
Why should you be careful when setting a Blob container to Container access level?
Because it allows anyone on the internet to see all blobs and metadata in the container, which can expose sensitive data if not intended.
Click to reveal answer
Which Azure Blob container access level allows public read access to blobs but not to container metadata?
ABlob
BPrivate
CContainer
DPublic
What does the Private access level in Azure Blob containers restrict?
APublic write access to blobs
BPublic read access to blobs only
CNo public read access to blobs or container data
DPublic read access to blobs and container metadata
If you want to allow anyone to list all blobs in a container, which access level should you choose?
ABlob
BContainer
CPrivate
DRead-Only
Which access level is the most secure for Azure Blob containers?
APrivate
BContainer
CBlob
DPublic
What risk comes with setting a Blob container to Container access level?
ANo one can access blobs
BAnyone can upload blobs
CBlobs are deleted automatically
DAnyone can see all blobs and metadata
Describe the three access levels for Azure Blob containers and when you might use each.
Think about who can see the blobs and container details in each level.
You got /3 concepts.
    Explain why setting a Blob container to Container access level requires caution.
    Consider what information becomes visible to anyone on the internet.
    You got /4 concepts.