You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/devtest-labs/devtest-lab-upload-vhd-using-azcopy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ For more information about disks and VHDs in Azure, see [Introduction to managed
23
23
24
24
- Download and install the [latest version of AzCopy](https://aka.ms/downloadazcopy).
25
25
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.
27
27
28
28
## Get the lab storage account name
29
29
@@ -57,7 +57,7 @@ To get the name of the lab storage account:
57
57
58
58
To upload a VHD file by using AzCopy:
59
59
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.
61
61
62
62
By default, AzCopy is installed in *ProgramFiles(x86)\Microsoft SDKs\Azure\AzCopy*.
63
63
@@ -69,7 +69,7 @@ To upload a VHD file by using AzCopy:
Copy file name to clipboardExpand all lines: articles/devtest-labs/devtest-lab-upload-vhd-using-powershell.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ To get the name of the lab storage account:
39
39
40
40
:::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.":::
41
41
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.
43
43
44
44
## Upload a VHD file
45
45
@@ -51,7 +51,7 @@ To upload a VHD file by using PowerShell:
51
51
52
52
1. At a PowerShell command prompt, run the Add-AzureRmVhd cmdlet with the modified `-LocalFilePath` parameter.
53
53
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.
Copy file name to clipboardExpand all lines: articles/devtest-labs/devtest-lab-upload-vhd-using-storage-explorer.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,32 +27,34 @@ To upload a VHD file to a lab storage account by using Storage Explorer, first,
27
27
28
28
To get the name of the lab storage account:
29
29
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).
31
31
32
-
1. Select **All resources**, and then select your lab.
32
+
1. Select **All resources**, and then select your lab.
33
33
34
-
1. In the lab menu under **Settings**, select **Configuration and policies**.
34
+
1. In the lab menu under **Settings**, select **Configuration and policies**.
35
35
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**.
37
37
38
-
1. In **Custom images**, select **Add**.
38
+
1. In **Custom images**, select **Add**.
39
39
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.
41
41
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.":::
43
43
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.
45
45
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:
:::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.":::
51
51
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.
53
53
54
54
## Upload a VHD file
55
55
56
+
To upload a VHD file by using Storage Explorer:
57
+
56
58
1. When you open Storage Explorer, the Explorer pane shows all the Azure subscriptions you're signed in to.
57
59
58
60
If you need to add a different account, select the **Account Management** icon. In **Account Management**, select **Add an account**.
0 commit comments