Skip to content

Commit a6f8308

Browse files
author
AbhishekMallick01
committed
Addressed Peer-revire inputs
1 parent 7471fbe commit a6f8308

9 files changed

+21
-33
lines changed

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

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Back up Azure files by using PowerShell
3-
description: In this article, learn how to back up Azure Files by using the Azure Backup service and PowerShell.
2+
title: Back up Azure files using PowerShell
3+
description: Learn how to use Azure PowerShell to back up Azure Files through an Azure Backup Recovery Services vault.
44
ms.topic: how-to
55
ms.date: 02/27/2025
66
ms.custom: devx-track-azurepowershell
@@ -9,19 +9,10 @@ author: jyothisuri
99
ms.author: jsuri
1010
---
1111

12-
# Back up Azure Files by using Azure PowerShell
12+
# Back up Azure Files using Azure PowerShell
1313

1414
This article describes how to use Azure PowerShell to back up Azure Files through an [Azure Backup](backup-overview.md) Recovery Services vault.
1515

16-
This article explains how to:
17-
18-
> [!div class="checklist"]
19-
>
20-
> * Set up PowerShell and register the Recovery Services provider.
21-
> * Create a Recovery Services vault.
22-
> * Configure backup for Azure Files.
23-
> * Run a backup job.
24-
2516
## Prerequisites
2617

2718
Before you back up Azure Files, ensure that the following prerequisites are met:
@@ -451,5 +442,5 @@ Azure Files snapshots are used while the backups are taken. Usually the job fini
451442

452443
## Next steps
453444

454-
* Learn about [backing up Azure Files in the Azure portal](backup-afs.md).
455-
* Refer to the [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.
445+
- [Restore Azure Files using Azure PowerShell](restore-afs-powershell.md).
446+
- [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-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article describes how to back up [Azure Files](../storage/files/storage-fil
1515

1616
Azure Files backup is a native cloud solution that protects your data and eliminates on-premises maintenance overheads. Azure Backup seamlessly integrates with Azure File Sync, centralizing your file share data and backups. The simple, reliable, and secure solution allows you 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

18-
Azure Backup](backup-overview.md) supports configuring [snapshot](azure-file-share-backup-overview.md?tabs=snapshot) and [vaulted](azure-file-share-backup-overview.md?tabs=vault-standard) backups for Azure Files in your storage accounts. You can:
18+
[Azure Backup](backup-overview.md) supports configuring [snapshot](azure-file-share-backup-overview.md?tabs=snapshot) and [vaulted](azure-file-share-backup-overview.md?tabs=vault-standard) backups for Azure Files in your storage accounts. You can:
1919

2020
- Define backup schedules and retention settings.
2121
- Store backup data in the Recovery Service vault, retaining it for up to **10 years**.
@@ -184,5 +184,5 @@ Once the backup configuration is complete, you can [run an on-demand backup](tut
184184

185185
Learn how to:
186186

187-
* [Restore Azure Files](restore-afs.md).
188-
* [Manage Azure Files backups](manage-afs-backup.md).
187+
* [Restore Azure Files using Azure portal](restore-afs.md).
188+
* [Manage Azure Files backups using Azure portal](manage-afs-backup.md).

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage Azure Files backups with the Azure CLI
3-
description: Learn how to use the Azure CLI to manage and monitor Azure Files backed up by Azure Backup.
3+
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
66
ms.date: 02/27/2025
@@ -11,7 +11,7 @@ ms.author: jsuri
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) via [Azure Backup](./backup-overview.md) 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 perform these steps with the [Azure portal](https://portal.azure.com/).
1515

1616
## Prerequisites
1717

@@ -489,4 +489,4 @@ az backup container unregister --vault-name azurefilesvault --resource-group azu
489489

490490
## Next steps
491491

492-
For more information, see [Troubleshoot Azure Files backup](troubleshoot-azure-files.md).
492+
[Troubleshoot Azure Files backup](troubleshoot-azure-files.md).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,6 @@ New-AzResourceGroupDeployment -existingResourceGroupName $existingResourceGroupN
307307

308308
## Next steps
309309

310-
- [Track the backup job](manage-afs-powershell.md#track-backup-and-restore-jobs)
311-
- [Restore Azure Files using Azure PowerShell](restore-afs-powershell.md)
310+
- [Track the backup job using Azure PowerShell](manage-afs-powershell.md#track-backup-and-restore-jobs).
311+
- [Restore Azure Files using Azure PowerShell](restore-afs-powershell.md).
312312

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,6 @@ To deploy the template, follow these steps:
231231
232232
## Next steps
233233
234-
- [Track the backup job](manage-afs-powershell.md#track-backup-and-restore-jobs)
235-
- [Restore Azure Files using Azure PowerShell](restore-afs-powershell.md)
234+
- [Track the backup job using Azure PowerShell](manage-afs-powershell.md#track-backup-and-restore-jobs).
235+
- [Restore Azure Files using Azure PowerShell](restore-afs-powershell.md).
236236

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ output
9595

9696
## Next step
9797

98-
- [Restore Azure Files using CLI](restore-afs-cli.md)
99-
- [Manage Azure Files backups using CLI](manage-afs-backup-cli.md?tabs=vault-standard)
98+
- [Restore Azure Files using CLI](restore-afs-cli.md).
99+
- [Manage Azure Files backups using CLI](manage-afs-backup-cli.md?tabs=vault-standard).
100100

101101

102102

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To create a backup policy, follow these steps:
3333

3434
:::image type="content" source="./media/tutorial-backup-azure-files-vault-tier-portal/create-backup-policy.png" alt-text="Screenshot shows how to start creating a Backup policy." lightbox="./media/tutorial-backup-azure-files-vault-tier-portal/create-backup-policy.png":::
3535

36-
2. On the **Start: Create Policy** pane, select the **Datasource type** as **Azure Files (Azure Storage)**, select a Recovery Services vault by clicking **Select vault**, and then select **Continue**.
36+
2. On the **Start: Create Policy** pane, select the **Datasource type** as **Azure Files (Azure Storage)**. In the **Select vault** link, you can select a Recovery Services vault, and then select **Continue**.
3737

3838
:::image type="content" source="./media/tutorial-backup-azure-files-vault-tier-portal/start-create-policy.png" alt-text="Screenshot shows how to set the datasource type and vault for the Backup policy." lightbox="./media/tutorial-backup-azure-files-vault-tier-portal/start-create-policy.png":::
3939

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ testAzureFS ConfigureBackup Completed 11/12/2018 2:15:26 P
5353

5454
## Next step
5555

56-
- [Restore Azure Files using Azure PowerShell](restore-afs-powershell.md)
57-
- [Manage Azure Files backups using Azure PowerShell](manage-afs-powershell.md?tabs=vault-standard)
56+
- [Restore Azure Files using Azure PowerShell](restore-afs-powershell.md).
57+
- [Manage Azure Files backups using Azure PowerShell](manage-afs-powershell.md?tabs=vault-standard).
5858

5959

6060

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,4 @@ If you encounter issues while using Terraform on Azure, see the [troubleshooting
246246

247247
## Next step
248248

249-
In this quickstart, you learned how to deploy a storage account with File Share, create a Recovery services vault, and configure backup for the File Share.
250-
**Learn more about**:
251-
252-
[Restore Azure Files](restore-afs.md)
249+
[Restore Azure Files using Azure portal](restore-afs.md).

0 commit comments

Comments
 (0)