Installing and using Azure Storage Explorer

Azure Storage Explorer is a standalone application that can be used to easily work with the different types of data that are stored in an Azure Storage account. You can upload, download, and manage Files, Queues, Tables, Blobs, Data Lake Storage, and Cosmos DB entities using Azure Storage Explorer. Aside from that, you can also use the application to configure and manage Cross-Origin Resource Sharing (CORS) rules for your storage accounts. This application can be used on Windows, Linux, and macOS devices. 

To install the application, you have to perform the following steps:

  1. Navigate to https://azure.microsoft.com/en-us/features/storage-explorer/ to download the application.
  2. Once it has been downloaded, install the application.
  3. When it is installed, open the application. You will be prompted to connect to your Azure environment. There are a couple of options to choose from. You can add an Azure account by connecting to your Azure environment using your administrator credentials, use a shared access signature (which will be covered later in this chapter), and use a storage account name and key, and you can select the Attach to a local emulator option if you so desire. For this demonstration, keep the default option selected and click on Sign in...:

Connecting to Azure Storage
  1. Provide your credentials and log in.
  2. All of your subscriptions will be added to the left-hand pane. Once this is done, click on Apply:

Applying the subscriptions
  1. You can now drill down to the subscription and the storage account that we created in the first demonstration from the left-hand pane. Select the storage account. From there, you can access the blob containers, file shares, queues, and tables:

Storage account settings
  1. To add some files to a blob container, we need to create a blob container in the storage account. Therefore, right-click on Blob Containers in the left-hand menu and select Create Blob ContainerCall the packtblobcontainer container; now, you can upload files to that container. Click on the Upload button in the top menu, click on Upload files, and select some files from your local computer:

Uploading files to the blob container

You will see that the files will be uploaded to the blob container.

If you navigate to the overview blade of the storage account in the Azure portal, you will see a button on the top menu that says Open in explorer. This will open Azure Storage Explorer, which can then be used to easily manage all of the data that resides in the storage account. 

Now that we have installed the Azure Storage Explorer tool and uploaded some files to a blob container, we can configure network access to the storage account.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset