Skip to content

Commit 4aca385

Browse files
authored
Merge pull request #298104 from AbhishekMallick01/Apr-11-2025-BlobIcM
IcM #615450267 - Prefix match update for Vaulted backup restore
2 parents 3fbae83 + eb822e7 commit 4aca385

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/backup/blob-restore.md

Lines changed: 6 additions & 2 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: 12/24/2024
5+
ms.date: 04/14/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
@@ -97,14 +97,18 @@ To initiate a restore through the Azure Business Continuity Center, follow these
9797

9898
Consider the following example:
9999

100-
![Restore with prefix match](./media/blob-restore/prefix-match.png)
100+
![Screenshot shows the restore operation with prefix match.](./media/blob-restore/prefix-match.png)
101101

102102
The restore operation shown in the image performs the following actions:
103103

104104
- It restores the complete contents of *container1*.
105105
- 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*.
106106
- It restores all blobs in *container3* and *container4*. Because the end of the range is exclusive, this range doesn't restore *container5*.
107107

108+
For **vaulted backup**, a prefix-match actively searches for items like folders and blobs under the specified container that start with the given input. For example, when you specify the prefix **b**, the blobs whose names begin with that letter are only replicated. Additionally, you can define a virtual directory and include up to **five prefixes**.
109+
110+
:::image type="content" source="./media/blob-restore/vaulted-backup-prefix-match.png" alt-text="Screenshot shows the option to restore with prefix match for vaulted backup." lightbox="./media/blob-restore/vaulted-backup-prefix-match.png":::
111+
108112
## Next steps
109113

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

0 commit comments

Comments
 (0)