Blob Storage and Containers

 Blob Storage and Containers

Step 1 : Create a Storage account.

In the search bar, search for Storage Account.


Step 2 : Click on Create.


Step 3 : Add Details.


* Preferred Storage Type :
Blob Storage and Data Lakes : For Blob Storage
Azure Files : For File share
Other : For Tables and Queues 


* Performance : 

1) Standard : general purpose no option to select account type


Provides more options for Redundancy selection




2) Premium : gives option to select account type


by default : 
A) Page blobs : 
You can only create page blobs
used for virtual machines where we need random access to different pages.

Other Options :
B) Block Blobs :
Can only create block blobs

C) File Share :
Can only create file share


Less options for Redundancy Selection.


If you select file share it provides facility to select zones.


Click next and come to the advanced section


Blob storage stores data in unorganized format. If you check on Enable hierarchical namespace it will store the data in hierarchy.


Click next.


In networking tab it will let you select who can access storage account and how they can access it.
* Public network access scope : 
1) Public :
This lets anyone from basically anywhere on the internet surf to the URL that my blobs and containers are in

2) Selected Virtual networks and IP addresses :
have to add virtual networks.
virtual networks for company offices, for example. People over the internet can come to this storage account and upload and download files, but only if you're one of the specific company offices.

3) Private access :
can only be accessed from the cloud.


Click next.


* Data Protection :
1) Soft delete option : Lets you set the limit of days that until how many days you can retrive the data after deleting.


* Enable Versioning for Blobs :
Automatically keeps the previous versions of blobs whenever it is modified or deleted.

* Enable Blob Change Feed :
The Change Feed keeps a log of all changes (create, modify, delete) to your blobs.
It helps you track activity and audit changes across your storage account.

* Enable Version level immutability :
Adds extra protection for old blob versions making them immutable.
If you want to prove what the blob looked like at a specific time (for auditing or compliance).
If you want to prevent tampering with older versions.


Click Next. 
* Encryption :
1) MMK : default keys
2) CMK : user defined keys

Click Review + Create.




Click Create.


Step 4 : Click on go to resource.



Step 5 : Go to the Containers section from sidebar. And click on Add Container.


Step 6 : Add Details.

The container name must start with a letter or number, use only lowercase letters, numbers, and hyphens, and avoid consecutive hyphens.
Click Create.

Step 7 : Click on container name.


Step 8 : Click on upload file.


Step 9 : Select files to upload.


Click Upload.


Click on the file name.


This is the url from which you can access the data.













































































Comments

Popular posts from this blog

AI-900-3,4

AI-900 12,13

AI-900 10,11