Skip to content

Commit 0ccff61

Browse files
author
AbhishekMallick01
committed
PE updates
1 parent 268d66a commit 0ccff61

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

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

Lines changed: 3 additions & 4 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: conceptual
55
ms.service: backup
6-
ms.date: 02/20/2023
6+
ms.date: 03/08/2023
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -28,6 +28,8 @@ This article describes how the [enhanced capabilities of private endpoints](#key
2828

2929
- You can create private endpoints for new Recovery Services vaults that don't have any items registered/protected to the vault, only.
3030

31+
- You can't create private endpoints using static IP.
32+
3133
- 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.
3234

3335
- 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, you can create a maximum of 12 private endpoints for a vault.
@@ -145,9 +147,6 @@ In addition to the Azure Backup cloud services, the workload extension and agent
145147

146148
As a pre-requisite, Recovery Services vault requires permissions for creating additional private endpoints in the same Resource Group. We also recommend providing the Recovery Services vault the permissions to create DNS entries in the private DNS zones (`privatelink.blob.core.windows.net`, `privatelink.queue.core.windows.net`). Recovery Services vault searches for private DNS zones in the resource groups where VNet and private endpoint are created. If it has the permissions to add DNS entries in these zones, they’ll be created by the vault; otherwise, you must create them manually.
147149

148-
>[!Note]
149-
>Integration with private DNS zone present in different subscriptions is unsupported in this experience.
150-
151150
The following diagram shows how the name resolution works for storage accounts using a private DNS zone.
152151

153152
:::image type="content" source="./media/private-endpoints-overview/name-resolution-works-for-storage-accounts-using-private-dns-zone-inline.png" alt-text="Diagram showing how the name resolution works for storage accounts using a private DNS zone." lightbox="./media/private-endpoints-overview/name-resolution-works-for-storage-accounts-using-private-dns-zone-expanded.png":::

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

Lines changed: 2 additions & 8 deletions
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: 02/20/2023
6+
ms.date: 03/08/2023
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -128,13 +128,7 @@ You'll see an entry for the virtual network for which you've created the private
128128
If you're using a host file for name resolution, make corresponding entries in the host file for each IP and FQDN according to the format - `<private ip><space><FQDN>`.
129129

130130
>[!Note]
131-
>Azure Backup may allocate new storage account for your vault for the backup data, and the extension or agent needs to access the respective endpoints. For more about how to add more DNS records after registration and backup, see [the guidance in Use Private Endpoints for Backup](private-endpoints.md#use-private-endpoints-for-backup).
132-
133-
134-
135-
136-
137-
131+
>Azure Backup may allocate new storage account for your vault for the backup data, and the extension or agent needs to access the respective endpoints. For more about how to add more DNS records after registration and backup, see [how to use private endpoints for backup](#use-private-endpoints-for-backup).
138132
139133
## Use private endpoints for backup
140134

0 commit comments

Comments
 (0)