0% found this document useful (0 votes)
22 views

Mod 3 - Lab - Implement and Manage Storage

This document provides instructions for a lab on implementing and managing Azure storage. The lab consists of two exercises. The first exercise has students create Azure storage accounts, manage blobs, and copy containers between accounts. The second exercise has students implement and use Azure file storage by creating file shares and mounting them to a virtual machine.

Uploaded by

jacob600
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Mod 3 - Lab - Implement and Manage Storage

This document provides instructions for a lab on implementing and managing Azure storage. The lab consists of two exercises. The first exercise has students create Azure storage accounts, manage blobs, and copy containers between accounts. The second exercise has students implement and use Azure file storage by creating file shares and mounting them to a virtual machine.

Uploaded by

jacob600
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

1/25/2021 AZ-103-MicrosoftAzureAdministrator

Scenario
Lab: Implement and Manage Storage
All tasks in this lab are performed from the Azure portal (including a PowerShell Cloud Shell session) except for
Objectives
Exercise 2 Task 2, which includes steps performed from a Remote Desktop session to an Azure VM
Exercise 0:
Prepare the lab
environment ❕ Note: When not using Cloud Shell, the lab virtual machine must have the Azure PowerShell 1.2.0 module (or newer) installed
https://docs.microsoft.com/en-us/powershell/azure/install-az-ps
Exercise 1:
Implement and
use Azure Blob Lab files:
Storage

Labfiles\Module_03\Implement_and_Manage_Storage\az-100-02_azuredeploy.json
Exercise 2:
Implement and
Labfiles\Module_03\Implement_and_Manage_Storage\az-100-02_azuredeploy.parameters.json
use Azure File
Storage

Scenario

Adatum Corporation wants to leverage Azure Storage for hosting its data

Objectives

After completing this lab, you will be able to:

Deploy an Azure VM by using an Azure Resource Manager template

Implement and use Azure Blob Storage

Implement and use Azure File Storage

Exercise 0: Prepare the lab environment

The main tasks for this exercise are as follows:

1. Deploy an Azure VM by using an Azure Resource Manager template

Task 1: Deploy an Azure VM by using an Azure Resource Manager template

1. From the lab virtual machine, start Microsoft Edge, browse to the Azure portal at http://portal.azure.com
and sign in by using a Microsoft account that has the Owner role in the Azure subscription you intend to
use in this lab.

2. In the Azure portal, navigate to the Subscriptions blade.

3. From the Subscriptions blade, navigate to the blade displaying properties of your Azure subscription.

4. From the blade displaying the properties of your subscription, navigate to its Resource providers blade.
5. On the Resource providers blade, register the following resource providers (if these resource providers
have not been yet registered):

Microsoft.Network
Microsoft.Compute

Microsoft.Storage

❕ Note: This step registers the Azure Resource Manager Microsoft.Network, Microsoft.Compute, and
Microsoft.Storage resource providers. This is a one-time operation (per subscription) required when using Azure
Resource Manager templates to deploy resources managed by these resource providers (if these resource
providers have not been yet registered).

6. In the Azure portal, navigate to the New blade.

7. From the New blade, search Azure Marketplace for Template deployment, and select Template
deployment (deploy using custom templates)
https://microsoftlearning.github.io/AZ-103-MicrosoftAzureAdministrator/Instructions/Labs/03 - Implement and Manage Storage (az-100-02).html 1/8
1/25/2021 AZ-103-MicrosoftAzureAdministrator

8. Click Create.

9. On the Custom deployment blade, click the Build your own template in the editor link. If you do not
see this link, click Edit template instead.

10. From the Edit template blade, load the template file
Labfiles\Module_03\Implement_and_Manage_Storage\az-100-02_azuredeploy.json.

❕ Note: Review the content of the template and note that it defines deployment of an Azure VM hosting Windows
Server 2016 Datacenter.

11. Save the template and return to the Custom deployment blade.

12. From the Custom deployment blade, navigate to the Edit parameters blade.

13. From the Edit parameters blade, load the parameters file
Labfiles\Module_03\Implement_and_Manage_Storage\az-100-02_azuredeploy.parameters.json.

14. Save the parameters and return to the Custom deployment blade.

15. From the Custom deployment blade, initiate a template deployment with the following settings:

Subscription: the name of the subscription you are using in this lab

Resource group: the name of a new resource group az1000201-RG

Location: the name of the Azure region which is closest to the lab location and where you can
provision Azure VMs

Vm Size: use Standard_DS1_v2 or Standard_DS2_v2, based on the instructor’s recommendations

Vm Name: az1000201-vm1

Admin Username: Student

Admin Password: Pa55w.rd1234

Virtual Network Name: az1000201-vnet1

❕ Note: To identify Azure regions where you can provision Azure VMs, refer to https://azure.microsoft.com/en-
us/regions/offers/

❕ Note: Do not wait for the deployment to complete but proceed to the next exercise. You will use the virtual machine
az1000201-vm1 in the second exercise of this lab.

❕ Result: After you completed this exercise, you have initiated template deployment of an Azure VM az1000201-vm1 that you
will use in the second exercise of this lab.

Exercise 1: Implement and use Azure Blob Storage

The main tasks for this exercise are as follows:

1. Create Azure Storage accounts

2. Review configuration settings of Azure Storage accounts

3. Manage Azure Storage Blob Service

4. Copy a container and blobs between Azure Storage accounts

5. Use a Shared Access Signature (SAS) key to access a blob

https://microsoftlearning.github.io/AZ-103-MicrosoftAzureAdministrator/Instructions/Labs/03 - Implement and Manage Storage (az-100-02).html 2/8


1/25/2021 AZ-103-MicrosoftAzureAdministrator

Task 1: Create Azure Storage accounts

1. In the Azure portal, navigate to the New blade.

2. From the New blade, search Azure Marketplace for Storage account - blob, file, table, queue.

3. Use the list of search results to navigate to the Create storage account - blob, file, table, queue blade.

4. From the Create storage account blade, create a new storage account with the following settings:

Subscription: the same subscription you selected in the previous task

Resource group: the name of a new resource group az1000202-RG

Storage account name: any valid, unique name between 3 and 24 characters consisting of lowercase
letters and digits

Location: the name of the Azure region which you selected in the previous task

Performance: Standard

Account kind: Storage (general purpose v1)

Replication: Locally-redundant storage (LRS)

5. Click Review + create, and then click Create.

6. Do not wait for the storage account to be provisioned but proceed to the next step.

7. In the Azure portal, navigate to the New blade.

8. From the New blade, search Azure Marketplace for Storage account - blob, file, table, queue.

9. Use the list of search results to navigate to the Create storage account - blob, file, table, queue blade.

10. From the Create storage account blade, create a new storage account with the following settings:

Subscription: the same subscription you selected in the previous task

Resource group: the name of a new resource group az1000203-RG

Storage account name: any valid, unique name between 3 and 24 characters consisting of lowercase
letters and digits

Location: the name of an Azure region different from the one you chose when creating the first
storage account

Performance: Standard

Account kind: StorageV2 (general purpose v2)

Replication: Geo-redundant storage (GRS)

Access tier (default): Hot

11. Click Review + create, then click Create.

12. Wait for the storage account to be provisioned. This should take less than a minute.

Task 2: Review configuration settings of Azure Storage accounts

1. In Azure Portal, navigate to the blade of the first storage account you created.

2. With your storage account blade open, review the storage account configuration in the Overview section,
including the performance, replication, and account kind settings.

3. Display the Access keys blade. Note that you have the option of copying the values of storage account
name, as well as the values of key1 and key2. You also have the option to regenerate each of the keys.

4. Display the Configuration blade of the storage account.

https://microsoftlearning.github.io/AZ-103-MicrosoftAzureAdministrator/Instructions/Labs/03 - Implement and Manage Storage (az-100-02).html 3/8


1/25/2021 AZ-103-MicrosoftAzureAdministrator

5. On the Configuration blade, note that you have the option of performing an upgrade to General Purpose
v2 account, enforcing secure transfer, and changing the replication settings to either Geo-redundant
storage (GRS) or Read-access geo-redundant storage (RA-GRS). However, you cannot change the
performance setting (this setting can only be assigned when the storage account is created).

6. Display the Encryption blade of the storage account. Note that encryption is enabled by default and that
you have the option of using your own key.

❕ Note: Do not change the configuration of the storage account.

7. In Azure Portal, navigate to the blade of the second storage account you created.

8. With your storage account blade open, review the storage account configuration in the Overview section,
including the performance, replication, and account kind settings.

9. Display the Configuration blade of the storage account.

10. On the Configuration blade, note that you have the option of disabling the secure transfer requirement,
setting the default access tier to Cool, and changing the replication settings to either Locally-redundant
storage (LRS) or Read-access geo-redundant storage (RA-GRS). In this case, you also cannot change the
performance setting.

11. Display the Encryption blade of the storage account. Note that in this case encryption is also enabled by
default and that you have the option of using your own key.

Task 3: Manage Azure Storage Blob Service

1. In the Azure portal, navigate to the Containers blade of the first storage account you created.

2. From the Containers blade of the first storage account, create a new container named az1000202-
container with the Public access level set to Private (no anonymous access).

3. From the az1000202-container blade, upload


Labfiles\Module_03\Implement_and_Manage_Storage\az-100-02_azuredeploy.json and
Labfiles\Module_03\Implement_and_Manage_Storage\az-100-02_azuredeploy.parameters.json into
the container.

Task 4: Copy a container and blobs between Azure Storage accounts

1. From the Azure Portal, start a PowerShell session in the Cloud Shell pane.

❕ Note: If this is the first time you are launching the Cloud Shell in the current Azure subscription, you will be asked to
create an Azure file share to persist Cloud Shell files. If so, accept the defaults, which will result in creation of a storage
account in an automatically generated resource group.

2. In the Cloud Shell pane, run the following commands:

Code  Copy

https://microsoftlearning.github.io/AZ-103-MicrosoftAzureAdministrator/Instructions/Labs/03 - Implement and Manage Storage (az-100-02).html 4/8


1/25/2021 AZ-103-MicrosoftAzureAdministrator

$containerName = 'az1000202-container'
$storageAccount1Name = (Get-AzStorageAccount -ResourceGroupName 'az1000202-RG')
[0].StorageAccountName
$storageAccount2Name = (Get-AzStorageAccount -ResourceGroupName 'az1000203-RG')
[0].StorageAccountName
$storageAccount1Key1 = (Get-AzStorageAccountKey -ResourceGroupName 'az1000202-RG' -
StorageAccountName $storageAccount1Name)[0].Value
$storageAccount2Key1 = (Get-AzStorageAccountKey -ResourceGroupName 'az1000203-RG' -
StorageAccountName $storageAccount2Name)[0].Value
$context1 = New-AzStorageContext -StorageAccountName $storageAccount1Name -StorageAccountKey
$storageAccount1Key1
$context2 = New-AzStorageContext -StorageAccountName $storageAccount2Name -StorageAccountKey
$storageAccount2Key1

❕ Note: These commands set the values of variables representing the names of the blob container containing the blobs
you uploaded in the previous task, the two storage accounts, their corresponding keys, and the corresponding security
context for each. You will use these values to generate a SAS token to copy blobs between storage accounts by using
the AZCopy command line utility.

3. In the Cloud Shell pane, run the following command:

Code  Copy

New-AzStorageContainer -Name $containerName -Context $context2 -Permission Off

❕ Note: This command creates a new container with the matching name in the second storage account

4. In the Cloud Shell pane, run the following commands:

Code  Copy

$containerToken1 = New-AzStorageContainerSASToken -Context $context1 -ExpiryTime(get-


date).AddHours(24) -FullUri -Name $containerName -Permission rwdl
$containerToken2 = New-AzStorageContainerSASToken -Context $context2 -ExpiryTime(get-
date).AddHours(24) -FullUri -Name $containerName -Permission rwdl

❕ Note: These commands generate SAS keys that you will use in the next step to copy blobs between two containers.

5. In the Cloud Shell pane, run the following command:

Code  Copy

azcopy cp $containerToken1 $containerToken2 --recursive=true

❕ Note: This command uses the AzCopy utility to copy the content of the container between the two storage accounts.

6. Verify that the command returned the results confirming that the two files were transferred.

7. Navigate to the Blobs blade of the second storage account and verify that it includes the entry
representing the newly created az1000202-container and that the container includes two copied blobs.

Task 5: Use a Shared Access Signature (SAS) key to access a blob

https://microsoftlearning.github.io/AZ-103-MicrosoftAzureAdministrator/Instructions/Labs/03 - Implement and Manage Storage (az-100-02).html 5/8


1/25/2021 AZ-103-MicrosoftAzureAdministrator

1. From the Containers blade of the second storage account, navigate to the container az1000202-
container, and then open the az-100-02_azuredeploy.json blade.

2. On the az-100-02_azuredeploy.json blade, copy the value of the URL property.

3. Open another Microsoft Edge window and navigate to the URL you copied in the previous step.

❕ Note: The browser will display the ResourceNotFound. This is expected since the container has the Public access
level set to Private (no anonymous access).

4. On the az-100-02_azuredeploy.json blade, generate a shared access signature (SAS) and the
corresponding URL with the following settings:

Permissions: Read

Start date/time: specify the current date/time in your current time zone

Expiry date/time: specify the date/time 24 hours ahead of the current time

Allowed IP addresses: leave blank

Allowed protocols: HTTP

Signing key: Key 1

5. On the az-100-02_azuredeploy.json blade, copy Blob SAS URL.

6. From the previously opened Microsoft Edge window, navigate to the URL you copied in the previous step.

❕ Note: This time, you will be prompted whether you want to open or save az-100-02_azuredeploy.json. This is
expected as well, since this time you are no longer accessing the container anonymously, but instead you are using the
newly generated SAS key, which is valid for the next 24 hours.

7. Close the Microsoft Edge window displaying the prompt.

❕ Result: After you completed this exercise, you have created two Azure Storage accounts, reviewed their configuration
settings, created a blob container, uploaded blobs into the container, copied the container and blobs between the storage
accounts, and used a SAS key to access one of the blobs.

Exercise 2: Implement and use Azure File Storage

The main tasks for this exercise are as follows:

1. Create an Azure File Service share

2. Map a drive to the Azure File Service share from an Azure VM

Task 1: Create an Azure File Service share

1. In the Azure portal, navigate to the blade displaying the properties of the second storage account you
created in the previous exercise.

2. From the storage account blade select File shares under File Service.

3. From the storage account File shares blade, create a new file share with the following settings:

Name: az10002share1

Quota: 5 GB

Task 2: Map a drive to the Azure File Service share from an Azure VM

https://microsoftlearning.github.io/AZ-103-MicrosoftAzureAdministrator/Instructions/Labs/03 - Implement and Manage Storage (az-100-02).html 6/8


1/25/2021 AZ-103-MicrosoftAzureAdministrator

❕ Note: Before you start this task, ensure that the template deployment you started in Exercise 0 has completed.

1. Navigate to the az10002share1 blade and display the Connect blade.

2. From the Connect blade, copy into Clipboard the PowerShell commands that connect to the file share from
a Windows computer.

3. In the Azure portal, navigate to the az1000201-vm1 blade.

4. From the az1000201-vm1 blade, connect to the Azure VM via the RDP protocol and, when prompted to
sign in, provide the following credentials:

Admin Username: Student

Admin Password: Pa55w.rd1234

5. Within the RDP session, start a Windows PowerShell ISE session.

6. From the Windows PowerShell ISE session, open the script pane and paste into it the content of your local
Clipboard.

7. Execute the script, and verify that its output confirms successful mapping of the Z: drive to the Azure
Storage File Service share.

8. Right click the Start menu, click Run, in the Open dialog box type Z: and press the Enter key. This will open
a File Explorer window displaying the contents of the Z: drive.

9. In the File Explorer window, create a folder named Folder1 on the Z: drive.

10. In the File Explorer window, navigate to Folder1 and create a text document named File1.txt.

❕ Note: Make sure that you take into account the default configuration of File Explorer that does not display known file
extensions in order to avoid creating a file named File1.txt.txt.

11. From the PowerShell prompt, enter Z: to change the directory context to the mapped drive.

12. From the PowerShell prompt, enter dir to list the contents of the drive. You should see the directory that
you created from File Explorer.

13. From the PowerShell prompt, enter cd Folder1 to change directories to the folder. Run the dir command
again to list the file contents.

❕ Result: After you completed this exercise, you have created an Azure File Service share, mapped a drive to the file share from
an Azure VM, and used File Explorer from the Azure VM to create a folder and a file in the file share.

Exercise 3: Remove lab resources

Task 1: Open Cloud Shell

1. At the top of the portal, click the Cloud Shell icon to open the Cloud Shell pane.

2. At the Cloud Shell interface, select Bash.

3. At the Cloud Shell command prompt, type in the following command and press Enter to list all resource
groups you created in this lab:

Shell  Copy

az group list --query "[?starts_with(name,'az1000')].name" --output tsv

https://microsoftlearning.github.io/AZ-103-MicrosoftAzureAdministrator/Instructions/Labs/03 - Implement and Manage Storage (az-100-02).html 7/8


1/25/2021 AZ-103-MicrosoftAzureAdministrator

4. Verify that the output contains only the resource groups you created in this lab. These groups will be
deleted in the next task.

Task 2: Delete resource groups

1. At the Cloud Shell command prompt, type in the following command and press Enter to delete the
resource groups you created in this lab

Shell  Copy

az group list --query "[?starts_with(name,'az1000')].name" --output tsv | xargs -L1 bash -c


'az group delete --name $0 --no-wait --yes'

2. Close the Cloud Shell prompt at the bottom of the portal.

❕ Note: The command command executes asynchronously (as determined by the –nowait parameter), so it might take a few
minutes before all of the resource groups are removed.

❕ Note: You might have to rerun the command if the resources are not deleted after the first run.

❕ Result: In this exercise, you removed the resources used in this lab.

https://microsoftlearning.github.io/AZ-103-MicrosoftAzureAdministrator/Instructions/Labs/03 - Implement and Manage Storage (az-100-02).html 8/8

You might also like