Skip to content

Commit 2c70961

Browse files
authored
Merge pull request #300475 from MicrosoftDocs/main
[Publishing] [Out of Band Publish] azure-docs-pr - release-esan-backup - 05/28 - 4:00 AM PST (4:30 PM 05/28 IST) To main and then to live
2 parents ce96fc0 + bef650a commit 2c70961

File tree

272 files changed

+861
-21381
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+861
-21381
lines changed
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
---
2+
title: Configure backup for Azure Elastic storage area network using Azure portal (preview)
3+
description: Learn how to configure backup for Azure Elastic storage area network (SAN) (preview) using Azure portal.
4+
ms.topic: how-to
5+
ms.date: 05/21/2025
6+
author: jyothisuri
7+
ms.author: jsuri
8+
---
9+
10+
# Configure backup for Azure Elastic SAN using Azure portal (preview)
11+
12+
This article describes how to configure backup for Azure Elastic storage area network (SAN) (preview) using Azure portal.
13+
14+
## Prerequisites
15+
16+
Before you configure backup for Azure Elastic SAN, ensure the following prerequisites are met:
17+
18+
- Check for an existing Azure Elastic SAN volume, or [create a new volume and instance](/azure/storage/elastic-san/elastic-san-create?tabs=azure-portal).
19+
- The Azure Elastic SAN volume must be in a [supported region](azure-elastic-storage-area-network-backup-support-matrix.md#supported-regions).
20+
21+
For more information about the supported scenarios, limitations, and availability, see the [support matrix](azure-elastic-storage-area-network-backup-support-matrix.md).
22+
23+
## Create a Backup vault
24+
25+
To back up Azure Elastic SAN, ensure you have a Backup vault in the same subscription. You can use an existing vault, or [create a new one](create-manage-backup-vault.md#create-backup-vault).
26+
27+
## Create a backup policy for Azure Elastic SAN (preview)
28+
29+
A backup policy defines the schedule and frequency for backing up Azure Elastic SAN. You can either create a backup policy from the Backup vault or create it on the go during the backup configuration.
30+
31+
To create a backup policy for Azure Elastic SAN from Azure Business Continuity Center, follow these steps:
32+
33+
1. In the [Azure portal](https://portal.azure.com/), go to the **Azure Business Continuity Center** > **Protection policies**, and then select **+ Create Policy** > **Create Backup Policy**.
34+
1. On the **Create Backup Policy** pane, on the **Basics** tab, provide a name for the new policy under **Policy name**, and then select **Datasource type** as **Elastic SAN (Preview)**.
35+
36+
:::image type="content" source="./media/azure-elastic-storage-area-network-backup-configure/create-policy.png" alt-text="Screenshot shows how to start creating a backup policy." lightbox="./media/azure-elastic-storage-area-network-backup-configure/create-policy.png":::
37+
38+
1. On the **Schedule + retention** tab, under the **Backup schedule** section, set the schedule for creating recovery points for backups.
39+
40+
>[!Note]
41+
>Azure Backup currently supports **Daily** backup frequency only, which is selected by default.
42+
43+
:::image type="content" source="./media/azure-elastic-storage-area-network-backup-configure/set-backup-schedule.png" alt-text="Screenshot shows how to configure the backup schedule." lightbox="./media/azure-elastic-storage-area-network-backup-configure/set-backup-schedule.png":::
44+
45+
1. Under the **Retention rules** section, edit the default retention rule or add a new rule to specify the retention of recovery points.
46+
47+
>[!Note]
48+
>- The default retention duration for the recovery points is **7 days**.
49+
>- Maximum of **450** recovery points are retained at any point in time across your retention rules.
50+
51+
1. Select **Review + create**.
52+
1. After the review succeeds, select **Create**.
53+
54+
55+
## Configure backup for the Azure Elastic SAN (preview)
56+
57+
To configure backup for Azure Elastic SAN, follow these steps:
58+
59+
1. In the [Azure portal](https://portal.azure.com/), go to the **Business Continuity Center**, and then select **+ Configure protection**.
60+
1. On the **Configure protection** pane, select **Resource managed by** as **Azure**, **Datasource type** as **Elastic SAN volumes (Preview)**, **Solution** as **Azure Backup**, and then select **Continue**.
61+
62+
:::image type="content" source="./media/azure-elastic-storage-area-network-backup-configure/start-protection-configuration.png" alt-text="Screenshot shows how to start configuring backup." lightbox="./media/azure-elastic-storage-area-network-backup-configure/start-protection-configuration.png":::
63+
64+
1. On the **Configure Backup** pane, on the **Basics** tab, ensure that the **Datasource type** is selected as **Elastic SAN volumes (Preview)**.
65+
1. Under **Vault**, click **Select vault** to choose the Backup vault you created.
66+
67+
If you don't have a Backup vault, [create a new one](#create-a-backup-vault).
68+
69+
>[!Note]
70+
>A Backup vault uses a System Assigned Managed Identity to create and manage snapshots.
71+
72+
1. On the **Backup policy** tab, under **Backup policy**, select the policy you want to use for data retention, and then select **Next**.
73+
If you want to create a new backup policy, select **Create new**. Learn how to [create a backup policy](#create-a-backup-policy-for-azure-elastic-san-preview).
74+
75+
>[!Note]
76+
>- The default retention duration for the recovery points is **7 days**.
77+
>- Maximum of **450** recovery points are retained at any point in time across your retention rules.
78+
79+
1. On the **Datasources** tab, select**Add** to choose the Elastic SAN instance for backup.
80+
81+
:::image type="content" source="./media/azure-elastic-storage-area-network-backup-configure/add-resource-for-backup.png" alt-text="Screenshot shows how to add resources for backup." lightbox="./media/azure-elastic-storage-area-network-backup-configure/add-resource-for-backup.png":::
82+
83+
1. On the **Select resources to backup** pane, select an Elastic SAN instance from the dropdown list, and then select **Add**.
84+
85+
>[!Note]
86+
>Only instances that share the same subscription and region as the vault appear.
87+
88+
:::image type="content" source="./media/azure-elastic-storage-area-network-backup-configure/specify-backup-instance-name.png" alt-text="Screenshot shows how to select an instance for backup." lightbox="./media/azure-elastic-storage-area-network-backup-configure/specify-backup-instance-name.png":::
89+
90+
1. On the **Add backup instance** pane, filter by **Volume group**, select a volume from the list, and then select **Add**.
91+
92+
>[!Note]
93+
>- You can select multiple volumes within a single backup request.
94+
>- A Backup Instance is a pair of one Elastic SAN volume and a backup policy.
95+
>- You can use the auto-filled backup instance name or customize it as needed.
96+
>- The Elastic SAN instance’s resource group is auto-assigned to the restore point (Managed Disk incremental snapshots). You can choose a different resource group to store snapshots.
97+
98+
After you add the backup instances, backup readiness validation starts on the **Configure Backup** pane, under **Datasources** tab. If the required roles are assigned, the validation succeeds with the **Success** message.
99+
100+
Validation errors appear if the selected Backup vault's Managed-system Identity (MSI) doesn't have the **Elastic SAN Snapshot Exporter** and **Disk snapshot Contributor** roles assigned.
101+
102+
1. To assign the required roles, on the **Configure Backup** pane, on the **Datasources** tab, select **Assign missing roles**.
103+
104+
>[!Note]
105+
>If you don't have the **Role-Based Access Control Administrator** permissions, the **Assign Missing Roles** option is disabled.
106+
107+
1. On the **Grant missing permissions** pane, select the scope (resource, resource group, or subscription) at which the access permissions must be granted, and then select **Next**.
108+
109+
After the process starts, the missing access permissions on the Elastic SAN are granted to the backup vault.
110+
111+
1. When the role assignment is complete, on the **Configure Backup** pane, on the **Datasources** tab, select **Revalidate**.
112+
113+
When the validation succeeds, the **Success** message appears.
114+
115+
1. On the **Review + configure** tab, review the configuration details, and then select **Configure Backup**.
116+
117+
You can [track the progress of the backup configuration](azure-elastic-storage-area-network-backup-manage.md#view-the-azure-elastic-san-backup-and-restore-jobs-preview) under **Backup instances**. When configured, Azure Backup runs backups as per the policy schedule to create recovery points. You can also [trigger an on-demand backup](azure-elastic-storage-area-network-backup-manage.md#run-an-on-demand-backup) to create the first full backup.
118+
119+
## Next steps
120+
121+
- [Restore Azure Elastic SAN using Azure portal (preview)](azure-elastic-storage-area-network-backup-restore.md).
122+
- [Manage Azure Elastic SAN using Azure portal (preview)](azure-elastic-storage-area-network-backup-manage.md).
123+
124+
125+
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
---
2+
title: Manage Azure Elastic SAN backups using Azure portal (preview)
3+
description: Learn how to manage Azure Elastic Storage Area Network (SAN) backups (preview) using Azure portal.
4+
ms.topic: how-to
5+
ms.date: 05/21/2025
6+
author: jyothisuri
7+
ms.author: jsuri
8+
---
9+
10+
# Manage Azure Elastic SAN backups using Azure portal (preview)
11+
12+
This article describes how to manage Azure Elastic storage area network (SAN) backups (preview) using Azure portal.
13+
14+
Learn about the [supported scenarios, limitations, and region availability for Azure Elastic SAN backup/restore (preview)](azure-elastic-storage-area-network-backup-support-matrix.md).
15+
16+
## Run an on-demand backup
17+
18+
To run an on-demand backup for Azure Elastic SAN (preview), follow these steps:
19+
20+
1. Go to **Business Continuity Center**, and then select **Protection Inventory** > **Protected items**.
21+
1. On the **Protected items** pane, filter **Datasource type** by **Elastic SAN volumes (Preview)**, and then select the Elastic SAN instance you want to back up.
22+
1. On the selected **Elastic SAN instance** pane, under **Associated items**, select a protected item from the list.
23+
24+
:::image type="content" source="./media/azure-elastic-storage-area-network-backup-manage/select-protected-item-to-back-up.png" alt-text="Screenshot shows the selection of a backup instance to trigger backup." lightbox="./media/azure-elastic-storage-area-network-backup-manage/select-protected-item-to-back-up.png":::
25+
26+
1. On the selected **protected item** pane, select **Backup Now**.
27+
28+
:::image type="content" source="./media/azure-elastic-storage-area-network-backup-manage/trigger-backup.png" alt-text="Screenshot shows how to start backup." lightbox="./media/azure-elastic-storage-area-network-backup-manage/trigger-backup.png":::
29+
30+
31+
When a backup job completes, a Managed Disk incremental snapshot (restore point) is created in the snapshot resource group with the name pattern `AzureBackup_<datasource guid>_<timestamp>`. The restore point is retained as per the retention duration set in the backup policy.
32+
33+
34+
## View the Azure Elastic SAN backup and restore jobs (preview)
35+
36+
To view Elastic SAN backup and restore jobs (preview), follow these steps:
37+
38+
1. Go to **Business Continuity Center**, and then select **Monitoring + Reporting** > **Jobs**.
39+
1. On the **Jobs** pane, filter **Datasource type** by **Elastic SAN volumes (Preview)**.
40+
41+
## Change the backup policy for an Azure Elastic SAN backup instance (preview)
42+
43+
To change the backup policy for Azure Elastic SAN backup instance (preview), follow these steps:
44+
45+
1. Go to **Business Continuity Center**, and then select **Protection Inventory** > **Protected items**.
46+
1. On the **Protected items** pane, filter **Datasource type** by **Elastic SAN volumes (Preview)**, and then select the Elastic SAN instance for which you want to change the backup policy.
47+
1. On the selected **Elastic SAN instance** pane, select **Change Policy**.
48+
1. On the **Change Policy** pane, under the **Backup policies** section, choose a new policy from the list, and then select **Apply**.
49+
50+
>[!Caution]
51+
>Both existing and future restore points follow the retention duration set in the new backup policy.
52+
53+
## Stop Azure Elastic SAN protection (preview)
54+
55+
Azure Backup provides the following options to stop protection of Azure Elastic SAN (preview):
56+
57+
- **Stop protection and retain backup data (Retain forever)**: Stops all future backup jobs from protecting an Azure Elastic SAN and retains the existing backup data in the Backup vault forever. This retention incurs a storage fee as per [Azure Backup pricing](https://azure.microsoft.com/pricing/details/managed-disks/). If needed, you can use the backup data to restore the Elastic SAN and use the **Resume backup** option to resume protection.
58+
- **Stop protection and retain backup data (Retain as per policy)**: Stops all future backup jobs from protecting an Azure Elastic SAN and retains the existing backup data in the Backup vault as per policy. However, the latest recovery point is retained forever. This retention incurs a storage fee as per [Azure Backup pricing](https://azure.microsoft.com/pricing/details/managed-disks/). If needed, you can use the backup data to restore the Elastic SAN and use the **Resume backup** option to resume protection.
59+
- **Stop protection and delete backup data**: Stops future backup jobs for Azure Elastic SAN and deletes all backup data. You can't restore the Elastic SAN or use the **Resume backup** option.
60+
61+
To stop protection for Azure Elastic SAN (preview), follow these steps:
62+
63+
1. Go to **Business Continuity Center**, and then select **Protection Inventory** > **Protected items**.
64+
1. On the **Protected items** pane, filter **Datasource type** by **Elastic SAN volumes (Preview)**, and then select the Elastic SAN instance for which you want to stop protection.
65+
1. On the selected **Elastic SAN instance** pane, select **Stop Backup**.
66+
67+
### Stop protection and retain backup data for an Azure Elastic SAN volume (preview)
68+
69+
To stop backups and retain data for an Azure Elastic SAN volume (preview), follow these steps:
70+
71+
1. On the **Stop Backup** pane, under **Stop backup level**, choose **Retain Backup Data**.
72+
73+
Azure Backup stops future backup jobs for Elastic SAN instances and retains existing restore points. You can use these restore points to restore the Elastic SAN instance. This option allows you to resume the backup operation as required.
74+
75+
1. Under **Backup data retention**, choose one of the retention options - **Retain forever** or **Retain as per policy**.
76+
77+
1. Under **Reason**, choose a reason for stopping backup operation from the dropdown list.
78+
1. Under **Comments**, enter more details for stopping backups.
79+
1. Select **Stop backup**, and then select **Confirm**.
80+
81+
### Stop protection and delete backup data for an Azure Elastic SAN volume (preview)
82+
83+
To stop backups and delete data for an Azure Elastic SAN volume (preview), follow these steps:
84+
85+
1. On the **Stop Backup** pane, Under **Stop backup level**, choose **Delete Backup Data**.
86+
87+
>[!Warning]
88+
>This is a destructive operation. After completing the delete operation, the backed-up data is retained in the **Soft deleted** state for 14 days, and then deletes for ever. After the backups are deleted, the restore operation for the Elastic SAN instance is not possible.
89+
>
90+
>If the immutability is enabled on the vault, the restore points are deleted only after all the recovery points have expired.
91+
92+
1. Select **Stop backup**, and then select **Confirm**.
93+
1. On the **Delete Backup Data** pane, under **Type the name of Backup Item**, enter the Elastic SAN instance name that you want to delete.
94+
1. Under **Reason**, choose a reason for deletion from the dropdown list.
95+
1. Under **Comments**, enter more details about deletion.
96+
1. Select **Delete**.
97+
98+
## Related content
99+
100+
- [About Azure Files backup](azure-file-share-backup-overview.md).
101+
- [Back up Azure Files using Azure portal](backup-azure-files.md).
102+
- [Restore Azure Files using Azure portal](restore-afs.md).
103+
- [Manage Azure Files backup using Azure portal](manage-afs-backup.md).
104+
105+
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
title: About Azure Elastic storage area network protection (preview)
3+
description: Learn how the Azure Elastic storage area network (Azure Elastic SAN) backup works.
4+
ms.topic: overview
5+
ms.date: 05/21/2025
6+
author: jyothisuri
7+
ms.author: jsuri
8+
ms.custom: engagement-fy24
9+
---
10+
11+
# About Azure Elastic SAN protection (preview)
12+
13+
[Azure Backup](backup-overview.md) allows Azure Elastic storage area network (Azure Elastic SAN) volume protection (preview) through the [Backup vault](backup-vault-overview.md) to ensure seamless backup and restoration.
14+
15+
[Azure Elastic SAN](../storage/elastic-san/elastic-san-introduction.md) optimizes workload performance and integrates large-scale databases with mission-critical applications. It simplifies SAN deployment, scaling, management, and configuration while ensuring high availability. It also interoperates with Azure Virtual Machines, Azure VMware Solutions, and Azure Kubernetes Service (AKS) for versatile compute compatibility.
16+
17+
Azure Backup enables Elastic SAN volume backups via Backup vault. It offers a fully managed solution to schedule backups, set expiration timelines for restore points, and restore data to a new volume. It helps protect against data loss from accidental deletions, ransomware, and application updates.
18+
19+
>[!Important]
20+
>- This preview solution is governed by [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms).
21+
>- This preview solution is not recommended for production environment.
22+
>- For any queries, write to [[email protected]](mailto:[email protected]).
23+
24+
## Key features of Azure Elastic SAN protection (preview)
25+
26+
Azure Elastic SAN volume protection (preview) includes the following key features:
27+
28+
- **Snapshot export**: Exports the selected Elastic SAN volume to an independent Managed Disk incremental snapshot (operational tier) at a given point in time.
29+
- **Storage and resiliency**: Managed Disk incremental snapshot is stored in Locally redundant storage (LRS) resiliency (in LRS-[supported regions](azure-elastic-storage-area-network-backup-support-matrix.md#supported-regions)), independent of the Elastic SAN volume lifecycle.
30+
- **Restore points**: Supports up to **450 restore points**, with backup frequency of **24 hours**.
31+
- **Backup tier**: Supports operational tier.
32+
33+
>[!Note]
34+
>Long-term vaulted backups are currently not supported.
35+
- **Volume size limit**: Supports Elastic SAN volumes size of **<= 4 TB**.
36+
37+
>[!Note]
38+
>- Deletion of snapshots isn't possible if **Delete Lock** is enabled on the resource group. Ensure that you disable **Delete Lock** to use this feature.
39+
>- The feature is currently [available in specific regions](azure-elastic-storage-area-network-backup-support-matrix.md#supported-regions) only.
40+
41+
## Workflow for Azure Elastic SAN protection (preview)
42+
43+
Azure Backup manages the protection workflow for Azure Elastic SAN by performing the following operations:
44+
45+
1. After you configure an Azure Elastic SAN volume backup, Azure Backup captures a snapshot, extracts changed data to a Managed Disk incremental snapshot (recovery point), and then removes the volume snapshot.
46+
47+
>[!Note]
48+
>- The Elastic SAN volume snapshot is temporary and isn't a recovery point.
49+
>- Azure Backup manages the lifecycle of these incremental snapshots as per the backup policy.
50+
51+
1. During restore, Azure Backup reads the Manged Disk incremental snapshot, and then recovers it as a new volume in an existing Elastic SAN instance using the Elastic SAN import APIs.
52+
53+
You can also create a Managed Disk from the Managed Disk incremental snapshot directly from the [Azure portal](https://portal.azure.com/).
54+
55+
## Pricing
56+
57+
The solution consists of the following cost components:
58+
59+
- **Azure Backup protected instance fee for the Elastic SAN Volume**: No charges are applicable during preview.
60+
- **Managed Disk incremental snapshot fee**: Charges apply as per [existing Azure rates](https://azure.microsoft.com/pricing/details/managed-disks/) for data stored in the operational tier of managed disk incremental snapshots during preview.
61+
62+
## Next steps
63+
64+
- [Configure backup for Azure Elastic SAN using Azure portal (preview)](azure-elastic-storage-area-network-backup-configure.md).
65+
- [Restore Azure Elastic SAN using Azure portal (preview)](azure-elastic-storage-area-network-backup-restore.md).
66+
- [Manage Azure Elastic SAN using Azure portal (preview)](azure-elastic-storage-area-network-backup-manage.md).
67+
68+
69+

0 commit comments

Comments
 (0)