Skip to content

Commit 2ed0964

Browse files
committed
refresh updates
1 parent 0c0357d commit 2ed0964

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

articles/azure-vmware/configure-cloud-backup-virtual-machine.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure Cloud Backup for Virtual Machines enables you to mount an
44
ms.topic: how-to
55
ms.service: azure-vmware
66
ms.author: anfdocs
7-
ms.date: 12/03/2024
7+
ms.date: 2/04/2026
88
ms.custom: engagement-fy24
99
# Customer intent: "As a system administrator, I want to configure cloud backups for virtual machines by mounting and unmounting datastores and attaching and detaching virtual disks, so that I can manage data recovery and ensure uninterrupted service."
1010
---
@@ -15,41 +15,42 @@ Learn how to mount and unmount datastores and attach and detach virtual machine
1515

1616
## Mount a backup
1717

18-
You can mount a traditional datastore from a backup if you want to access files in the backup. You can either mount the backup to the same ESXi host where the backup was created or to an alternate ESXi host that has the same type of VM and host configurations. You can mount a datastore multiple times on a host.
18+
You can mount a traditional datastore from a backup if you want to access files in the backup. You can mount the backup either to the same ESXi host where the backup was created or, to an alternate ESXi host that has the same type of VM and host configurations. You can mount a datastore multiple times on a host.
1919

2020
1. In the left navigation of the vCenter web client page, select **Storage**.
2121
2. Right-click a datastore then go to **Cloud Backup for Virtual Machines > Mount Backup**.
2222
3. On the **Mount Datastore** page, select a backup and a backup location (primary or Azure NetApp Files backup), then select **Finish**.
23-
4. Optional: To verify that the datastore is mounted, perform the following:
23+
4. Option: To verify that the datastore is mounted, perform the following steps:
2424
1. Select **Menu** in the toolbar, and then select Storage from the drop-down list.
2525
2. The left navigator pane displays the datastore you mounted.
2626

2727
## Unmount a backup
2828

2929
You can unmount a backup when you no longer need to access the files in the datastore.
3030

31-
If a backup is listed as mounted in the VMware vSphere client GUI, but it's not listed in the unmount backup screen, you need to use the REST API endpoint `/backup/{backup-Id}/cleanup` to clean up the out-of-bound datastores. After cleanup, try the unmount procedure again.
31+
If a backup is listed as mounted in the VMware vSphere client GUI, but not listed in the unmount backup screen, you need to use the REST API endpoint `/backup/{backup-Id}/cleanup` to clean up the out-of-bound datastores. After cleanup, try the unmount procedure again.
3232

3333
1. In the left navigation of the vCenter web client page, select **Storage**.
3434
2. Right-click a datastore and then go to **Cloud Backup for Virtual Machines > Unmount**.
3535

3636
>[!NOTE]
37-
> Ensure that you have selected the correct datastore to unmount. Choosing the incorrect datastore can cause an impact on production work.
37+
> Verify you selected the correct datastore to unmount. If you choose the incorrect datastore, it can affect production work.
3838

39-
3. In the **Unmount Cloned Datastore** dialog box, select a datastore, select the Unmount the cloned datastore checkbox, then select **Unmount**.
39+
3. In the **Unmount Cloned Datastore** dialog box, select a datastore.
40+
- Select the **Unmount the cloned datastore** checkbox, then select **Unmount**.
4041

4142
## Attach VMDKs to a VM
4243

43-
You can attach one or more VMDKs from a backup to the parent VM, or to an alternate VM on the same ESXi host, or to an alternate VM on an alternate ESXi host managed by the same vCenter.
44+
You can attach one or more VMDKs from a backup to: the parent VM, an alternate VM on the same ESXi host, or an alternate VM on an alternate ESXi host managed by the same vCenter.
4445

4546
You have the following attach options:
4647
* You can attach virtual disks from a primary or an Azure NetApp Files backup.
4748
* You can attach virtual disks to the parent VM (the same VM that the virtual disk was originally associated with) or to an alternate VM on the same ESXi host.
4849

4950
### Considerations for attaching VMDKs
5051

51-
* Attach and detach operations aren't supported for Virtual Machine Templates.
52-
* You cannot manually attach a virtual disk that was attached or mounted as part of a guest file restore operation.
52+
* Both attach and detach operations aren't supported for Virtual Machine Templates.
53+
* You can't manually attach a virtual disk that was attached or mounted as part of a guest file restore operation.
5354

5455
### Attach VMDKs
5556

@@ -67,31 +68,31 @@ You have the following attach options:
6768
6. Select **Attach**.
6869
7. Optional: Monitor the operation progress in the Recent Tasks section.
6970

70-
Refresh the screen to display updated information.
71+
To display updated information, refresh the screen.
7172

72-
8. Verify that the virtual disk is attached by performing the following:
73+
8. To verify the virtual disk is attached, perform the following steps:
7374
1. Select **Menu** in the toolbar then **VMs and Templates** from the drop-down list.
7475
2. In the left navigator pane right-click a VM, then select **Edit settings** in the drop-down list.
7576
3. In the **Edit Settings** window, expand the list for each hard disk to display the list of disk files.
7677

7778
The Edit Settings page lists the disks on the VM. You can expand the details for each hard disk to display the list of attached virtual disks.
7879

7980
## Detach a virtual disk
80-
After you have attached a virtual disk to restore individual files, you can detach the virtual disk from the parent VM.
81+
After you attached a virtual disk to restore individual files, you can detach the virtual disk from the parent VM.
8182

8283
1. In the VMware vSphere client GUI, select **Menu** in the toolbar. Select **VMs and Templates** from the drop-down list.
8384
2. In the left navigator pane, select a VM.
8485
3. In the left navigation pane, right-click the VM, then select **Cloud Backup for Virtual Machines** in the drop-down list, and then select **Detach virtual disk** in the secondary drop-down list.
85-
4. On the **Detach Virtual Disk** screen, select one or more disks you want to detach, then select the **Detach the selected disk(s)** checkbox, and click **Detach**.
86+
4. On the **Detach Virtual Disk** screen, select one or more disks you want to detach, then select the **Detach the selected disk(s)** checkbox, and select **Detach**.
8687

8788
>[!NOTE]
8889
> Ensure that you select the correct virtual disk. Selecting the wrong disk might affect production work.
8990

9091
5. Optional: Monitor the operation progress in the Recent Tasks section.
9192

92-
Refresh the screen to display updated information.
93+
To display updated information, refresh the screen.
9394

94-
6. Verify that the virtual disk is detached by performing the following:
95+
6. Verify the virtual disk is detached with the following steps:
9596
1. Select **Menu** in the toolbar then **VMs and Templates** from the drop-down list.
9697
2. In the left navigator pane, right-click a VM, then select **Edit settings** in the drop-down list.
9798
3. In the **Edit Settings** window, expand the list for each hard disk to display the list of disk files.

0 commit comments

Comments
 (0)