Shoaib
Shoaib I’m curious about how things work — and how data can improve the way we solve problems and make decisions. Everything I share is part of that exploration, created not just to inform, but to inspire smarter ways of thinking, building, and solving.

Storage Blob in Azure

Storage Blob in Azure

Understanding how to create a storage blob in Azure.

Steps to create a new storage account.

Sign in to the Azure portal at https://portal.azure.com

Select Create a resource.

Under Categories, select Storage.

Under Storage account, select Create.

alt text

alt text

On the Advanced tab of the Create a storage account blade, fill in the following information.

alt text

click review + create

Select Go to resource.

Work with blob storage

alt text

I have created a container named “data” here

alt text

Click on the container and upload anything. I have uploaded an image.

alt text

Now, if we click on the image, it opens up properties which consists of an URL.

This URL enables to access the image online.

Change the access level of your blob

Select Change access level.

Set the Anonymous access level to Blob (anonymous read access for blobs only).

alt text

Now, you should be able to access the image through URL, initially it was set to private.


Done!!!