Skip to content

Commit c42209e

Browse files
author
akarshprabhu
committed
Added restore process ref
1 parent 22b304f commit c42209e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

articles/backup/backup-azure-vms-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ $restorejob
496496
Provide an additional parameter **TargetResourceGroupName** to specify the RG to which managed disks will be restored.
497497

498498
> [!IMPORTANT]
499-
> It's strongly recommended to use the **TargetResourceGroupName** parameter for restoring managed disks since it results in significant performance improvements. The storage account is then used for the VM configuration file and temporary restore artifacts. Azure Backup doesn't support restoring disks as unmanaged disks.
499+
> It's strongly recommended to use the **TargetResourceGroupName** parameter for restoring managed disks since it results in significant performance improvements. The storage account is then used for the VM configuration file and temporary restore artifacts. Azure Backup doesn't support restoring disks as unmanaged disks. For legacy recovery points from VMs that used unmanaged disks, [restore them as managed disks](backup-azure-arm-restore-vms.md#restore-legacy-recovery-points-from-vms-that-used-unmanaged-disks).
500500
>
501501
>
502502

articles/backup/tutorial-restore-disk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If the backed-up VM has managed disks and if the intent is to restore managed di
8383
```
8484
8585
> [!WARNING]
86-
> Provide **target-resource-group** for managed disk restores. Azure Backup doesn't support restoring disks as unmanaged disks.
86+
> Provide **target-resource-group** for managed disk restores. Azure Backup doesn't support restoring disks as unmanaged disks. For legacy recovery points from VMs that used unmanaged disks, see [Restore legacy recovery points from VMs that used unmanaged disks](backup-azure-arm-restore-vms.md#restore-legacy-recovery-points-from-vms-that-used-unmanaged-disks).
8787
8888
### Restore disks to secondary region
8989
@@ -157,7 +157,7 @@ In additional steps, the restored disks are used to create a VM.
157157
--target-resource-group targetRG
158158
```
159159
160-
Restore to unmanaged disks isn't supported.
160+
Restore to unmanaged disks isn't supported. For legacy recovery points from VMs that used unmanaged disks, follow the guidance in [Restore legacy recovery points from VMs that used unmanaged disks](backup-azure-arm-restore-vms.md#restore-legacy-recovery-points-from-vms-that-used-unmanaged-disks).
161161
162162
## Monitor the restore job
163163

0 commit comments

Comments
 (0)