Skip to content

Commit 11dd2d7

Browse files
authored
Merge pull request #268090 from AbhishekMallick-MS/Mar-5-2024-Git
Address Git issue #120429
2 parents 0a63916 + 8ced153 commit 11dd2d7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

articles/backup/blob-restore.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore Azure Blobs
33
description: Learn how to restore Azure Blobs.
44
ms.topic: how-to
5-
ms.date: 04/11/2023
5+
ms.date: 03/06/2024
66
author: AbhishekMallick-MS
77
ms.author: v-abhmallick
88
---
@@ -75,6 +75,7 @@ To initiate a restore through the Backup center, follow these steps:
7575
- **Restore all backed-up containers**: Use this option to restore all backed-up containers in the storage account.
7676
- **Browse and select containers to restore**: Use this option to browse and select up to **100** containers to restore. You must have sufficient permission to view the containers in the storage account, or you can't see the contents of the storage account. Select the target storage account (and its subscription), that is, the storage account where the data needs to be restored.
7777

78+
You can optionally specify a set of prefixes to restore specific blobs within a container. To provide the list of prefixes, select **Add/Edit containers** corresponding to each container that you select for restore.
7879
>[!Note]
7980
>The vault must have the *Storage account backup contributor* role assigned on the target storage account. Select **Validate** to ensure that the required permissions to perform the restore are assigned. Once done, proceed to the next tab.
8081
@@ -102,9 +103,6 @@ The restore operation shown in the image performs the following actions:
102103
- It restores blobs in the lexicographical range *blob1* through *blob5* in *container2*. This range restores blobs with names such as *blob1*, *blob11*, *blob100*, *blob2*, and so on. Because the end of the range is exclusive, it restores blobs whose names begin with *blob4*, but doesn't restore blobs whose names begin with *blob5*.
103104
- It restores all blobs in *container3* and *container4*. Because the end of the range is exclusive, this range doesn't restore *container5*.
104105

105-
>[!Note]
106-
>This capability is currently supported only for operational backups.
107-
108106
## Next steps
109107

110108
- [Overview of operational backup for Azure Blobs](blob-backup-overview.md)
-26.7 KB
Loading

0 commit comments

Comments
 (0)