In the last article, Fundamentals Of Azure Storage , we went through the nitty-gritty of Azure Unstructured storage. If you have not gone through the above article, please take a moment to look over the ‘Fundamentals of Azure storage’.

Let’s focus on the Advanced Azure Object (Blob) storage,

Azure Object (Blob) storage

OBJECT STORAGE

KEY FEATURES

WHY Plateform as a Service (PaaS) ?

CONCEPTS

BLOCK BLOBS

APPEND BLOBS

PAGE BLOBS

Now, lets create our first Blob Storage (Prerequisite, Azure portal account)

  1. Login to Azure Portal and you will landed to Dashboard

    create blob storage

  2. Click + New ->Storage ->Storage Account under featured app, as shown below

    create blob storage

  3. Give details as shown below.

    create blob storage

You could choose options as per your business need , and as we discussed earlier, you may click on ! sign for more details,

create blob storage

create blob storage

Choose location as per your geographical location, suggested data center at the same geographical location (Cental Canada in my case) and click ‘Create.

It will start deployment as shown below,

create blob storage

If you don’t have container, it asked for same as shown below,

create azure storage account

Give container details, as shown below,

create azure storage account

Choose options as per business need,

create azure storage account

And click ‘Create’

You are now goof to move ahead

create azure storage account

Let’s upload some Images, as shown below

create azure storage account

And Click Upload , Image will be uploaded

create azure storage account

Access Blob Storage from Tool and Code

Now, let’s access Blob Storage 1st from Tool

  1. I have attached ‘Microsoft Storage Explorer’ tool to download and Setup.
  2. Please download and give your subscription and Storage account details and Sign in…

    Access Azure Blob Storage

    Access Azure Blob Storage

You can see the Image uploaded in the Storage account,

Access Azure Blob Storage

Now, Access by Code.

Please find attached C# Running Code for same, you only need to change App Config setting, as shown below.

Azure Object (Blob) storage

Azure Object (Blob) storage

I have attached the ‘Demo Project’ and ‘Microsoft Azure Storage container’ for you to accelerate the understanding with practical implementation of the Storage Concept. I hope my Azure series of articles would be increasing the length and breadth of your Cloud knowledge base.

Until next time, happy learning!!