Skip to content

Commit c4e7f5b

Browse files
committed
edits from staging
1 parent 96ea6cb commit c4e7f5b

14 files changed

+19
-17
lines changed

articles/devtest-labs/devtest-lab-upload-vhd-using-azcopy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more information about disks and VHDs in Azure, see [Introduction to managed
2323

2424
- Download and install the [latest version of AzCopy](https://aka.ms/downloadazcopy).
2525

26-
To upload a VHD file to a lab storage account by using Storage Explorer, first, get the lab storage account name via the Azure portal. Then, use Storage Explorer to upload the file.
26+
To upload a VHD file to a lab storage account by using AzCopy, first, get the lab storage account name via the Azure portal. Then, use AzCopy to upload the file.
2727

2828
## Get the lab storage account name
2929

@@ -57,7 +57,7 @@ To get the name of the lab storage account:
5757

5858
To upload a VHD file by using AzCopy:
5959

60-
1. In Windows, open a Command Window and go to the AzCopy installation directory.
60+
1. In Windows, open a Command Prompt window and go to the AzCopy installation directory.
6161

6262
By default, AzCopy is installed in *ProgramFiles(x86)\Microsoft SDKs\Azure\AzCopy*.
6363

@@ -69,7 +69,7 @@ To upload a VHD file by using AzCopy:
6969
AzCopy /Source:<sourceDirectory> /Dest:<blobContainerUri> /DestKey:<storageAccountKey> /Pattern:"<vhdFileName>" /BlobType:page
7070
```
7171
72-
The process of uploading a VHD file might be lengthy depending on the size of the VHD file and your connection speed.
72+
The process of uploading a VHD file might be lengthy depending on the size of the VHD file and your connection speed.
7373
7474
## Next steps
7575

articles/devtest-labs/devtest-lab-upload-vhd-using-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To get the name of the lab storage account:
3939

4040
:::image type="content" source="media/devtest-lab-upload-vhd-using-powershell/upload-image-powershell.png" alt-text="Screenshot that shows the link to upload a VHD by using PowerShell on the Custom image pane.":::
4141

42-
1. In **Upload an image using PowerShell**, select and copy the generated PowerShell script to use in the next section.
42+
1. In **Upload an image using PowerShell**, select and copy the generated PowerShell script to use in the next section.
4343

4444
## Upload a VHD file
4545

@@ -51,7 +51,7 @@ To upload a VHD file by using PowerShell:
5151

5252
1. At a PowerShell command prompt, run the Add-AzureRmVhd cmdlet with the modified `-LocalFilePath` parameter.
5353

54-
The process of uploading a VHD file might be lengthy depending on the size of the VHD file and your connection speed.
54+
The process of uploading a VHD file might be lengthy depending on the size of the VHD file and your connection speed.
5555

5656
## Next steps
5757

articles/devtest-labs/devtest-lab-upload-vhd-using-storage-explorer.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,32 +27,34 @@ To upload a VHD file to a lab storage account by using Storage Explorer, first,
2727

2828
To get the name of the lab storage account:
2929

30-
1. Sign in to the [Azure portal](https://go.microsoft.com/fwlink/p/?LinkID=525040).
30+
1. Sign in to the [Azure portal](https://go.microsoft.com/fwlink/p/?LinkID=525040).
3131

32-
1. Select **All resources**, and then select your lab.
32+
1. Select **All resources**, and then select your lab.
3333

34-
1. In the lab menu under **Settings**, select **Configuration and policies**.
34+
1. In the lab menu under **Settings**, select **Configuration and policies**.
3535

36-
1. In **Activity log**, in the resource menu under **Virtual machine bases**, select **Custom images**.
36+
1. In **Activity log**, in the resource menu under **Virtual machine bases**, select **Custom images**.
3737

38-
1. In **Custom images**, select **Add**.
38+
1. In **Custom images**, select **Add**.
3939

40-
1. In **Custom image**, under **VHD**, select the **Upload an image using PowerShell** link.
40+
1. In **Custom image**, under **VHD**, select the **Upload an image using PowerShell** link.
4141

42-
:::image type="content" source="media/devtest-lab-upload-vhd-using-azcopy/upload-image-powershell.png" alt-text="Screenshot that shows settings to upload a VHD by using PowerShell on the Custom image pane.":::
42+
:::image type="content" source="media/devtest-lab-upload-vhd-using-storage-explorer/upload-image-powershell.png" alt-text="Screenshot that shows settings to upload a VHD by using PowerShell on the Custom image pane.":::
4343

44-
1. In **Upload an image using PowerShell**, scroll right to see a call to the Add-AzureRmVhd cmdlet.
44+
1. In **Upload an image using PowerShell**, scroll right to see a call to the Add-AzureRmVhd cmdlet.
4545

46-
The `-Destination` parameter contains the URI for a blob container in the following format:
46+
The `-Destination` parameter contains the URI for a blob container in the following format:
4747

48-
`https://<storageAccountName>.blob.core.windows.net/uploads/...`
48+
`https://<storageAccountName>.blob.core.windows.net/uploads/...`
4949

50-
:::image type="content" source="media/devtest-lab-upload-vhd-using-azcopy/destination-parameter.png" alt-text="Screenshot that shows an example of a storage account name in the Add VHD box.":::
50+
:::image type="content" source="media/devtest-lab-upload-vhd-using-storage-explorer/destination-parameter.png" alt-text="Screenshot that shows an example of a storage account name in the Add VHD box.":::
5151

52-
1. Copy the storage account name to use in the next section.
52+
1. Copy the storage account name to use in the next section.
5353

5454
## Upload a VHD file
5555

56+
To upload a VHD file by using Storage Explorer:
57+
5658
1. When you open Storage Explorer, the Explorer pane shows all the Azure subscriptions you're signed in to.
5759

5860
If you need to add a different account, select the **Account Management** icon. In **Account Management**, select **Add an account**.
-61 Bytes
Loading
-61 Bytes
Loading
-113 Bytes
Loading
14.4 KB
Loading
-314 Bytes
Loading
-542 Bytes
Loading
193 Bytes
Loading

0 commit comments

Comments
 (0)