Skip to content

Commit 3d54830

Browse files
author
AbhishekMallick01
committed
Incubation <50 visitors - Blob restore via REST API
1 parent e90547b commit 3d54830

9 files changed

+39
-12
lines changed

articles/backup/backup-blobs-storage-account-cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Back up Azure Blobs using Azure CLI
33
description: Learn how to back up Azure Blobs using Azure CLI.
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli
6-
ms.date: 02/12/2025
6+
ms.date: 04/17/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -253,4 +253,5 @@ To update the backup instance, run the following command:
253253
254254
## Next steps
255255
256-
[Restore Azure Blobs using Azure CLI](restore-blobs-storage-account-cli.md)
256+
- [Restore Azure Blobs using Azure CLI](restore-blobs-storage-account-cli.md).
257+
- [Restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).

articles/backup/backup-blobs-storage-account-ps.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Back up Azure blobs within a storage account using Azure PowerShell
33
description: Learn how to back up all Azure blobs within a storage account using Azure PowerShell.
44
ms.topic: how-to
55
ms.custom: devx-track-azurepowershell
6-
ms.date: 02/12/2025
6+
ms.date: 04/17/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -248,4 +248,5 @@ To update the backup instance, run the following cmdlets:
248248
249249
## Next steps
250250
251-
[Restore Azure blobs using Azure PowerShell](restore-blobs-storage-account-ps.md)
251+
- [Restore Azure blobs using Azure PowerShell](restore-blobs-storage-account-ps.md).
252+
- [Restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).

articles/backup/blob-backup-configure-manage.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure and manage backup for Azure Blobs using Azure Backup
33
description: Learn how to configure and manage operational and vaulted backups for Azure Blobs.
44
ms.topic: how-to
5-
ms.date: 02/13/2025
5+
ms.date: 04/17/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -205,4 +205,5 @@ To update the backup instance, follow these steps:
205205

206206
## Next steps
207207

208-
[Restore Azure Blobs](blob-restore.md)
208+
- [Restore Azure Blobs](blob-restore.md).
209+
- [Restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).

articles/backup/blob-backup-configure-tutorial.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - Configure vaulted backup for Azure Blobs using Azure Backup
33
description: In this tutorial, learn how to configure vaulted backup for Azure Blobs.
44
ms.topic: tutorial
5-
ms.date: 02/20/2025
5+
ms.date: 04/17/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -39,3 +39,9 @@ For more information about the supported scenarios, limitations, and availabilit
3939
## Next step
4040

4141
[Restore Azure Blobs using Azure Backup](blob-restore.md).
42+
43+
## Related content
44+
45+
- [Create a backup policy for Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-create-update-blob-policy.md).
46+
- [Back up Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-backup-blobs.md).
47+
- [Restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).

articles/backup/blob-backup-overview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of Azure Blobs backup
33
description: Learn about Azure Blobs backup.
44
ms.topic: overview
5-
ms.date: 01/22/2025
5+
ms.date: 04/17/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -122,3 +122,9 @@ For generating the estimate for your scenario see the [Azure Backup pricing calc
122122
## Next steps
123123

124124
- [Configure and manage Azure Blobs backup](blob-backup-configure-manage.md)
125+
126+
## Related content
127+
128+
- [Create a backup policy for Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-create-update-blob-policy.md).
129+
- [Back up Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-backup-blobs.md).
130+
- [Restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).

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

Lines changed: 7 additions & 1 deletion
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: reference
5-
ms.date: 03/03/2025
5+
ms.date: 04/17/2025
66
ms.custom: references_regions, engagement-fy24
77
ms.service: azure-backup
88
author: jyothisuri
@@ -79,3 +79,9 @@ Operational backup of blobs uses blob point-in-time restore, blob versioning, so
7979

8080
[Overview of Azure Blobs backup for Azure Blobs](blob-backup-overview.md)
8181

82+
## Related content
83+
84+
- [Create a backup policy for Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-create-update-blob-policy.md).
85+
- [Back up Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-backup-blobs.md).
86+
- [Restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).
87+

articles/backup/blob-restore.md

Lines changed: 3 additions & 1 deletion
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/14/2025
5+
ms.date: 04/17/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
@@ -11,6 +11,8 @@ ms.author: jsuri
1111

1212
This article describes how to use the Azure portal to perform restores for Azure Blob from operational or vaulted backups. With operational backups, you can restore all block blobs in storage accounts with operational backup configured or a subset of blob content to any point-in-time within the retention range. With vaulted backups, you can perform restores using a recovery point created, based on your backup schedule.
1313

14+
You can also [restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).
15+
1416
## Before you start
1517

1618
# [Operational backup](#tab/operational-backup)

articles/backup/restore-blobs-storage-account-cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Restore Azure Blobs via Azure CLI
33
description: Learn how to restore Azure Blobs to any point-in-time using Azure CLI.
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli
6-
ms.date: 07/24/2024
6+
ms.date: 04/17/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -14,6 +14,8 @@ This article describes how to restore [blobs](blob-backup-overview.md) using Azu
1414

1515
You can restore Azure Blobs to point-in-time using *operational backups* and *vaulted backups* for Azure Blobs via Azure CLI. Here, let's use an existing Backup vault `TestBkpVault`, under the resource group `testBkpVaultRG` in the examples.
1616

17+
You can also [restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).
18+
1719
> [!IMPORTANT]
1820
> Before you restore Azure Blobs using Azure Backup, see [important points](blob-restore.md#before-you-start).
1921

articles/backup/restore-blobs-storage-account-ps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Restore Azure Blobs using Azure PowerShell
33
description: Learn how to restore Azure blobs to any point-in-time using Azure PowerShell.
44
ms.topic: how-to
55
ms.custom: devx-track-azurepowershell
6-
ms.date: 07/24/2024
6+
ms.date: 04/17/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -12,6 +12,8 @@ ms.author: jsuri
1212

1313
This article describes how to use the PowerShell to perform restores for Azure Blob from [operational](blob-backup-overview.md?tabs=operational-backup) or [vaulted](blob-backup-overview.md?tabs=vaulted-backup) backups. With operational backups, you can restore all block blobs in storage accounts with operational backup configured or a subset of blob content to any point-in-time within the retention range. With vaulted backups, you can perform restores using a recovery point created, based on your backup schedule.
1414

15+
You can also [restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).
16+
1517
> [!IMPORTANT]
1618
> Support for Azure blobs is available from version **Az 5.9.0**.
1719

0 commit comments

Comments
 (0)