使用 Azure 存储资源管理器管理 Azure 托管磁盘

适用于:✔️ Linux VM ✔️ Windows VM ✔️ 灵活规模集 ✔️ 统一规模集

Azure 存储资源管理器包含一组丰富的功能,使你能够:

  • 上传、下载和复制托管磁盘。
  • 从操作系统或数据磁盘虚拟硬盘创建快照。
  • 将数据从本地迁移到 Azure。
  • 跨 Azure 区域迁移数据。

先决条件

若要完成本文,需要做好以下准备:

如果没有 Azure 订阅,请在开始前创建一个试用版订阅

连接到 Azure 订阅

如果存储资源管理器未连接到 Azure,则不能用于管理资源。 按照本部分中的步骤,将存储资源管理器连接到你的 Azure 帐户。 之后便可以使用它来管理磁盘。

  1. 打开 Azure 存储资源管理器并选择工具栏中的“连接”图标。

    Screenshot of Azure Storage Explorer showing the location of the Connect icon.

  2. 在“连接到 Azure 存储”对话框中,选择“订阅”。

    Screenshot of Azure Storage Explorer highlighting the location of the Subscription option.

  3. 选择适当的环境,然后选择“下一步”。 还可以选择“管理自定义环境”来配置和添加自定义环境。

    Screenshot of Azure Storage Explorer highlighting the location of the Azure Environment option.

  4. 在“登录”对话框中,输入 Azure 凭据。

    Screenshot of the sign-in dialog box.

  5. 从列表中选择订阅,然后选择“打开资源管理器”。

    Screenshot of Azure Storage Explorer highlighting the location of the Open Explorer button.

上传本地 VHD

可以将本地虚拟硬盘 (VHD) 文件上传到 Azure,并用来创建映像。 按照此部分中的步骤上传源文件。

  1. 在“资源管理器”窗格中,展开“磁盘”并选择要将磁盘上传到的资源组。

    Screenshot of Azure Storage Explorer highlighting the location of the Disks node for uploading a disk.

  2. 在资源组详细信息窗格中,选择“上传”。

    Screenshot of Azure Storage Explorer highlighting the location of the Upload button.

  3. 在“上传 VHD”对话框中,指定你的 VHD 源文件、磁盘名称、操作系统类型、要将磁盘上传到的区域和帐户类型。 如果区域支持可用性区域,则可以自行选择某个区域。 选择“创建”开始上传磁盘。

    Screenshot of Azure Storage Explorer's Upload VHD dialog box.

  4. 现在,上传状态会显示在“活动”中。

    Screenshot of Azure Storage Explorer highlighting the location of the Activities pane containing upload status messages.

如果上传已完成,但在“活动”窗格中看不到磁盘,请选择“刷新”。

下载托管磁盘

按照本部分中的步骤,将托管磁盘下载到本地 VHD。 磁盘的状态必须是“未附加”才能被下载。

  1. 在“资源管理器”窗格中,展开“磁盘”并选择要从中下载磁盘的资源组。

    Screenshot of Azure Storage Explorer highlighting the location of the Disks node for downloading disks.

  2. 在“资源组详细信息”窗格中,选择要下载的磁盘。

  3. 选择“下载”,然后选择磁盘的保存位置。

    Screenshot of Azure Storage Explorer highlighting the location of the Download button.

  4. 选择“保存”开始下载。 下载状态会显示在“活动”中。

    Screenshot of Azure Storage Explorer highlighting the location of the Activities pane with download status messages.

复制托管磁盘

使用存储资源管理器可以在区域内部或跨区域复制托管磁盘。 若要复制磁盘:

  1. 在“资源管理器”窗格中,展开“磁盘”下拉列表,然后选择包含要复制的磁盘的资源组。

    Screenshot of Azure Storage Explorer highlighting the location of the Disks node for copying a disk.

  2. 在“资源组详细信息”窗格中,选择要复制的磁盘,然后选择“复制”。

    Screenshot of Azure Storage Explorer highlighting the location of the Copy button.

  3. 在“资源管理器”窗格中,展开“磁盘”并选择要粘贴磁盘的资源组。

    Screenshot of Azure Storage Explorer highlighting the location of the Disks node for pasting a disk.

  4. 在资源组详细信息窗格中选择“粘贴”。

    Screenshot of Azure Storage Explorer highlighting the location of the Paste button.

  5. 在“粘贴磁盘”对话框中,填写值。 还可以指定受支持地区中的可用性区域。

    Screenshot of Azure Storage Explorer's Paste Disk form.

  6. 选择“粘贴”以开始磁盘复制。 状态显示在“活动”中。

    Screenshot of Azure Storage Explorer highlighting the location of the Activities pane with copy and paste status messages.

创建快照

  1. 在“资源管理器”窗格中,展开“磁盘”,然后选择包含要生成快照的磁盘的资源组。

    Screenshot of Azure Storage Explorer highlighting the location of the Disks node for creating disk snapshots.

  2. 在“资源组详细信息”窗格中,选择要生成快照的磁盘,然后选择“创建快照”。

    Screenshot of Azure Storage Explorer highlighting the location of the Create Snapshot button.

  3. 在“创建快照”中,指定快照的名称以及您将在其中创建它的资源组。 选择创建

    Screenshot of Azure Storage Explorer's Create Snapshot dialog box.

  4. 创建快照后,可以在“活动”中选择“在门户中打开”以在 Azure 门户中查看快照。

    Screenshot of Azure Storage Explorer highlighting the location of the link in the Activities pane with snapshot status messages.

后续步骤