Skip to content

Commit 7b71dbe

Browse files
Merge pull request #270786 from AbhishekMallick-MS/Apr-1-2024-PE
Private endpoints updates
2 parents 0d2732b + 22a760e commit 7b71dbe

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Support matrix for Azure Blobs backup
33
description: Provides a summary of support settings and limitations when backing up Azure Blobs.
44
ms.topic: conceptual
5-
ms.date: 09/18/2023
5+
ms.date: 04/01/2024
66
ms.custom: references_regions, engagement-fy24
77
ms.service: backup
88
author: AbhishekMallick-MS
@@ -42,10 +42,11 @@ Operational backup of blobs uses blob point-in-time restore, blob versioning, so
4242

4343
- If you've deleted a container during the retention period, that container won't be restored with the point-in-time restore operation. If you attempt to restore a range of blobs that includes blobs in a deleted container, the point-in-time restore operation will fail. For more information about protecting containers from deletion, see [Soft delete for containers](../storage/blobs/soft-delete-container-overview.md).
4444
- If a blob has moved between the hot and cool tiers in the period between the present moment and the restore point, the blob is restored to its previous tier. Restoring block blobs in the archive tier isn't supported. For example, if a blob in the hot tier was moved to the archive tier two days ago, and a restore operation restores to a point three days ago, the blob isn't restored to the hot tier. To restore an archived blob, first move it out of the archive tier. For more information, see [Rehydrate blob data from the archive tier](../storage/blobs/archive-rehydrate-overview.md).
45-
- A block that has been uploaded via [Put Block](/rest/api/storageservices/put-block) or [Put Block from URL](/rest/api/storageservices/put-block-from-url), but not committed via [Put Block List](/rest/api/storageservices/put-block-list), isn't part of a blob and so isn't restored as part of a restore operation.
45+
- A block that has been uploaded via [Put Block](/rest/api/storageservices/put-block) or [Put Block from URL](/rest/api/storageservices/put-block-from-url), but not committed via [`Put Block List`](/rest/api/storageservices/put-block-list), isn't part of a blob and so isn't restored as part of a restore operation.
4646
- A blob with an active lease can't be restored. If a blob with an active lease is included in the range of blobs to restore, the restore operation will fail automatically. Break any active leases before starting the restore operation.
4747
- Snapshots aren't created or deleted as part of a restore operation. Only the base blob is restored to its previous state.
4848
- If there are [immutable blobs](../storage/blobs/immutable-storage-overview.md#about-immutable-storage-for-blobs) among those being restored, such immutable blobs won't be restored to their state as per the selected recovery point. However, other blobs that don't have immutability enabled will be restored to the selected recovery point as expected.
49+
- Blob backup is also supported when the storage account has private endpoints.
4950

5051
# [Vaulted backup](#tab/vaulted-backup)
5152

articles/backup/private-endpoints.md

Lines changed: 3 additions & 3 deletions
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: 04/26/2023
5+
ms.date: 04/01/2024
66
ms.custom: devx-track-azurepowershell
77
ms.service: backup
88
author: AbhishekMallick-MS
@@ -626,9 +626,9 @@ To set up private endpoint for Recovery Services vault correctly through this wo
626626

627627
## Frequently asked questions
628628

629-
### Can I create a private endpoint for an existing Backup vault?<br>
629+
### Can I create a private endpoint for an existing Recovery Services vault?<br>
630630

631-
No, private endpoints can be created for new Backup vaults only. So the vault must not have ever had any items protected to it. In fact, no attempts to protect any items to the vault can be made before creating private endpoints.
631+
No, private endpoints can be created for new Recovery Services Vaults only. So the vault must not have ever had any items protected to it. In fact, no attempts to protect any items to the vault can be made before creating private endpoints.
632632

633633
### I tried to protect an item to my vault, but it failed and the vault still doesn't contain any items protected to it. Can I create private endpoints for this vault?<br>
634634

0 commit comments

Comments
 (0)