Skip to content

Commit e338aec

Browse files
Merge pull request #294494 from AbhishekMallick01/Feb-12-2025-AFSv1
AF Backup - Workload name update as per guideline
2 parents 21e8428 + 8000342 commit e338aec

6 files changed

+28
-28
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ author: jyothisuri
1111
ms.author: jsuri
1212
---
1313

14-
# Quickstart: Configure vaulted backup for Azure File share using Azure Resource Manager
14+
# Quickstart: Configure vaulted backup for Azure Files using Azure Resource Manager
1515

16-
This quickstart describes how to configure vaulted backup for Azure File share using Azure Resource Manager (ARM) template.
16+
This quickstart describes how to configure vaulted backup for Azure Files using Azure Resource Manager (ARM) template.
1717

18-
Azure Backup supports configuring snapshot and vaulted backups for Azure File shares in your storage accounts. Vaulted backup offers an offsite solution, storing data in a general v2 storage account to protect against ransomware and malicious admin actions.
18+
Azure Backup 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. Vaulted backup offers an offsite solution, storing data in a general v2 storage account to protect against ransomware and malicious admin actions.
1919

2020
An Azure Resource Manager template is a JavaScript Object Notation (JSON) that defines your project's infrastructure and configuration using declarative syntax. It allows you to specify your intended deployment without writing programming commands.
2121

2222
## Prerequisites
2323

24-
Before you configure vaulted backup for Azure Files, ensure that you have a storage account with an existing file share. To create a new storage account and file share, see [create an Azure storage account with file share template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.storage/storage-file-share).
24+
Before you configure vaulted backup for Azure Files, ensure that you have a storage account with an existing File Share. To create a new storage account and File Share, see [create an Azure storage account with File Share template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.storage/storage-file-share).
2525

2626
## Review the template
2727

28-
The [Azure Quickstart Template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-backup-file-share) configures protection for an existing File share in a Storage Account. It creates or uses a Recovery Services Vault and Backup Policy based on parameter values.
28+
The [Azure Quickstart Template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-backup-file-share) configures protection for an existing File Share in a Storage Account. It creates or uses a Recovery Services Vault and Backup Policy based on parameter values.
2929

3030
```json
3131
{

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ author: jyothisuri
1111
ms.author: jsuri
1212
---
1313

14-
# Quickstart: Configure vaulted backup for Azure File share using Azure Bicep
14+
# Quickstart: Configure vaulted backup for Azure Files using Azure Bicep
1515

16-
This quickstart describes how to configure vaulted backup for Azure File share using Azure Bicep template.
16+
This quickstart describes how to configure vaulted backup for Azure Files using Azure Bicep template.
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 File shares in your storage accounts. Vaulted backup offers an offsite solution, storing data in a general v2 storage account to protect against ransomware and malicious admin actions.
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. Vaulted backup offers an offsite solution, storing data in a general v2 storage account to protect against ransomware and malicious admin actions.
1919

2020
Bicep is a language for declaratively deploying Azure resources, offering a simpler syntax and better development experience compared to JSON. It abstracts ARM template JSON, providing all its capabilities. During deployment, the Bicep CLI converts a Bicep file into Azure Resource Manager (ARM) template JSON. A Bicep file specifies Azure resources and properties without needing programming commands. Resource types, API versions, and properties valid in ARM templates are also valid in Bicep files.
2121

@@ -29,7 +29,7 @@ Before you configure vaulted backup for Azure Files, ensure that you set up your
2929

3030
## Review the template
3131

32-
The [Azure Quickstart Template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-backup-file-share) configures protection for an existing File share in a Storage Account. It creates or uses a Recovery Services Vault and Backup Policy based on parameter values.
32+
The [Azure Quickstart Template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-backup-file-share) configures protection for an existing File Share in a Storage Account. It creates or uses a Recovery Services Vault and Backup Policy based on parameter values.
3333

3434
```json
3535
@description('Name of the existing Resource Group in which the existing Storage Account is present.')

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

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

1414
# Quickstart: Configure vaulted backup for Azure Files using Azure portal
1515

16-
This quickstart describes how to configure vaulted backup for Azure Files using the Azure portal. You can also configure backup with Azure CLI or Azure PowerShell.
16+
This quickstart describes how to configure vaulted backup for Azure Files using the Azure portal. You can also configure backup with [Azure CLI](quick-backup-azure-files-vault-tier-cli.md) or [Azure PowerShell](quick-backup-azure-files-vault-tier-powershell.md).
1717

1818
[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. Vaulted backups offer an offsite solution, storing data in a general v2 storage account to protect against ransomware and malicious admin actions. You can:
1919

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: jsuri
1313

1414
# Quickstart: Configure vaulted backup for Azure Files using Azure PowerShell
1515

16-
This quickstart describes how to configure vaulted backup for Azure Files using Azure PowerShell. You can also configure backup with Azure CLI or in the Azure portal.
16+
This quickstart describes how to configure vaulted backup for Azure Files using Azure PowerShell. You can also configure backup with [Azure CLI](quick-backup-azure-files-vault-tier-cli.md) or in the [Azure portal](quick-backup-azure-files-vault-tier-portal.md).
1717

1818
[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. Vaulted backups offer an offsite solution, storing data in a general v2 storage account to protect against ransomware and malicious admin actions. You can:
1919

@@ -28,16 +28,16 @@ Before you configure vaulted backup for Azure Files, ensure that the following p
2828
- Ensure that File Share is in a supported storage account type. See the [Azure Files backup support matrix](azure-file-share-support-matrix.md).
2929

3030
- Allow **Azure services on the trusted services list** in the **Firewall settings** to access the storage account, if access is restricted. Learn [how to grant an exception](/azure/storage/common/storage-network-security?tabs=azure-portal#manage-exceptions).
31-
- Use an existing Recovery Services vault. If you don't have the vault, [create one](backup-azure-afs-automation.md#create-a-recovery-services-vault).
32-
- [Configure a Backup policy](backup-azure-afs-automation.md#configure-a-backup-policy) for the backup operation.
31+
- Use an existing Recovery Services vault. If you don't have the vault, [create one](backup-azure-afs-automation.md?tabs=vault-standard#create-a-recovery-services-vault).
32+
- [Configure a Backup policy](backup-azure-afs-automation.md?tabs=vault-standard#configure-a-backup-policy) for the backup operation.
3333

3434
## Configure backup
3535

3636
To configure vaulted backup for Azure Files, use the [`Enable-AzRecoveryServicesBackupProtection`](/powershell/module/az.recoveryservices/enable-azrecoveryservicesbackupprotection) cmdlet.
3737

3838
>[!Note]
3939
>After the policy is associated with the vault, backups are triggered in accordance with the policy schedule.
40-
The following example cmdlet configures protection for the Azure file share `testAzureFS` in storage account `testStorageAcct`, with the policy `dailyafs`:
40+
The following example cmdlet configures protection for the Azure Files `testAzureFS` in storage account `testStorageAcct`, with the policy `dailyafs`:
4141

4242
```azurepowershell-interactive
4343
Enable-AzRecoveryServicesBackupProtection -StorageAccountName "testStorageAcct" -Name "testAzureFS" -Policy $afsPol
@@ -53,8 +53,8 @@ testAzureFS ConfigureBackup Completed 11/12/2018 2:15:26 P
5353

5454
## Next step
5555

56-
- [Restore Azure file shares using Azure PowerShell](restore-afs-powershell.md)
57-
- [Manage Azure file share backups using Azure PowerShell](manage-afs-powershell.md)
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: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ author: jyothisuri
1111
ms.author: jsuri
1212
---
1313

14-
# Quickstart: Configure vaulted backup for Azure File share using Azure Terraform
14+
# Quickstart: Configure vaulted backup for Azure Files using Azure Terraform
1515

16-
This quickstart describes how to configure vaulted backup for Azure File share using Azure Terraform template.
16+
This quickstart describes how to configure vaulted backup for Azure Files using Azure Terraform template.
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 File shares in your storage accounts. Vaulted backup offers an offsite solution, storing data in a general v2 storage account to protect against ransomware and malicious admin actions.
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. Vaulted backup offers an offsite solution, storing data in a general v2 storage account to protect against ransomware and malicious admin actions.
1919

2020
[Terraform](https://www.terraform.io/) enables the definition, preview, and deployment of cloud infrastructure.
2121

@@ -35,7 +35,7 @@ Terraform supports Azure authentication only with the Azure CLI, not Azure Power
3535
## Implement the Terraform code
3636
Before you implement the Terraform code, learn how to [use Terraform sample codes to manage Azure resources](/azure/terraform).
3737

38-
To implement the Terraform code for File share backup flow, run the following scripts:
38+
To implement the Terraform code for File Share backup flow, run the following scripts:
3939

4040
1. Create a directory that you can use to test the sample Terraform code and make it your current directory.
4141
2. Create a file named **providers.tf** and add the following code:
@@ -98,7 +98,7 @@ To implement the Terraform code for File share backup flow, run the following sc
9898
depends_on = [azurerm_resource_group.rg]
9999
}
100100
101-
## Create a File share
101+
## Create a File Share
102102
resource "azurerm_storage_share" "fsshare" {
103103
name = var.FS_name
104104
storage_account_name = azurerm_storage_account.storage.name
@@ -246,8 +246,7 @@ 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.
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.
250250
**Learn more about**:
251251

252-
- [Azure Files backup](azure-file-share-backup-overview.md)
253-
- [Restore Azure Files](restore-afs.md)
252+
[Restore Azure Files](restore-afs.md)

articles/backup/whats-new.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Azure Backup is constantly improving and releasing new features that enhance the
1717
You can learn more about the new releases by bookmarking this page or by [subscribing to updates here](https://azure.microsoft.com/updates/?query=backup).
1818

1919
## Updates summary
20-
20+
- March 2025
21+
- [Vaulted backup support for Azure Files is now generally available](#vaulted-backup-support-for-azure-files-is-now-generally-available)
2122
- November 2024
2223
- [Secure by Default with Vault soft delete (preview)](#secure-by-default-with-vault-soft-delete-preview)
2324
- [WORM enabled Immutable Storage for Recovery Services vaults is now generally available](#worm-enabled-immutable-storage-for-recovery-services-vaults-is-now-generally-available)
@@ -100,15 +101,15 @@ You can learn more about the new releases by bookmarking this page or by [subscr
100101
- February 2021
101102
- [Backup for Azure Blobs (in preview)](#backup-for-azure-blobs-in-preview)
102103

103-
## Vaulted backup support for Azure file share is now generally available
104+
## Vaulted backup support for Azure Files is now generally available
104105

105-
Azure Backup now supports vaulted backup file shares in standard storage accounts to protect against ransomware and data loss. You can define backup schedules and retention settings to store data in the Backup vault for up to 10 years.
106+
Azure Backup now supports vaulted backup File Shares in standard storage accounts to protect against ransomware and data loss. You can define backup schedules and retention settings to store data in the Backup vault for up to 10 years.
106107

107108
Vaulted backups provide an offsite copy of your data. In case of data loss on the source account, you can restore it to an alternate account. Manage vaulted backups at scale via Azure Business Continuity Center and monitor them using Azure Backup's alerting and reporting features.
108109

109110
We recommend switching from snapshot backups to vaulted backups for comprehensive protection against data loss.
110111

111-
For more information, see [Overview of Azure file share backup](azure-file-share-backup-overview.md?tabs=vault-standard).
112+
For more information, see [Overview of Azure Files backup](azure-file-share-backup-overview.md?tabs=vault-standard).
112113

113114
## Secure by Default with Vault soft delete (preview)
114115

0 commit comments

Comments
 (0)