Skip to content

Commit af2e721

Browse files
author
AbhishekMallick01
committed
ESAN backup - Fixes to address partner's asks
1 parent bd6a639 commit af2e721

File tree

1 file changed

+17
-21
lines changed

1 file changed

+17
-21
lines changed
Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: About Azure Elastic storage area network backup (preview)
3-
description: Learn how the Azure Elastic storage area network (Azure Elastic SAN) backup works.
2+
title: About Azure Elastic SAN backup (preview)
3+
description: Learn how the Elastic SAN backup works.
44
ms.topic: overview
55
ms.date: 05/21/2025
66
author: jyothisuri
@@ -10,60 +10,56 @@ ms.custom: engagement-fy24
1010

1111
# About Azure Elastic SAN backup (preview)
1212

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.
13+
[Azure Backup](backup-overview.md) allows Elastic SAN backup through the [Backup vault](backup-vault-overview.md) to ensure seamless backup and restoration.
1414

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.
15+
[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 for versatile compute compatibility.
1616

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.
17+
Azure Backup enables Elastic SAN 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.
1818

1919
>[!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]).
20+
>As this solution is covered by Microsoft's Supplemental Terms for Azure Previews, use it for testing, and not for production use. For any queries, write to [[email protected]](mailto:[email protected]).
2321

24-
## Key features of Azure Elastic SAN protection (preview)
22+
## Key features of Elastic SAN backup
2523

26-
Azure Elastic SAN volume protection (preview) includes the following key features:
24+
Elastic SAN backup includes the following key features:
2725

28-
- **Snapshot export**: Exports the selected Elastic SAN volume to an independent Managed Disk incremental snapshot (operational tier) at a given point in time.
26+
- **Region availability**: The feature is currently [available in specific regions](azure-elastic-storage-area-network-backup-support-matrix.md#supported-regions) only.
27+
- **Snapshot export**: Exports the selected Elastic SAN volume to an independent managed disk incremental snapshot (operational tier) at a given point in time.
2928
- **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.
3029
- **Restore points**: Supports up to **450 restore points**, with backup frequency of **24 hours**.
3130
- **Backup tier**: Supports operational tier.
3231

3332
>[!Note]
3433
>Long-term vaulted backups are currently not supported.
3534
- **Volume size limit**: Supports Elastic SAN volumes size of **<= 4 TB**.
35+
- **Snapshot deletion**: 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.
3636

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.
37+
## How the backup process for Elastic SAN works
4038

41-
## Workflow for Azure Elastic SAN protection (preview)
39+
Azure Backup manages the backup operations for Elastic SAN by performing the following actions:
4240

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.
41+
- After you configure the Elastic SAN backup, Azure Backup captures a snapshot, extracts changed data to a managed disk incremental snapshot (recovery point), and then removes the volume snapshot.
4642

4743
>[!Note]
4844
>- The Elastic SAN volume snapshot is temporary and isn't a recovery point.
4945
>- Azure Backup manages the lifecycle of these incremental snapshots as per the backup policy.
5046

51-
1. During restore, Azure Backup reads the Managed Disk incremental snapshot, and then recovers it as a new volume in an existing Elastic SAN instance using the Elastic SAN import APIs.
47+
- During restore, Azure Backup reads the managed disk incremental snapshot, and then recovers it as a new volume in an existing Elastic SAN instance using the Elastic SAN import APIs.
5248

5349
You can also create a Managed Disk from the Managed Disk incremental snapshot directly from the [Azure portal](https://portal.azure.com/).
5450

5551
## Pricing
5652

5753
The solution consists of the following cost components:
5854

59-
- **Azure Backup protected instance fee for the Elastic SAN Volume**: No charges are applicable during preview.
55+
- **Azure Backup protected instance fee for the Elastic SAN**: No charges are applicable during preview.
6056
- **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.
6157

6258
## Next steps
6359

6460
- [Configure backup for Azure Elastic SAN using Azure portal (preview)](azure-elastic-storage-area-network-backup-configure.md).
6561
- [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).
62+
- [Manage Azure Elastic SAN backups using Azure portal (preview)](azure-elastic-storage-area-network-backup-manage.md).
6763

6864

6965

0 commit comments

Comments
 (0)