Open In App

Azure Blob Storage

In today’s world where everything revolves around data, managing and storing vast amounts of data is the priority of every business operation. Azure Blob Storage, is one of the services offered by Microsoft Azure’s cloud computing platform, which is a scalable and cost-effective solution for storing and managing unstructured data, such as images, videos, documents, files, and backups.

What is Azure Blob Storage?

Azure Blob Storage is a cloud-based object storage service a part of Azure storage service provided by Microsoft Azure. It is designed to store and manage large amounts of unstructured data(Unstructured data are the data that do not align with any kind of data model such as binary data) making it ideal for a wide range of applications, including media storage, data backup, and log files. These are easily accessible through Azure storage API. Users can even access objects in Blob storage via HTTPS from any corner of the world. It is widely used for its benefits, which are discussed below.



Benefits of Azure Blob Storage

Some benefits of Azure blob storage are mentioned below:

How to use Azure Blob Storage to Store Data?

Step 1: Go to Azure Account–>Search for Storage–>Click on “Create”



Step 2: Now fill the configuration:

Step 3: In the newly created storage–>Click on Upload

Step 4: In upload section Click on create new container if you do not have any

Now you can see your container:

Different Types of Azure Blob Storage

USE-CASE

PRICING

PERFORMANCE

HOT ACCESS TIER

This tier is suitable for frequently accessed data that requires low-latency access and high throughput.

It can be used to store web app assets such as image and videos.

In Hot tier you pay a bit higher for the storage cost, that means more the data stored more will be the price.

However, the data retrieval cost are typically lower and affordable than other tiers.

It provides low latency access and high read/write throughput making it ideal and preferred choice for scenarios where data is frequently accessed.

COOL ACCESS TIER

Cool tier is specifically designed for data which are not so frequently accessed but still readily available whenever required.

Its best use case it storing historical financial records.

In Cool tier storage cost is lower as compared to Hot tier, making it cost effective for less frequently data access.

Data retrieval cost is comparatively higher that Hot tier.

While the Cool access tier provides reasonable access times, it has slightly longer access latency(retrieving data from the Cool tier may take a little more time) compared to the Hot access tier.

COLD ACCESS TIER

Cold tier is suitable for data that has to be stored for long duration but rarely accessed.

It is effective for organizations those want to archive large volume of data.

Cold tier charges less for storage of data and therefore suitable for preserving data for legal or regulatory requirements.

Data retrieval cost is comparatively higher that Hot tier.

Data retrieval from the Cold tier may take longer time, making it less suitable for data that requires rapid access.

ARCHIVE ACCESS TIER

Archive tier is designed for data that is rarely accessed and can tolerate higher retrieval times.

Storing data that doesn’t need to be readily available but should be stored for future references.

Archive access tier charges lowest storage costs but the highest data retrieval costs.

It is the most cost-effective option for data that may never need to be accessed.

Significantly higher access latency compared other tiers. Retrieval times can range from several hours to minutes.

Security Features of Azure Blob Storage

Best Practices for Using Azure Blob Storage

The best practice for using Azure blob storage includes best security measure we must take to ensure smooth functioning of it:

FAQs On Azure Blob Storage

1. What Are The Types Of Blobs In Azure Blob Storage?

Azure Blob Storage supports three types of blobs: block blobs, page blobs, and append blobs. Block blobs are used for storing text, page blobs are used for virtual machine disks, and append blobs are used for logging.

2. What Is The Maximum Size Of A Blob in Azure Blob Storage?

The maximum size for block blobs and page blobs is 8TB and 195 GB for append blocks.

3. What Is The Pricing Model For Azure Blob Storage?

Azure Blob Storage pricing is based on factors like storage capacity, data transfer, and the selected storage class.

4. Is There A Limit To The Number Of Containers Or Blobs I Can Create In Azure Blob Storage?

Within a storage account, you can have millions of containers and billions of blobs. However, as per Azure subscription you can create up to 500 storage accounts.


Article Tags :