Skip to content

Commit d0f5ed3

Browse files
Merge pull request #311879 from MicrosoftDocs/main
Auto Publish – main to live - 2026-02-17 12:00 UTC
2 parents d8155dc + 00c49d1 commit d0f5ed3

25 files changed

Lines changed: 192 additions & 59 deletions

articles/backup/azure-file-share-backup-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: About Azure Files backup
33
description: Learn how to back up Azure Files in the Recovery Services vault
44
ms.topic: overview
5-
ms.date: 09/26/2025
5+
ms.date: 02/17/2026
66
ms.service: azure-backup
77
ms.custom:
88
- engagement-fy23
@@ -18,6 +18,8 @@ Azure Files backup is a native cloud solution that protects your data and elimin
1818

1919
Azure Backup now offers general availability of Vaulted Backup for Azure Files, enabling secure, long-term protection with ransomware defense, cross-region recovery, and compliance-ready retention—all managed through a unified backup policy. For more insights, see the [Microsoft Community Hub blog](https://techcommunity.microsoft.com/blog/azurestorageblog/general-availability-vaulted-backup-for-azure-files---boost-your-data-security-a/4395344). To know the latest product enhancements and feature updates in Azure, see [Microsoft Azure Updates](https://azure.microsoft.com/updates?id=482659).
2020

21+
To learn about the supported Azure Files backup and restore scenarios, region availability, and limitations, see the [support matrix](azure-file-share-support-matrix.md). For common questions, see the [frequently asked questions](backup-azure-files-faq.yml).
22+
2123
## Key benefits of Azure Files backup
2224

2325
Protection of Azure Files provides the following benefits by using *Snapshot* and *Vaulted* backup tiers:

articles/backup/azure-file-share-support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Support Matrix for Azure Files backup by using Azure Backup
33
description: Provides a summary of support settings and limitations when backing up Azure Files.
44
ms.topic: reference
5-
ms.date: 09/26/2025
5+
ms.date: 02/17/2026
66
ms.custom: references_regions, engagement-fy24
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -14,7 +14,7 @@ ms.author: v-mallicka
1414

1515
This article summarizes the supported settings and limitations when backing up Azure Files by using Azure Backup.
1616

17-
You can use the [Azure Backup service](./backup-overview.md) to back up Azure Files. This article summarizes support settings when you back up Azure Files with Azure Backup.
17+
You can use the [Azure Backup service](./backup-overview.md) to back up Azure Files. This article summarizes support settings when you back up Azure Files with Azure Backup. For common questions, see the [frequently asked questions](backup-azure-files-faq.yml).
1818

1919
Azure Backup now offers general availability of Vaulted Backup for Azure Files (Standard tier), enabling secure, long-term protection with ransomware defense, cross-region recovery, and compliance-ready retention—all managed through a unified backup policy. For more insights, see the [Microsoft Community Hub blog](https://techcommunity.microsoft.com/blog/azurestorageblog/general-availability-vaulted-backup-for-azure-files---boost-your-data-security-a/4395344). To know the latest product enhancements and feature updates in Azure, see [Microsoft Azure Updates](https://azure.microsoft.com/updates?id=482659).
2020

articles/backup/backup-afs-cli.md

Lines changed: 1 addition & 1 deletion
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: 05/22/2025
6+
ms.date: 02/17/2026
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
99
# Customer intent: As an IT administrator, I want to back up Azure Files using Azure CLI, so that I can automate the backup process and ensure data protection effectively.

articles/backup/backup-azure-afs-automation.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 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: 05/22/2025
5+
ms.date: 02/17/2026
66
ms.custom: devx-track-azurepowershell
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -12,7 +12,8 @@ ms.author: v-mallicka
1212

1313
# Back up Azure Files using Azure PowerShell
1414

15-
This article describes how to use Azure PowerShell to back up Azure Files through an [Azure Backup](backup-overview.md) Recovery Services vault.
15+
This article describes how to use Azure PowerShell to back up Azure Files through an [Azure Backup](backup-overview.md) Recovery Services vault. You can also back up Azure Files using [Azure portal](backup-azure-files.md), [CLI](backup-afs-cli.md), and [REST API](backup-azure-file-share-rest-api.md).
16+
1617

1718
## Prerequisites
1819

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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: 05/22/2025
5+
ms.date: 02/17/2026
66
author: AbhishekMallick-MS
77
ms.author: v-mallicka
88
# Customer intent: As a cloud administrator, I want to use the REST API to backup Azure Files stored in a Recovery Services vault, so that I can automate the protection and management of file shares without relying solely on graphical interfaces.
99
---
1010

1111
# Backup Azure Files using Azure Backup via REST API
1212

13-
This article describes how to back up an Azure Files using Azure Backup via REST API.
13+
This article describes how to back up an Azure Files using Azure Backup via REST API. You can also back up Azure Files using [Azure portal](backup-azure-files.md), [CLI](backup-afs-cli.md), and [Azure PowerShell](backup-azure-afs-automation.md).
1414

1515
This article assumes you've already created a Recovery Services vault and policy for configuring backup for your File Share. If you haven’t, refer to the [create vault](./backup-azure-arm-userestapi-createorupdatevault.md) and [create policy](./backup-azure-arm-userestapi-createorupdatepolicy.md) REST API tutorials for creating new vaults and policies.
1616

@@ -26,6 +26,9 @@ For this article, we'll use the following resources:
2626

2727
- **File Share**: `testshare`
2828

29+
To learn about the supported Azure Files backup and restore scenarios, region availability, and limitations, see the [support matrix](azure-file-share-support-matrix.md). For common questions, see the [frequently asked questions](backup-azure-files-faq.yml).
30+
31+
2932
## Configure backup for an unprotected Azure Files using REST API
3033

3134
### Discover storage accounts with unprotected Azure Files

articles/backup/backup-azure-files-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
metadata:
33
title: Back up Azure Files FAQ
44
description: In this article, discover answers to common questions about how to protect your Azure file shares with the Azure Backup service.
5-
ms.date: 06/11/2025
5+
ms.date: 02/17/2026
66
ms.topic: faq
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
99
ms.author: v-mallicka
1010
title: Frequently asked questions about backing up Azure Files
1111
summary: |
12-
This article answers common questions about backing up Azure Files. In some of the answers, there are links to the articles that have comprehensive information. You can also post questions about the Azure Backup service in the [Microsoft Q&A question page for discussion](/answers/topics/azure-backup.html).
12+
This article answers common questions about backing up Azure Files. In some of the answers, there are links to the articles that have comprehensive information. You can also post questions about the Azure Backup service in the [Microsoft Q&A question page for discussion](/answers/topics/azure-backup.html). To learn about the supported Azure Files backup and restore scenarios, region availability, and limitations, see the [support matrix](azure-file-share-support-matrix.md).
1313
1414
To quickly scan the sections in this article, use the links to the right, under **In this article**.
1515

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: 07/09/2025
5+
ms.date: 02/17/2026
66
ms.service: azure-backup
77
ms.custom: engagement-fy23
88
author: AbhishekMallick-MS
@@ -12,7 +12,7 @@ ms.author: v-mallicka
1212

1313
# Back up Azure Files
1414

15-
This article describes how to back up [Azure Files](../storage/files/storage-files-introduction.md) from the Azure portal.
15+
This article describes how to back up [Azure Files](../storage/files/storage-files-introduction.md) from the Azure portal. You can also back up Azure Files using [CLI](backup-afs-cli.md), [Azure PowerShell](backup-azure-afs-automation.md), and [REST API](backup-azure-file-share-rest-api.md).
1616

1717
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.
1818

@@ -34,6 +34,7 @@ Azure Files backup is a native cloud solution that protects your data and elimin
3434
>[!IMPORTANT]
3535
>To perform [Cross Subscription Backup (CSB) for protecting Azure Files](azure-file-share-backup-overview.md#how-cross-subscription-backup-for-azure-files-works) in another subscription, ensure you register `Microsoft.RecoveryServices` in the **subscription of the file share** in addition to the given prerequisites.
3636
37+
To learn about the supported Azure Files backup and restore scenarios, region availability, and limitations, see the [support matrix](azure-file-share-support-matrix.md). For common questions, see the [frequently asked questions](backup-azure-files-faq.yml).
3738

3839
## Configure the backup
3940

articles/backup/backup-azure-system-state.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Windows system state to Azure using Azure Backup
33
description: Learn how to back up Windows Server system state to Azure using Azure Backup.
44
ms.topic: how-to
5-
ms.date: 02/25/2025
5+
ms.date: 02/17/2026
66
author: AbhishekMallick-MS
77
ms.author: v-mallicka
88
ms.service: azure-backup
@@ -67,7 +67,7 @@ To configure the vault, follow these steps:
6767

6868
After you select **OK**, a checkmark appears next to **Backup goal**, and the **Prepare infrastructure** blade opens.
6969

70-
![Screenshot shows how to prepare infrastructure.](./media/backup-try-azure-backup-in-10-mins/backup-goal-configed.png)
70+
:::image type="content" source="./media/backup-try-azure-backup-in-10-mins/backup-goal-configed.png" alt-text="Screenshot shows how to prepare infrastructure." lightbox="./media/backup-try-azure-backup-in-10-mins/backup-goal-configed.png":::
7171

7272
4. On the **Prepare infrastructure** blade, select **Download Agent for Windows Server or Windows Client**.
7373

@@ -138,7 +138,7 @@ The initial backup includes two tasks:
138138
To complete the initial backup, use the Microsoft Azure Recovery Services agent.
139139

140140
> [!NOTE]
141-
> You can back up System State on Windows Server 2008 R2 through Windows Server 2016. System State back up isn't supported on client SKUs. System State isn't shown as an option for Windows clients, or Windows Server 2008 SP2 machines.
141+
> You can back up System State on Windows Server 2022 through Windows Server 2025. System State back up isn't supported on client SKUs. System State isn't shown as an option for Windows clients, or Windows Server 2008 SP2 machines.
142142
>
143143
>
144144

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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: 05/22/2025
6+
ms.date: 02/17/2026
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
99

@@ -14,6 +14,9 @@ ms.author: v-mallicka
1414

1515
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).
1616

17+
To learn about the supported Azure Files backup and restore scenarios, region availability, and limitations, see the [support matrix](azure-file-share-support-matrix.md). For common questions, see the [frequently asked questions](backup-azure-files-faq.yml).
18+
19+
1720
## Prerequisites
1821

1922
This article assumes you already have an Azure Files backed up by [Azure Backup](./backup-overview.md). If you don't have one, see [Back up Azure Files with the CLI](backup-afs-cli.md) to configure backup for your File Shares. For this article, you use the following resources:

articles/backup/manage-afs-backup.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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: 01/30/2026
5+
ms.date: 02/17/2026
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -16,6 +16,9 @@ This article describes common tasks for managing and monitoring backed-up Azure
1616

1717
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.
1818

19+
To learn about the supported Azure Files backup and restore scenarios, region availability, and limitations, see the [support matrix](azure-file-share-support-matrix.md). For common questions, see the [frequently asked questions](backup-azure-files-faq.yml).
20+
21+
1922
## Monitor Azure Files backup jobs
2023

2124
When you trigger a backup or restore operation, the backup service creates a job for tracking. You can monitor the progress of all jobs on the **Jobs** pane.

0 commit comments

Comments
 (0)