Skip to content

Commit 3fdb246

Browse files
Merge pull request #89644 from roygara/aseUpload
Storage explorer direct upload content
2 parents 0943361 + 3e0b6da commit 3fdb246

23 files changed

+166
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Use Azure Storage Explorer to manage Azure managed disks
3+
description: Learn how to upload, download, and migrate an Azure managed disk across regions and create a snapshot of a managed disk, using the Azure Storage Explorer.
4+
author: roygara
5+
ms.author: rogarana
6+
ms.date: 09/25/2019
7+
ms.topic: article
8+
ms.service: virtual-machines-linux
9+
ms.tgt_pltfrm: linux
10+
ms.subservice: disks
11+
---
12+
13+
[!INCLUDE [disks-upload-vhd-to-managed-disk-storage-explorer](../../../includes/disks-upload-vhd-to-managed-disk-storage-explorer.md)]
14+
15+
Learn how to [Create a VM from a VHD by using the Azure portal](../windows/create-vm-specialized-portal.md).
16+
17+
Learn how to [Attach a managed data disk to a Windows VM by using the Azure portal](../windows/attach-managed-disk-portal.md).

articles/virtual-machines/linux/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,8 @@
476476
href: disks-upload-vhd-to-managed-disk-cli.md
477477
- name: Resize a disk
478478
href: expand-disks.md
479+
- name: Use Storage Explorer to manage disks
480+
href: disks-use-storage-explorer-managed-disks.md
479481
- name: Snapshot a disk
480482
href: snapshot-copy-managed-disk.md
481483
- name: Create an incremental snapshot
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Use Azure Storage Explorer to manage Azure managed disks
3+
description: Learn how to upload, download, and migrate an Azure managed disk across regions and create a snapshot of a managed disk, using the Azure Storage Explorer.
4+
author: roygara
5+
ms.author: rogarana
6+
ms.date: 09/25/2019
7+
ms.topic: article
8+
ms.service: virtual-machines-windows
9+
ms.tgt_pltfrm: windows
10+
ms.subservice: disks
11+
---
12+
13+
[!INCLUDE [disks-upload-vhd-to-managed-disk-storage-explorer](../../../includes/disks-upload-vhd-to-managed-disk-storage-explorer.md)]
14+
15+
Learn how to [Create a VM from a VHD by using the Azure portal](create-vm-specialized-portal.md).
16+
17+
Learn how to [Attach a managed data disk to a Windows VM by using the Azure portal](attach-managed-disk-portal.md).

articles/virtual-machines/windows/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,8 @@
474474
href: disks-upload-vhd-to-managed-disk-powershell.md
475475
- name: Resize a disk
476476
href: expand-os-disk.md
477+
- name: Use Storage Explorer to manage disks
478+
href: disks-use-storage-explorer-managed-disks.md
477479
- name: Snapshot a disk
478480
href: snapshot-copy-managed-disk.md
479481
- name: Create an incremental snapshot
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: virtual-machines
5+
author: roygara
6+
ms.service: virtual-machines
7+
ms.topic: include
8+
ms.date: 09/25/2019
9+
ms.author: rogarana
10+
ms.custom: include file
11+
---
12+
13+
# Use Azure Storage Explorer to manage Azure managed disks
14+
15+
Storage Explorer 1.10.0 enables users to upload, download, and copy managed disks, as well as create snapshots. Because of these additional capabilities, you can use Storage Explorer to migrate data from on-premises to Azure, and migrate data across Azure regions.
16+
17+
## Prerequisites
18+
19+
To complete this article, you'll need the following:
20+
- An Azure subscription
21+
- One or more Azure managed disks
22+
- The latest version of [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/)
23+
24+
## Connect to an Azure subscription
25+
26+
If your Storage Explorer isn't connected to Azure, you will not be able to use it to manage resources. This section goes over connecting it to your Azure account so that you can manage resources using Storage Explorer.
27+
28+
1. Launch Azure Storage Explorer and click the **plug-in** icon on the left.
29+
30+
![Click the plug-in icon](media/disks-upload-vhd-to-managed-disk-storage-explorer/plug-in-icon.png)
31+
32+
1. Select **Add an Azure Account**, and then click **Next**.
33+
34+
![Add an Azure Account](media/disks-upload-vhd-to-managed-disk-storage-explorer/connect-to-azure.png)
35+
36+
1. In the **Azure Sign in** dialog box, enter your Azure credentials.
37+
38+
![Azure sign in dialog](media/disks-upload-vhd-to-managed-disk-storage-explorer/sign-in.png)
39+
40+
1. Select your subscription from the list and then click **Apply**.
41+
42+
![Select your subscription](media/disks-upload-vhd-to-managed-disk-storage-explorer/select-subscription.png)
43+
44+
## Upload a managed disk from an on-prem VHD
45+
46+
1. On the left pane, expand **Disks** and select the resource group that you want to upload your disk to.
47+
48+
![Select resource group 1](media/disks-upload-vhd-to-managed-disk-storage-explorer/select-rg1.png)
49+
50+
1. Select **Upload**.
51+
52+
![Select upload](media/disks-upload-vhd-to-managed-disk-storage-explorer/upload-button.png)
53+
54+
1. In **Upload VHD** specify your source VHD, the name of the disk, the OS type, the region you want to upload the disk to, as well as the account type. In some regions Availability zones are supported, for those regions you can select a zone of your choice.
55+
1. Select **Create** to begin uploading your disk.
56+
57+
![Upload vhd dialog](media/disks-upload-vhd-to-managed-disk-storage-explorer/upload-vhd-dialog.png)
58+
59+
1. The status of the upload will now display in **Activities**.
60+
61+
![Upload status](media/disks-upload-vhd-to-managed-disk-storage-explorer/activity-uploading.png)
62+
63+
1. If the upload has finished and you don't see the disk in the right pane, select **Refresh**.
64+
65+
## Download a managed disk
66+
67+
The following steps explain how to download a managed disk to an on-prem VHD. A disk's state must be **Unattached** in order to be downloaded, you cannot download an **Attached** disk.
68+
69+
1. On the left pane, if it isn't already expanded, expand **Disks** and select the resource group that you want to download your disk from.
70+
71+
![Select resource group 1](media/disks-upload-vhd-to-managed-disk-storage-explorer/select-rg1.png)
72+
73+
1. On the right pane, select the disk you want to download.
74+
1. Select **Download** and then choose where you would like to save the disk.
75+
76+
![Download a managed disk](media/disks-upload-vhd-to-managed-disk-storage-explorer/download-button.png)
77+
78+
1. Select **Save** and your disk will begin downloading. The status of the download will display in **Activities**.
79+
80+
![Download status](media/disks-upload-vhd-to-managed-disk-storage-explorer/activity-downloading.png)
81+
82+
## Copy a managed disk
83+
84+
With Storage Explorer, you can copy a manged disk within or across regions. To copy a disk:
85+
86+
1. From the **Disks** dropdown on the left, select the resource group that contains the disk you want to copy.
87+
88+
![Select resource group 1](media/disks-upload-vhd-to-managed-disk-storage-explorer/select-rg1.png)
89+
90+
1. On the right pane, select the disk you'd like to copy and select **Copy**.
91+
92+
![Copy a managed disk](media/disks-upload-vhd-to-managed-disk-storage-explorer/copy-button.png)
93+
94+
1. On the left pane, select the resource group you'd like to paste the disk in.
95+
96+
![Select resource group 2](media/disks-upload-vhd-to-managed-disk-storage-explorer/select-rg2.png)
97+
98+
1. Select **Paste** on the right pane.
99+
100+
![Paste a managed disk](media/disks-upload-vhd-to-managed-disk-storage-explorer/paste-button.png)
101+
102+
1. In the **Paste Disk** dialog, fill in the values. You can also specify an Availability zone in supported regions.
103+
104+
![Paste disk dialog](media/disks-upload-vhd-to-managed-disk-storage-explorer/paste-disk-dialog.png)
105+
106+
1. Select **Paste** and your disk will begin copying, the status is displayed in **Activities**.
107+
108+
![Copy paste status](media/disks-upload-vhd-to-managed-disk-storage-explorer/activity-copying.png)
109+
110+
## Create a snapshot
111+
112+
1. From the **Disks** dropdown on the left, select the resource group that contains the disk you want to copy.
113+
114+
![Select resource group 1](media/disks-upload-vhd-to-managed-disk-storage-explorer/select-rg1.png)
115+
116+
1. On the right, select the disk you'd like to snapshot and select **Create Snapshot**.
117+
118+
![Create a snapshot](media/disks-upload-vhd-to-managed-disk-storage-explorer/create-snapshot-button.png)
119+
120+
1. In **Create Snapshot**, specify the name of the snapshot as well as the resource group you want to create it in. Then select **Create**.
121+
122+
![Create snapshot dialog](media/disks-upload-vhd-to-managed-disk-storage-explorer/create-snapshot-dialog.png)
123+
124+
1. Once the snapshot has been created, you can select **Open in Portal** in **Activities** to view the snapshot in the Azure portal.
125+
126+
![Open snapshot in portal](media/disks-upload-vhd-to-managed-disk-storage-explorer/open-in-portal.png)
127+
128+
## Next steps
26.1 KB
Loading
30.5 KB
Loading
28.7 KB
Loading
80.4 KB
Loading
70.5 KB
Loading

0 commit comments

Comments
 (0)