Skip to content

Commit 9c77dd5

Browse files
Merge pull request #296486 from AbhishekMallick01/Mar-18-2025-PE
Private Endpoint updates
2 parents 810700c + a938eed commit 9c77dd5

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

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

Lines changed: 6 additions & 2 deletions
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: overview
55
ms.service: azure-backup
6-
ms.date: 11/20/2024
6+
ms.date: 03/27/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -26,10 +26,12 @@ This article describes how the [enhanced capabilities of private endpoints](#key
2626

2727
- While a Recovery Services vault is used by (both) Azure Backup and Azure Site Recovery, this article discusses the use of private endpoints for Azure Backup only.
2828

29+
- CMK with network restricted key vault isn't supported with private endpoint enabled vault.
30+
2931
- You can create private endpoints for new Recovery Services vaults that don't have any items registered/protected to the vault, only. However, private endpoints are currently not supported for Backup vaults.
3032

3133
>[!Note]
32-
>You can't create private endpoints using static IP.
34+
>Private endpoints with static IPs are unsupported in the V2 experience due to dynamic IP expansion. While creation succeeds, registration might fail for vaults with existing protected items.
3335
3436
- You can't upgrade vaults (that contains private endpoints) created using the classic experience to the new experience. You can delete all existing private endpoints, and then create new private endpoints with the v2 experience.
3537

@@ -91,6 +93,8 @@ When the workload extension or MARS agent is installed for Recovery Services vau
9193
>- [Germany](../germany/germany-developer-guide.md#endpoint-mapping)
9294
>- [US Gov](../azure-government/documentation-government-developer-guide.md)
9395
96+
To auto-update the MARS Agent allow access to the `*.login.microsoft.com` domain.
97+
9498
For a Recovery Services vault with private endpoint setup, the name resolution for the FQDNs (`privatelink.<geo>.backup.windowsazure.com`, `*.blob.core.windows.net`, `*.queue.core.windows.net`, `*.blob.storage.azure.net`) should return a private IP address. This can be achieved by using:
9599

96100
- Azure Private DNS zones

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

Lines changed: 3 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: azure-backup
6-
ms.date: 12/20/2024
6+
ms.date: 03/27/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -201,6 +201,8 @@ But if you remove private endpoints for the vault after a MARS agent has been re
201201
>- Private endpoints are supported with only DPM server 2022 (10.22.123.0) and later.
202202
>- Private endpoints are supported with only MABS V4 (14.0.30.0) and later.
203203
204+
To auto-update the MARS Agent allow access to the `*.login.microsoft.com` domain.
205+
204206
#### Cross Subscription Restore to a Private Endpoint enabled vault
205207

206208
To perform Cross Subscription Restore to a Private Endpoint enabled vault:

articles/backup/private-endpoints-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Private endpoints overview
33
description: Understand the use of private endpoints for Azure Backup and the scenarios where using private endpoints helps maintain the security of your resources.
44
ms.topic: overview
5-
ms.date: 11/20/2024
5+
ms.date: 03/27/2025
66
ms.custom:
77
ms.service: azure-backup
88
author: jyothisuri
@@ -21,6 +21,7 @@ This article will help you understand how private endpoints for Azure Backup wor
2121
## Before you start
2222

2323
- Private endpoints can be created for new Recovery Services vaults only (that doesn't have any items registered to the vault). So private endpoints must be created before you attempt to protect any items to the vault. However, private endpoints are currently not supported for Backup vaults.
24+
- CMK with network restricted key vault isn't supported with private endpoint enabled vault.
2425
- One virtual network can contain private endpoints for multiple Recovery Services vaults. Also, one Recovery Services vault can have private endpoints for it in multiple virtual networks. However, the maximum number of private endpoints that can be created for a vault is 12.
2526
- If the public network access for the vault is set to **Allow from all networks**, the vault allows backups and restores from any machine registered to the vault. If the public network access for the vault is set to **Deny**, the vault only allows backups and restores from the machines registered to the vault that are requesting backups/restores via private IPs allocated for the vault.
2627
- A private endpoint connection for Backup uses a total of 11 private IPs in your subnet, including those used by Azure Backup for storage. This number may be higher for certain Azure regions. So we suggest that you have enough private IPs (/26) available when you attempt to create private endpoints for Backup.
@@ -73,6 +74,8 @@ When the workload extension or MARS agent is installed for Recovery Services vau
7374
>- [Germany](../germany/germany-developer-guide.md#endpoint-mapping)
7475
>- [US Gov](../azure-government/documentation-government-developer-guide.md)
7576
77+
To auto-update the MARS Agent allow access to the `*.login.microsoft.com` domain.
78+
7679
For a Recovery Services vault with private endpoint setup, the name resolution for the FQDNs (`privatelink.<geo>.backup.windowsazure.com`, `*.blob.core.windows.net`, `*.queue.core.windows.net`, `*.blob.storage.azure.net`) should return a private IP address. This can be achieved by using:
7780

7881
- Azure Private DNS zones

articles/backup/private-endpoints.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create and use private endpoints for Azure Backup
33
description: Understand the process to creating private endpoints for Azure Backup where using private endpoints helps maintain the security of your resources.
44
ms.topic: how-to
5-
ms.date: 11/20/2024
5+
ms.date: 03/27/2025
66
ms.custom: devx-track-azurepowershell
77
ms.service: azure-backup
88
author: jyothisuri
@@ -555,6 +555,8 @@ The following diagram shows a setup (while using the Azure Private DNS zones) wi
555555
556556
:::image type="content" source="./media/private-endpoints/setup-with-proxy-server.png" alt-text="Diagram showing a setup with a proxy server." lightbox="./media/private-endpoints/setup-with-proxy-server.png":::
557557
558+
3. To auto-update the MARS Agent allow access to the `*.login.microsoft.com` domain.
559+
558560
### Create DNS entries when the DNS server/DNS zone is present in another subscription
559561
560562
In this section, we’ll discuss the cases where you’re using a DNS zone that’s present in a subscription, or a Resource Group that’s different from the one containing the private endpoint for the Recovery Services vault, such as a hub and spoke topology. As the managed identity used for creating private endpoints (and the DNS entries) has permissions only on the Resource Group in which the private endpoints are created, the required DNS entries are needed additionally. Use the following PowerShell scripts to create DNS entries.

0 commit comments

Comments
 (0)