Skip to content

Commit 7130cfc

Browse files
authored
Merge pull request #278254 from AbhishekMallick-MS/Jun-13-2024-CRRPE
CRR to PE vault
2 parents 7107680 + a751dd9 commit 7130cfc

File tree

6 files changed

+42
-2
lines changed

6 files changed

+42
-2
lines changed

articles/backup/backup-azure-private-endpoints-concept.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Private endpoints for Azure Backup - Overview
33
description: This article explains about the concept of private endpoints for Azure Backup that helps to perform backups while maintaining the security of your resources.
44
ms.topic: conceptual
55
ms.service: backup
6-
ms.date: 03/04/2024
6+
ms.date: 06/14/2024
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---
@@ -45,6 +45,8 @@ This article describes how the [enhanced capabilities of private endpoints](#key
4545

4646
- You can create DNS across subscriptions.
4747

48+
- You can create a secondary private endpoint before or after having protected items in the vault. Learn [how to do Cross Region Restore to a private endpoint enabled vault](backup-azure-private-endpoints-configure-manage.md#cross-region-restore-to-a-private-endpoint-enabled-vault).
49+
4850
## Recommended and supported scenarios
4951

5052
While private endpoints are enabled for the vault, they're used for backup and restore of SQL and SAP HANA workloads in an Azure VM, MARS agent backup and DPM only. You can use the vault for backup of other workloads as well (they won't require private endpoints though). In addition to backup of SQL and SAP HANA workloads and backup using the MARS agent, private endpoints are also used to perform file recovery for Azure VM backup.

articles/backup/backup-azure-private-endpoints-configure-manage.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create and manage private endpoints (with v2 experience) for Azure
33
description: This article explains how to configure and manage private endpoints for Azure Backup.
44
ms.topic: how-to
55
ms.service: backup
6-
ms.date: 03/26/2024
6+
ms.date: 06/14/2024
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---
@@ -211,6 +211,44 @@ To perform Cross Subscription Restore to a Private Endpoint enabled vault:
211211
4. In the **Virtual Network** section, select the **VNet** of the target VM that you want to restore across subscription.
212212
5. Create the **Private Endpoint** and trigger the restore process.
213213

214+
#### Cross region restore to a private endpoint enabled vault
215+
216+
You can create a **Secondary Private Endpoint** before or after adding protected items in the vault.
217+
218+
To restore data across regions to a Private Endpoint enabled vault, follow these steps:
219+
220+
1. Go to the target *Recovery Services Vault* > **Settings** > **Networking**, and ensure that Private Endpoint is created with the target *VM VNet* before protecting any items.
221+
222+
223+
If the private endpoint is not enabled, [enable it](#deny-public-network-access-to-the-vault).
224+
225+
2. On the **Private access** tab, [create *Private Endpoints* in the *secondary region*](#create-private-endpoints-for-azure-backup).
226+
227+
:::image type="content" source="./media/backup-azure-private-endpoints-configure-manage/create-private-endpoint-in-secondary-region.png" alt-text="Screenshot shows how to create private endpoints in a secondary region." lightbox="./media/backup-azure-private-endpoints-configure-manage/create-private-endpoint-in-secondary-region.png":::
228+
229+
3. On the **Create a private endpoint** blade, on the **Basics** tab, select the **Region** as the secondary region of the target VM to which you want to do the *Cross Region Restore* operation.
230+
231+
:::image type="content" source="./media/backup-azure-private-endpoints-configure-manage/select-region-for-cross-region-restore.png" alt-text="Screenshot shows how to select the region for restore to the secondary region.":::
232+
233+
4. On the **Resource** tab, select the **Target sub-resource** as **AzureBackup_Secondary**.
234+
235+
:::image type="content" source="./media/backup-azure-private-endpoints-configure-manage/select-sub-resource.png" alt-text="Screenshot shows how to select the sub resource as Azure Backup Secondary.":::
236+
237+
5. On the **Virtual Network** blade, select the **Virtual Network** of the target VM to which you want to do the *Cross Region Restore* operation.
238+
239+
:::image type="content" source="./media/backup-azure-private-endpoints-configure-manage/select-virtual-network.png" alt-text="Screenshot shows how to select the virtual network of the target VM for Cross Region Restore.":::
240+
241+
>[!Note]
242+
>You can add a maximum of **12** Azure Backup Secondary Private Endpoints to a vault.
243+
244+
6. [Create the private endpoint](#create-private-endpoints-for-azure-backup) and [start the restore process from the secondary region](sap-hana-database-restore.md#cross-subscription-restore).
245+
246+
247+
248+
249+
250+
251+
214252
## Deleting private endpoints
215253

216254
To delete private endpoints using REST API, see [this section](/rest/api/virtualnetwork/privateendpoints/delete).
Loading
90.6 KB
Loading
89.2 KB
Loading
90.4 KB
Loading

0 commit comments

Comments
 (0)