Skip to content

Commit d304f23

Browse files
authored
Merge pull request #271020 from AbhishekMallick-MS/Apr-3-2024-VMnetwork
Assign network access settings for VM restore - preview updates
2 parents 6ea5a2f + fdb4322 commit d304f23

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

articles/backup/backup-azure-arm-restore-vms.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Restore VMs by using the Azure portal
2+
title: Restore VMs by using the Azure portal using Azure Backup
33
description: Restore an Azure virtual machine from a recovery point by using the Azure portal, including the Cross Region Restore feature.
44
ms.reviewer: nikhilsarode
55
ms.topic: how-to
6-
ms.date: 03/21/2024
6+
ms.date: 04/04/2024
77
ms.service: backup
88
author: AbhishekMallick-MS
99
ms.author: v-abhmallick
@@ -191,6 +191,21 @@ As one of the [restore options](#restore-options), you can replace an existing V
191191

192192
![Restore configuration wizard Replace Existing](./media/backup-azure-arm-restore-vms/restore-configuration-replace-existing.png)
193193

194+
## Assign network access settings during restore (preview)
195+
196+
Azure Backup also allows you to configure the access options for the restored disks once the restore operation is complete. You can set the disk access preferences at the time of initiating the restore.
197+
198+
>[!Note]
199+
>This feature is currently in preview and is available only for backed-up VMs that use private endpoint-enabled disks.
200+
201+
To enable disk access on restored disks during [VM restore](#choose-a-vm-restore-configuration), choose one of the following options:
202+
203+
- **Use the same network configurations as the source disk(s)**: This option allows the restored disks to use the disk access and network configurations same as that of the source disks.
204+
- **Enable public access from all networks**: This option allows the restored disk to be publicly accessible from all networks.
205+
- **Disable public access and enable private access (using disk access)**: This option allows you to disable the public access and assign disk access to the restored disks for private access.
206+
207+
:::image type="content" source="./media/backup-azure-arm-restore-vms/restored-disk-access-configuration-options.png" alt-text="Screenshot shows the access configuration options for restored disks." lightbox="./media/backup-azure-arm-restore-vms/restored-disk-access-configuration-options.png":::
208+
194209
## Cross Region Restore
195210

196211
As one of the [restore options](#restore-options), Cross Region Restore (CRR) allows you to restore Azure VMs in a secondary region, which is an Azure paired region.

articles/backup/backup-support-matrix-iaas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Support matrix for Azure VM backups
33
description: Get a summary of support settings and limitations for backing up Azure VMs by using the Azure Backup service.
44
ms.topic: conceptual
5-
ms.date: 03/14/2024
5+
ms.date: 04/04/2024
66
ms.custom: references_regions, linux-related-content
77
ms.reviewer: sharrai
88
ms.service: backup
@@ -193,7 +193,7 @@ Storage type | Standard HDD, Standard SSD, Premium SSD. <br><br> Backup and res
193193
Managed disks | Supported.
194194
Encrypted disks | Supported.<br/><br/> Azure VMs enabled with Azure Disk Encryption can be backed up (with or without the Microsoft Entra app).<br/><br/> Encrypted VMs can't be recovered at the file or folder level. You must recover the entire VM.<br/><br/> You can enable encryption on VMs that Azure Backup is already protecting. <br><br> You can back up and restore disks encrypted via platform-managed keys or customer-managed keys. You can also assign a disk-encryption set while restoring in the same region. That is, providing a disk-encryption set while performing cross-region restore is currently not supported. However, you can assign the disk-encryption set to the restored disk after the restore is complete.
195195
Disks with a write accelerator enabled | Azure VMs with disk backup for a write accelerator became available in all Azure public regions on May 18, 2022. If disk backup for a write accelerator is not required as part of VM backup, you can choose to remove it by using the [selective disk feature](selective-disk-backup-restore.md). <br><br>**Important** <br> Virtual machines with write accelerator disks need internet connectivity for a successful backup, even though those disks are excluded from the backup.
196-
Disks enabled for access with a private endpoint | Not supported.
196+
Disks enabled for access with a private endpoint | Supported.
197197
Backup and restore of deduplicated VMs or disks | Azure Backup doesn't support deduplication. For more information, see [this article](./backup-support-matrix.md#disk-deduplication-support). <br/> <br/> Azure Backup doesn't deduplicate across VMs in the Recovery Services vault. <br/> <br/> If there are VMs in a deduplication state during restore, the files can't be restored because the vault doesn't understand the format. However, you can successfully perform the full VM restore.
198198
Adding a disk to a protected VM | Supported.
199199
Resizing a disk on a protected VM | Supported.
135 KB
Loading

0 commit comments

Comments
 (0)