Skip to content

Commit e3e6cae

Browse files
author
AbhishekMallick01
committed
Incubation <50 visitors - Restore blob using PS & CLI
1 parent c5d1dc4 commit e3e6cae

15 files changed

+50
-35
lines changed

articles/backup/backup-azure-dataprotection-use-rest-api-backup-blobs.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up blobs in a storage account using Azure Data Protection REST API.
33
description: In this article, learn how to configure, initiate, and manage backup operations of blobs using REST API.
44
ms.topic: how-to
5-
ms.date: 02/12/2025
5+
ms.date: 06/17/2025
66
ms.assetid: 7c244b94-d736-40a8-b94d-c72077080bbe
77
ms.service: azure-backup
88
ms.custom: engagement-fy23
@@ -557,6 +557,10 @@ GET "https://management.azure.com/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx
557557

558558
For more information on the Azure Backup REST APIs, see the following documents:
559559

560-
- [Azure Data Protection Provider REST API](/rest/api/dataprotection/)
561-
- [Get started with Azure REST API](/rest/api/azure/)
562-
- [Manage backup and restore jobs](backup-azure-arm-userestapi-managejobs.md)
560+
- [Azure Data Protection Provider REST API](/rest/api/dataprotection/).
561+
- [Get started with Azure REST API](/rest/api/azure/).
562+
- [Manage backup and restore jobs](backup-azure-arm-userestapi-managejobs.md).
563+
564+
## Related content
565+
566+
Restore Azure Blobs by Azure Backup using [Azure portal](blob-restore.md), [Azure PowerShell](restore-blobs-storage-account-ps.md), [Azure CLI](restore-blobs-storage-account-cli.md).

articles/backup/backup-azure-dataprotection-use-rest-api-restore-blobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore blobs in a storage account using Azure Data Protection REST API
33
description: In this article, learn how to restore blobs of a storage account using REST API.
44
ms.topic: how-to
5-
ms.date: 02/09/2025
5+
ms.date: 06/17/2025
66
ms.custom: engagement-fy24
77
ms.assetid: 9b8d21e6-3e23-4345-bb2b-e21040996afd
88
author: jyothisuri
@@ -11,7 +11,7 @@ ms.author: jsuri
1111

1212
# Restore Azure blobs to point-in-time using Azure Data Protection REST API
1313

14-
This article describes how to restore [blobs](blob-backup-overview.md) using Azure Backup.
14+
This article describes how to restore [blobs](blob-backup-overview.md) by Azure Backup using REST API. You can also restore Azure Blobs by Azure Backup using [Azure portal](blob-restore.md), [Azure PowerShell](restore-blobs-storage-account-ps.md), [Azure CLI](restore-blobs-storage-account-cli.md).
1515

1616
> [!IMPORTANT]
1717
> Before proceeding to restore Azure blobs using Azure Backup, see [important points](blob-restore.md#before-you-start).

articles/backup/backup-blobs-storage-account-arm-template.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart - Back up blobs in a storage account via ARM template using Az
33
description: Learn how to back up blobs in a storage account with an ARM template.
44
ms.topic: quickstart
55
ms.custom: devx-track-arm-template
6-
ms.date: 02/12/2025
6+
ms.date: 06/17/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -439,4 +439,5 @@ This template allows you to configure backup for two containers in a storage acc
439439

440440
## Next step
441441

442-
Learn [how to create ARM templates](../azure-resource-manager/templates/template-tutorial-create-first-template.md).
442+
- [Create ARM templates](../azure-resource-manager/templates/template-tutorial-create-first-template.md).
443+
- Restore Azure Blobs by Azure Backup using [Azure portal](blob-restore.md), [Azure PowerShell](restore-blobs-storage-account-ps.md), [Azure CLI](restore-blobs-storage-account-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: quickstart
55
ms.custom:
66
- devx-track-bicep
77
- build-2025
8-
ms.date: 02/12/2025
8+
ms.date: 06/17/2025
99
author: jyothisuri
1010
ms.author: jsuri
1111
---
@@ -362,4 +362,5 @@ resource backupInstance 'Microsoft.DataProtection/backupVaults/backupInstances@2
362362

363363
## Next step
364364

365-
Learn [how to create Bicep files](../azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio-code.md?tabs=CLI).
365+
- [Create Bicep files](../azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio-code.md?tabs=CLI).
366+
- Restore Azure Blobs by Azure Backup using [Azure portal](blob-restore.md), [Azure PowerShell](restore-blobs-storage-account-ps.md), [Azure CLI](restore-blobs-storage-account-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).

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

Lines changed: 6 additions & 3 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: 04/17/2025
6+
ms.date: 06/17/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -253,5 +253,8 @@ 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).
257-
- [Restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).
256+
[Restore Azure Blobs using Azure CLI](restore-blobs-storage-account-cli.md).
257+
258+
## Related content
259+
260+
Restore Azure Blobs by Azure Backup using [Azure portal](blob-restore.md), [Azure PowerShell](restore-blobs-storage-account-ps.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).

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

Lines changed: 6 additions & 3 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: 04/17/2025
6+
ms.date: 05/17/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -248,5 +248,8 @@ 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).
252-
- [Restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).
251+
[Restore Azure blobs using Azure PowerShell](restore-blobs-storage-account-ps.md).
252+
253+
## Related content
254+
255+
Restore Azure Blobs by Azure Backup using [Azure portal](blob-restore.md), [Azure CLI](restore-blobs-storage-account-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).

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

Lines changed: 6 additions & 3 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: 05/30/2025
5+
ms.date: 06/17/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -205,5 +205,8 @@ To update the backup instance, follow these steps:
205205

206206
## Next steps
207207

208-
- [Restore Azure Blobs](blob-restore.md).
209-
- [Restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).
208+
[Restore Azure Blobs using Azure portal](blob-restore.md).
209+
210+
## Related content
211+
212+
Restore Azure Blobs by Azure Backup using [Azure PowerShell](restore-blobs-storage-account-ps.md), [Azure CLI](restore-blobs-storage-account-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Quickstart - Configure vaulted backup for Azure Blobs using Azure Backup
33
description: In this quickstart, learn how to configure vaulted backup for Azure Blobs.
44
ms.topic: quickstart
5-
ms.date: 03/28/2025
5+
ms.date: 06/17/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -38,4 +38,4 @@ For more information about the supported scenarios, limitations, and availabilit
3838

3939
## Next step
4040

41-
[Restore Azure Blobs using Azure Backup](blob-restore.md)
41+
Restore Azure Blobs by Azure Backup using [Azure portal](blob-restore.md), [Azure PowerShell](restore-blobs-storage-account-ps.md), [Azure CLI](restore-blobs-storage-account-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).

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

Lines changed: 2 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: 04/17/2025
5+
ms.date: 06/17/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -42,6 +42,7 @@ For more information about the supported scenarios, limitations, and availabilit
4242

4343
## Related content
4444

45+
- Restore Azure Blobs by Azure Backup using [Azure PowerShell](restore-blobs-storage-account-ps.md), [Azure CLI](restore-blobs-storage-account-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).
4546
- [Create a backup policy for Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-create-update-blob-policy.md).
4647
- [Back up Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-backup-blobs.md).
4748
- [Restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).

articles/backup/blob-backup-overview.md

Lines changed: 2 additions & 2 deletions
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: 04/17/2025
5+
ms.date: 06/17/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -127,4 +127,4 @@ For generating the estimate for your scenario see the [Azure Backup pricing calc
127127

128128
- [Create a backup policy for Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-create-update-blob-policy.md).
129129
- [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).
130+
- Restore Azure Blobs by Azure Backup using [Azure portal](blob-restore.md), [Azure PowerShell](restore-blobs-storage-account-ps.md), [Azure CLI](restore-blobs-storage-account-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).

0 commit comments

Comments
 (0)