Azure - Lab 05
Azure - Lab 05
1
LAB 05: Create blob storage
In this lab, we will create a storage account, then work with blob storage
files.
2
LAB 5 - Task 1: Create a storage account
1. Sign in to the Azure portal at https://portal.azure.com.
2. Select the Storage Account and Under Storage Account , click on Create
3. On the Basics page, choose a subscription and enter the following values for
Resource group ; Create new or select already created group ”myresourcegroup”
Instance details.
Storage Account Name: mystorageaccount (It should be Unique Name)
Region: Pacific central India or wherever you want
Performance: Standard or Premium – Select Standard
Redundancy : Locally Redundant Storage(LRS)
3
4
Task 2: Work with blob storage
4. Next click on Advanced, leave the setting to the default value without
modifying anything . In this setup has ability to integrate with the created azure Id
where we can convert this to a Data Lake storage
5
7. Under the Overview tab, We
Can check the Performance and
Replication style of the created
Storage Account Kind
6
9. In this lab, we going to focus on
Containers, So within the container,
we can create new blob container
14. Click on Upload Blob and select the files you want to upload from the local
machine.
15. We can upload as many as blob we like , newly added blobs will be listed within
the container
16. Once the file is uploaded, we simply click on the file to see the information of file
such as version, type, file access tier
17. This is the procedure to create a new container within the blob storage .
8
18. Another type of storage
is File Share.
9
22. After creation, click Connect, where we can see the Drive Letter, select a drive
letter which is not available in your local machine dri.ve
23. In Authentication Method , Select Storage Account Key, copy the command to
the clipboard.
24. Open the local machine, open the PowerShell, paste the command and run it
to map the the file share which is created.
25. When the PowerShell executes the command successfully , we can see the
storage account is mapped to the local machine.
26. In local machine , file share drive is created and empty container is available,
copy or create a file in the container from the local machine.
27. Now in the Azure portal, click refresh and see the file which was uploaded
from the local machine.
10
Lab 5 - Task 3: Monitor the storage account
1. To monitor the storage the account, click on the storage account , select the
storage account which want to monitor.
2. Select the Diagnose and solve problems. Explore some of the most
common storage problems. Notice there are multiple troubleshooters here.
11