Skip to content

Commit e69b442

Browse files
Merge pull request #51333 from v-thpra/azure-triage-fix-1065454
Fix for Customer Feedback 1065454: AZ-104: Monitor and back up Azure resources
2 parents c6f9653 + 3d9a367 commit e69b442

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

learn-pr/azure/intro-to-azure-backup/includes/4-when-to-use-azure-backup.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
Here, we'll discuss how you can decide if Azure Backup is the right choice for your data-protection needs. We'll highlight common backup scenarios where Azure Backup provides benefits, such as:
1+
Here, we discuss how you can decide if Azure Backup is the right choice for your data-protection needs. In this unit, we highlight common backup scenarios where Azure Backup provides benefits, such as:
22

33
* Ensuring availability of your data.
44
* Protecting your Azure workloads.
55
* Securing your data.
66

77
## Decision criteria
88

9-
Azure Backup is an Azure service that provides secure and zero-infrastructure backup solutions for all Azure-managed data assets. It protects a wide range of enterprise workloads, including Azure Virtual Machines, Azure Disks, SQL and SAP databases, and Azure file shares and blobs.
9+
Azure Backup is an Azure service that provides secure and zero-infrastructure backup solutions for all Azure-managed data assets. It protects a wide range of enterprise workloads. Including, Azure Virtual Machines (VMs), Azure Disks, SQL and SAP databases, and Azure file shares and blobs.
1010

1111
The main criteria that we're evaluating are outlined in the following table. The table contains some key areas where Azure Backup can provide services to you for data protection.
1212

1313
| Criteria | Consideration |
1414
| --- | --- |
15-
| Azure workloads | Azure VMs, Azure Disks, SQL Server or SAP HANA databases running in Azure VMs, Azure Blobs, Azure Disks, Azure Database for PostgreSQL. |
15+
| Azure workloads | Azure VMs, Azure Disks, SQL Server in Azure VMs, SAP HANA databases in Azure VMs, Azure Blobs, Azure Files shares, Azure Database for PostgreSQL. |
1616
| Compliance | Customer-defined backup policy with long-term retention across multiple zones or regions. |
1717
| Operational recoveries | With self-service backup and restores, the application administrator can take care of issues that might arise such as accidental deletion or data corruption. |
1818

1919
## Apply the criteria
2020

2121
In the introduction, we presented a scenario where your organization might have an application that relies on data from a back-end SQL Server installation. SQL Server is running on three Azure VMs. The data in the backup must be retained for up to 10 years to meet compliance requirements. You also want to be able to monitor the backups.
2222

23-
Before we dive into how Azure Backup can help meet these needs, it's important to understand what's not currently supported. If your three Azure VMs are deployed across multiple subscriptions or regions, you should be aware that Azure Backup doesn’t support cross-region backup for most workloads. However, it does support cross-region restore in a paired secondary region.
23+
Before we dive into how Azure Backup can help meet these needs, it's important to understand what isn't currently supported. If your three Azure VMs are deployed across multiple subscriptions or regions, you should note that Azure Backup doesn’t support cross-region backup for most workloads. However, it does support cross-region restore in a paired secondary region.
2424

2525
### Can Azure Backup protect the Azure VMs hosting the SQL Server instances?
2626

@@ -35,7 +35,7 @@ Additionally, Azure Backup provides the following advantages specifically for SQ
3535
* Point-in-time recovery up to a second
3636
* Individual database-level backup and restore
3737

38-
:::image type="content" source="../media/azure-backup-sql-overview.png" alt-text="Diagram of SQL Server hosted on an Azure VM backed up to a Recovery Services Vaults in Azure Backup. Displayed are also a data path and controls arrow depicting two-way flow for the data path and control path flow from Azure Backup to the backup extension on the VM.":::
38+
:::image type="content" source="../media/azure-backup-sql-overview.png" alt-text="Diagram of SQL Server hosted on an Azure VM backed up to a Recovery Services Vaults in Azure Backup. Arrows indicate a two-way flow for the data path and control path flow from Azure Backup to the backup extension on the VM.":::
3939

4040
### Does Azure Backup help with compliance?
4141

@@ -46,15 +46,15 @@ Short-term retention can be *minutes* or *daily*. Retention for *weekly*, *month
4646
Long-term retention can be:
4747

4848
* **Planned (compliance requirements)**: If you know in advance that data is required years from the current time, use Long-term retention.
49-
* **Unplanned (on-demand requirement)**: If you don't know in advance, then you can use on-demand backup with specific custom retention settings (these custom retention settings aren't impacted by policy settings).
49+
* **Unplanned (on-demand requirement)**: If you don't know in advance, then you can use on-demand backup with specific custom retention settings. Your policy settings don't impact these custom retention settings.
5050
* **On-demand backup with custom retention**: If you need to take a backup not scheduled via backup policy, then you can use an on-demand backup. It can be useful for taking backups that don’t fit your scheduled backup or for taking granular backup (for example, multiple IaaS VM backups per day since scheduled backup permits only one backup per day). It's important to note that the retention policy defined in scheduled policy doesn't apply to on-demand backups.
5151

5252
You can also implement policy management to help with compliance. Azure Backup Policies within each vault define when the backups should be triggered and how long they need to be retained. You can also manage these policies and apply them across multiple items.
5353

5454
### Does Azure Backup simplify monitoring and administration?
5555

56-
For monitoring and reporting, Azure Backup integrates with Log Analytics and provides the ability to see reports via Workbooks.
56+
Azure Backup integrates with Log Analytics for monitoring and reporting and provides reports via Workbooks.
5757

58-
Azure Backup provides in-built job monitoring for operations such as configuring backup, backing up, restoring, deleting backups, and so on. It's scoped to the vault and ideal for monitoring a single vault.
58+
Azure Backup provides in-built job monitoring for operations such as configuring backup, backing up, restoring, deleting backups, and so on. Azure Backup is scoped to the vault, making it ideal for monitoring a single vault.
5959

6060
If you need to monitor operational activities at scale, Backup Explorer provides an aggregated view of your entire backup estate, enabling detailed drill-down analysis and troubleshooting. It's a built-in Azure Monitor workbook that provides a single, central location to help you monitor operational activities across the entire backup estate on Azure, spanning tenants, locations, subscriptions, resource groups, and vaults.

0 commit comments

Comments
 (0)