In this blog post I am going to walk through the steps to create a storage account and connect an Azure Explorer tool to that Azure Stack storage account.
Create the storage account in Azure Stack
On your Azure Stack Dashboard you will have:
And you will have a notification that the new storage account is being provisioned and when it completes.
In Progress | Deployed |
The new storage account blade will appear. If you were to click on Blob service right now you would notice that it does not contain any yet. This is what we will create with the explorer tool.
For now copy the Blob Service Endpoint URL:
https://hybridstorage.blob.azurestack.local/
Click on Access Keys. We will need this information for connecting from the explorer tool.
We will need:
Access Keys | KEY1:
bEWQQIa2i6a6ADOPPE+iygbCGEYcK8pjd4EOzeqh+VURSWC0ErVYp119pAKPnx015s9WLwKa4d8JdMl5FzM8Tw==
NOTE: I used KEY1. You could use KEY2 if you want. Either key will work.
Install Azure Explorer tool
I used the free tool named “Azure Explorer” by Redgate. Here is the link to download: http://www.red-gate.com/products/azure-development/azure-explorer. I tried some of the other explorer tools out there but they did not work for me. They seem to be setup to only connect to storage accounts on Azure. The Azure Explorer tool by Redgate does the following:
- Manage all your Microsoft Azure blobs in one place
- Create and delete blob containers
- Rename, move and delete blobs
- Quickly view and edit blob metadata
- Create and delete blob snapshots
- Reliably upload and download blobs with a responsive UI
- Transfer blobs between your storage accounts
- Easily search and filter your blobs
- Support for copy and paste
- Search across storage accounts using wildcards
- Filter blobs using regular expressions
- Bookmark locations for quick access
- Quickly access specific containers by name
Download and install the Redgate Azure Explorer tool on your Azure Stack client VM or host.
The Azure Explorer tool will be in the start menu.
Connect the Azure Explorer tool to the Azure Stack storage account
Launch the tool. Right click on Azure Storage Accounts and select Add Connection to Azure Storage.