Windows Server Storage1
Windows Server Storage1
Windows Server Storage1
Overview
This course includes optional exercises where you can try out the techniques demonstrated in
the course for yourself. This guide lists the steps for the individual exercises.
Setup
If you already have a Microsoft Azure subscription, you can skip this section. Otherwise, follow
these steps to create a free trial subscription. You will need to provide a valid credit card
number for verification, but you will not be charged for Azure services – for more information,
see the frequently asked questions on the Azure sign-up page.
1. If you already have a Microsoft account that has not already been used to sign up for a
free Azure trial subscription, you’re ready to get started. If not, don’t worry, just create
a new Microsoft account.
2. After you’ve created a Microsoft account, create your free Microsoft Azure account.
You’ll need to sign-in with your Microsoft account if you’re not already signed in. Then
you’ll need to:
Enter your cellphone number and have Microsoft send you a text message to
verify your identity.
Enter the code you have been sent to verify it.
Provide valid payment details. This is required for verification purposes only –
your credit card won’t be charged for any services you use during the trial
period, and the account is automatically deactivated at the end of the trial
period unless you explicitly decide to keep it active.
Module 1 – Planning Storage
In this exercise, you will create a new storage account in the Azure portal. Once created you will
explore some of the basic file management capabilities, including the use of file shares.
In this exercise, you will create a new storage account using PowerShell.
Note: Throughout the course make an effort to try to use this tool. You will find it easy to
use.
If you have trouble installing the PowerShell modules from the PowerShell gallery, you can
try the WebPI method instead. Visit http://aka.ms/webpi-azps to download and install the
modules.
Install Azure Storage Explorer
In this exercise, you will install the Microsoft Azure Storage Explorer desktop application,
connect to your Azure account, and explore the various options for managing your data in the
Azure cloud.
Note: Throughout the course make an effort to try to use this tool. You will find it easy to
use.
Install AZCopy
In this exercise you will install the AzCopy tool and explore the syntax.
1. Download and install the latest version of AzCopy - http://aka.ms/downloadazcopy.
2. Locate the executable which is typically installed in either
%ProgramFiles(x86)%\Microsoft SDKs\Azure\AzCopy or %ProgramFiles%\Microsoft
SDKs\Azure\AzCopy.
3. Open an elevated Command Prompt and navigate to the AZCopy installation directory.
4. View the Help pages for the utility.
AzCopy /?
5. Read through the examples at the end of the Help page.
Note: Throughout the course make an effort to try to use this tool. You will find it easy to
use.