LAB - Create Blob Storage
LAB - Create Blob Storage
In this walkthrough, we will create a storage account, then work with blob storage files.
Estimated time: 25 minutes.
2. Search for and select Storage accounts, and then click +Add.
3. Complete the Create storage account Basics blade with the following details.
Setting Value
Subscription Choose your subscription
Resource group myRGStorage (create new)
Storage account name storageaccountxxx (must be unique)
Location (US) East US
Performance Standard
Account kind StorageV2 (general purpose v2)
Replication Locally redundant storage (LRS)
Access tier (default) Hot
4. Select Review + Create to review your storage account settings and allow Azure to
validate the configuration.
5. Once validated select Create. Wait for the notification that the account was
successfully created.
6. Search for Storage accounts and ensure your new storage account is listed.
2. Click +Container and complete the information. Use the Information icons to learn
more. When done click OK.
Setting Value
Name blob1
Public access level Private (no anonymous access)
Screenshot of the newly created blob container in the storage account in the Azure
portal.
3. Select the blob1 container, and then click Upload.
4. Browse to a file on your local computer. If you do not have a file create a simple .txt
file.
5. Click on the Advanced arrow, leave the default values but note your options, and then
select Upload.
Note: You can upload as many blobs as you like in this way. New blobs will be listed
within the container.
6. Once the file is uploaded, right-click on the file and notice the options including
Edit/View, Download, Blob properties, and Delete.
7. As you have time, return to your storage account and review the options for Files,
Tables, and Queues.