Skip to content

Commit 3cad112

Browse files
authored
Merge pull request #300232 from AbhishekMallick01/May-22-2025-Incubation
Incubation <50 visitors - Az Files restore and manage articles
2 parents 6169698 + 96c8915 commit 3cad112

19 files changed

+57
-42
lines changed

articles/backup/backup-afs-cli.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Back up Azure Files with Azure CLI
33
description: Learn how to use Azure CLI to back up Azure Files in the Recovery Services vault
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli, engagement-fy24
6-
ms.date: 03/05/2025
6+
ms.date: 05/22/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -100,5 +100,6 @@ The **Name** attribute in the output corresponds to the name of the job that's c
100100

101101
## Next steps
102102

103-
* Learn how to [Restore Azure Files with CLI](restore-afs-cli.md)
104-
* Learn how to [Manage Azure Files backups with CLI](manage-afs-backup-cli.md)
103+
* [Restore Azure Files with CLI](restore-afs-cli.md).
104+
* Restore Azure Files using [Azure portal](restore-afs.md), [Azure PowerShell](restore-afs-powershell.md), [REST API](restore-azure-file-share-rest-api.md).
105+
* Manage Azure Files backups using [Azure portal](manage-afs-backup.md), [Azure PowerShell](manage-afs-powershell.md), [Azure CLI](manage-afs-backup-cli.md), [REST API](manage-azure-file-share-rest-api.md).

articles/backup/backup-azure-afs-automation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure files using PowerShell
33
description: Learn how to use Azure PowerShell to back up Azure Files through an Azure Backup Recovery Services vault.
44
ms.topic: how-to
5-
ms.date: 02/27/2025
5+
ms.date: 05/22/2025
66
ms.custom: devx-track-azurepowershell
77
ms.service: azure-backup
88
author: jyothisuri
@@ -443,4 +443,6 @@ Azure Files snapshots are used while the backups are taken. Usually the job fini
443443
## Next steps
444444

445445
- [Restore Azure Files using Azure PowerShell](restore-afs-powershell.md).
446+
- Restore Azure Files using [Azure portal](restore-afs.md), [Azure CLI](restore-afs-cli.md), [REST API](restore-azure-file-share-rest-api.md).
447+
- Manage Azure Files backups using [Azure portal](manage-afs-backup.md), [Azure PowerShell](manage-afs-powershell.md), [Azure CLI](manage-afs-backup-cli.md), [REST API](manage-azure-file-share-rest-api.md).
446448
- [Sample script on GitHub](https://github.com/Azure-Samples/Use-PowerShell-for-long-term-retention-of-Azure-Files-Backup) for using an Azure Automation runbook to schedule backups.

articles/backup/backup-azure-file-share-rest-api.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure Files with REST API
33
description: Learn how to use REST API to back up Azure Files in the Recovery Services vault
44
ms.topic: how-to
5-
ms.date: 03/05/2025
5+
ms.date: 05/22/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
@@ -541,4 +541,6 @@ Since the backup job is a long running operation, it needs to be tracked as expl
541541

542542
## Next steps
543543

544-
- Learn how to [restore Azure Files using REST API](restore-azure-file-share-rest-api.md).
544+
- [Restore Azure Files using REST API](restore-azure-file-share-rest-api.md).
545+
- Restore Azure Files using [Azure portal](restore-afs.md), [Azure PowerShell](restore-afs-powershell.md), [Azure CLI](restore-afs-cli.md).
546+
- Manage Azure Files backups using [Azure portal](manage-afs-backup.md), [Azure PowerShell](manage-afs-powershell.md), [Azure CLI](manage-afs-backup-cli.md), [REST API](manage-azure-file-share-rest-api.md).

articles/backup/backup-azure-files.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure Files in the Azure portal
33
description: Learn how to use the Azure portal to back up Azure Files in the Recovery Services vault
44
ms.topic: how-to
5-
ms.date: 05/06/2025
5+
ms.date: 05/22/2025
66
ms.service: azure-backup
77
ms.custom: engagement-fy23
88
author: jyothisuri
@@ -184,4 +184,5 @@ Once the backup configuration is complete, you can [run an on-demand backup](tut
184184
## Next steps
185185

186186
* [Restore Azure Files using Azure portal](restore-afs.md).
187-
* [Manage Azure Files backups using Azure portal](manage-afs-backup.md).
187+
* Restore Azure Files using [Azure PowerShell](restore-afs-powershell.md), [Azure CLI](restore-afs-cli.md), [REST API](restore-azure-file-share-rest-api.md).
188+
* Manage Azure Files backups using [Azure portal](manage-afs-backup.md), [Azure PowerShell](manage-afs-powershell.md), [Azure CLI](manage-afs-backup-cli.md), [REST API](manage-azure-file-share-rest-api.md).

articles/backup/manage-afs-backup-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Manage Azure Files backups with the Azure CLI
33
description: Learn how to manage and monitor the backed-up Azure Files using Azure CLI.
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli
6-
ms.date: 02/27/2025
6+
ms.date: 05/22/2025
77
author: jyothisuri
88
ms.author: jsuri
99

1010
---
1111

1212
# Manage Azure Files backups with the Azure CLI
1313

14-
This article describes how to manage and monitor the backed-up Azure Files ([snapshot](azure-file-share-backup-overview.md?tabs=snapshot) and [vaulted](azure-file-share-backup-overview.md?tabs=vault-standard) backups) using Azure CLI. The Azure CLI provides a command-line experience for managing Azure resources. It's a great tool for building custom automation to use Azure resources. You can also perform these steps with the [Azure portal](https://portal.azure.com/).
14+
This article describes how to manage and monitor the backed-up Azure Files ([snapshot](azure-file-share-backup-overview.md?tabs=snapshot) and [vaulted](azure-file-share-backup-overview.md?tabs=vault-standard) backups) using Azure CLI. The Azure CLI provides a command-line experience for managing Azure resources. It's a great tool for building custom automation to use Azure resources. You can also manage Azure Files backups using [Azure portal](manage-afs-backup.md), [Azure PowerShell](manage-afs-powershell.md), [REST API](manage-azure-file-share-rest-api.md).
1515

1616
## Prerequisites
1717

articles/backup/manage-afs-backup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: Manage Azure Files backups
33
description: Learn common tasks for managing and monitoring backed-up Azure Files using Azure Backup.
44
ms.topic: how-to
5-
ms.date: 12/20/2024
5+
ms.date: 05/22/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
99

1010
---
1111

12-
# Manage Azure Files backups
12+
# Manage Azure Files backups using Azure portal
1313

14-
This article describes common tasks for managing and monitoring backed-up Azure Files using [Azure Backup](./backup-overview.md).
14+
This article describes common tasks for managing and monitoring backed-up Azure Files using Azure portal. You cam also manage Azure Files backups using [Azure PowerShell](manage-afs-powershell.md), [Azure CLI](manage-afs-backup-cli.md), [REST API](manage-azure-file-share-rest-api.md).
1515

1616
Azure Backup offers a simple, reliable, and secure way to protect your enterprise File Shares using [snapshot](azure-file-share-backup-overview.md?tabs=snapshot) and [vaulted](azure-file-share-backup-overview.md?tabs=vault-standard) backups, ensuring data recovery for accidental or malicious deletion.
1717

articles/backup/manage-afs-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: jsuri
1010

1111
# Manage Azure Files backups with PowerShell
1212

13-
This article describes how to manage and monitor the backed-up Azure Files ([snapshot](azure-file-share-backup-overview.md?tabs=snapshot) and [vaulted](azure-file-share-backup-overview.md?tabs=vault-standard) backups) using Azure Backup via Azure PowerShell.
13+
This article describes how to manage and monitor the backed-up Azure Files ([snapshot](azure-file-share-backup-overview.md?tabs=snapshot) and [vaulted](azure-file-share-backup-overview.md?tabs=vault-standard) backups) using Azure Backup via Azure PowerShell. You can also manage Azure Files backups using [Azure portal](manage-afs-backup.md), [Azure CLI](manage-afs-backup-cli.md), [REST API](manage-azure-file-share-rest-api.md).
1414

1515
> [!WARNING]
1616
> Make sure the PowerShell version is upgraded to the minimum version for `Az.RecoveryServices 2.6.0` for Azure Files backups. [Learn more about the requirements for the change](backup-azure-afs-automation.md#important-notice-backup-item-identification).

articles/backup/manage-azure-file-share-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Manage Azure Files backup with REST API
33
description: Learn how to use REST API to manage and monitor Azure Files that are backed up by Azure Backup.
44
ms.topic: how-to
5-
ms.date: 03/05/2025
5+
ms.date: 05/22/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
99

1010
# Manage Azure Files backup with REST API
1111

12-
This article explains how to perform tasks for managing and monitoring the Azure Files that are backed up by [Azure Backup](./backup-overview.md).
12+
This article explains how to perform tasks for managing and monitoring the Azure Files that are backed up using REST API. You can also manage Azure Files backups using [Azure portal](manage-afs-backup.md), [Azure PowerShell](manage-afs-powershell.md), [Azure CLI](manage-afs-backup-cli.md).
1313

1414
## Monitor jobs
1515

articles/backup/quick-backup-azure-files-vault-tier-arm.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.devlang: azurecli
55
ms.custom:
66
- ignite-2024
77
ms.topic: quickstart
8-
ms.date: 02/27/2025
8+
ms.date: 05/22/2025
99
ms.service: azure-backup
1010
author: jyothisuri
1111
ms.author: jsuri
@@ -309,4 +309,6 @@ New-AzResourceGroupDeployment -existingResourceGroupName $existingResourceGroupN
309309

310310
- [Track the backup job using Azure PowerShell](manage-afs-powershell.md#track-backup-and-restore-jobs).
311311
- [Restore Azure Files using Azure PowerShell](restore-afs-powershell.md).
312+
- Restore Azure Files using [Azure portal](restore-afs.md), [Azure CLI](restore-afs-cli.md), [REST API](restore-azure-file-share-rest-api.md).
313+
- Manage Azure Files backups using [Azure portal](manage-afs-backup.md), [Azure PowerShell](manage-afs-powershell.md), [Azure CLI](manage-afs-backup-cli.md), [REST API](manage-azure-file-share-rest-api.md).
312314

articles/backup/quick-backup-azure-files-vault-tier-bicep.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.devlang: azurecli
55
ms.custom:
66
- ignite-2024
77
ms.topic: quickstart
8-
ms.date: 02/27/2025
8+
ms.date: 05/22/2025
99
ms.service: azure-backup
1010
author: jyothisuri
1111
ms.author: jsuri
@@ -233,4 +233,6 @@ To deploy the template, follow these steps:
233233
234234
- [Track the backup job using Azure PowerShell](manage-afs-powershell.md#track-backup-and-restore-jobs).
235235
- [Restore Azure Files using Azure PowerShell](restore-afs-powershell.md).
236+
- Restore Azure Files using [Azure portal](restore-afs.md), [Azure CLI](restore-afs-cli.md), [REST API](restore-azure-file-share-rest-api.md).
237+
- Manage Azure Files backups using [Azure portal](manage-afs-backup.md), [Azure PowerShell](manage-afs-powershell.md), [Azure CLI](manage-afs-backup-cli.md), [REST API](manage-azure-file-share-rest-api.md).
236238

0 commit comments

Comments
 (0)