A Container organizes a set of blobs, Blob Storage allows unstructured data to be stored that can include images, videos, music files, documents, raw data and log data.
Prerequisites
- If you don’t already have a subscription, create a free Azure Account.
- Azure Storage Account, see Create a storage Account in Azure
Create a Container
To create a container in storage account, follow these steps:
Step-1: Login in to the Azure Portal https://portal.azure.com/
Step-2: In Home Page > Click to your storage account.

Select Storage Account
Step-3: Click on the Containers Box as shown in the below screen shot.

Select Containers
Step-4: Click on +Container button & in New container window fill the New container details. Then click on Create button.
Name: Assign a name to the new container and it must be in lowercase.
Public access level: select the level of public access to the container, by default level is Private (no anonymous access).

Container details
Step-5: Now container has been created successfully.

Containers
Recommend Post: Upload a blob to the azure storage container
Refer more Azure Post: Microsoft Azure Topics
Hope you enjoyed the post. Your valuable feedback, question, or comments about this post are always welcome or you can leave us message on our Contact form , we will revert to you asap.