You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
ms.topic: conceptual
5
5
ms.service: backup
6
-
ms.date: 03/04/2024
6
+
ms.date: 06/14/2024
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-abhmallick
9
9
---
@@ -45,6 +45,8 @@ This article describes how the [enhanced capabilities of private endpoints](#key
45
45
46
46
- You can create DNS across subscriptions.
47
47
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
+
48
50
## Recommended and supported scenarios
49
51
50
52
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.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-private-endpoints-configure-manage.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to create and manage private endpoints (with v2 experience) for Azure
3
3
description: This article explains how to configure and manage private endpoints for Azure Backup.
4
4
ms.topic: how-to
5
5
ms.service: backup
6
-
ms.date: 03/26/2024
6
+
ms.date: 06/14/2024
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-abhmallick
9
9
---
@@ -211,6 +211,44 @@ To perform Cross Subscription Restore to a Private Endpoint enabled vault:
211
211
4. In the **Virtual Network** section, select the **VNet** of the target VM that you want to restore across subscription.
212
212
5. Create the **Private Endpoint** and trigger the restore process.
213
213
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
+
214
252
## Deleting private endpoints
215
253
216
254
To delete private endpoints using REST API, see [this section](/rest/api/virtualnetwork/privateendpoints/delete).
0 commit comments