Introduction

This article will cover the following.

Brief concepts and prerequisites

What is Azure Explorer?

Pre-requisites

Read the following article to create Azure account and for some basic information about Azure to get started.

Implementation – Installation of Azure Explorer

Steps to be followed

Implementation – Create a storage account in Azure

Steps to be followed

Implementation – Use Azure Explorer to add and view blobs in the storage account

  • Go the Azure Explorer; Right click on that and add new connection; Select “Connect to Azure with an Storage Name and an Access Key”.
  • Go to the storage account in Azure to get the storage name and key from there.
  • Then, put these values in the connection and press OK.
  • Then, you will see the new storage account, shown there in Azure Explorer.
  • Then, add a new blob container and select access level to public.
  • Copy the image from the file system and paste it in the blob container.
  • Now, copy the path of the image and paste it into the browser. When we see the image, we see that the URL is a storage account URL.

Happy learning!