

If you have to change anything, click the Previous button to edit (see Figure 4).įigure 4: Azure Blob Account Creation Review On the next review page, verify all details entered in the previous screen and click Create.

On the Create Storage Account page, add all required details as mentioned in Figure 3. Next, click the + Add button on the top left of the screen to add a Blob storage, as shown in Figure 2. After successful login to, create an Azure Storage Account by clicking the Storage Account link on the left of the menu. If your subscription is already expired, you need to buy a subscription. Create Blob Storage from Azure Portalįor developers, those who have a Microsoft account can sign in by using Hotmail/Outlook account details to Azure Portal and use the service free for 30 days. A storage account can include an unlimited number of containers, and a container can store an unlimited number of blobs.

NET, Java, Node.js, Python, PHP, and Ruby.Ī blob container organizes a set of blobs, similar to a folder in a file system. A Blob storage is ideal for serving images or documents, storing files for distributed access, streaming video and audio, writing to log files, storing data for backup and restore, disaster recovery, and archiving.Ĭlient applications can access Blob storage through client libraries available in various languages, including. You also can add folders into the container.

In this article, I will provide you a step-by-step demonstration on how to create a Blob storage solution from Azure Portal and create and download files from Blob storage programmatically from C# code. It’s optimized for storing massive amounts of unstructured data, such as text or binary data which could be accessed by using HTTP and HTTPS protocols from anywhere an Internet connection is available. The Azure Blob storage solution is used to store unstructured physical objects in Microsoft Cloud.
