AZ-104 Azure - Conceptualizing Azure Blog Storage

  1. Describing Azure Blob Storage
  2. Components of Blob Architecture
  3. Type of Blobs
  4. Container Access Levels

Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob Storage is optimized for storing massive amounts of unstructured data. Unstructured data is data that doesn't adhere to a particular data model or definition, such as text or binary data. Its object based and easily accessible from HTTP/REST

 

image.png

Blob Storage is designed for:

Blob Architecture
Types of Blobs
Container Access Level
Container Access Levels:

Now let's access our Storage account ,below we can see the system storage account, here we will crate a container

image.png

First check if blob anonymous access its enabled if not click on the link to enable

image.png

 

now create a new container, anonymous access level will only be available if blob anonymous access its enabled.

 

image.png

3 different levels of containers with different access.

image.png

 

We can see each container has its own url to access the container

image.png

 

now let's upload a random file to our private container, we can see it has its own url to access the file directly

image.png


Revision #2
Created 28 February 2024 23:54:51 by Cesar Gzz
Updated 29 February 2024 01:32:42 by Cesar Gzz