Skip to content

Commit a489e2a

Browse files
committed
incorporating feedback
1 parent f2bd9c7 commit a489e2a

5 files changed

+15
-15
lines changed

articles/backup/backup-azure-mysql-flexible-server-about.md

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

1414
[!INCLUDE [Azure Database for MySQL - Flexible Server backup advisory](../../includes/backup-mysql-flexible-server-advisory.md)]
1515

16-
If you have an Azure Database for MySQL flexible server, you can extend the retention of backups beyond the current limit of 35 days with the built-in operational-tier backup capability of Azure Database for MySQL - Flexible Server. Azure Backup and Azure database services together allow you to build an enterprise-class backup solution for Azure Database for MySQL flexible servers that retains backups for *up to 10 years*.
16+
When you use an Azure Database for MySQL flexible server, you can extend the retention of backups beyond the current limit of 35 days with the built-in operational-tier backup capability of Azure Database for MySQL - Flexible Server. Azure Backup and Azure database services together allow you to build an enterprise-class backup solution for Azure Database for MySQL flexible servers that retains backups for *up to 10 years*.
1717

1818
Extending backup retention from 35 days to 10 years can help your organization meet compliance and regulatory requirements. The backups are copied to an isolated storage environment outside your tenant and subscription to help protect against ransomware attacks. In addition to long-term retention, this feature enhances backup resiliency by protecting the source data from different levels of data loss, such as accidental deletions and ransomware.
1919

@@ -25,7 +25,7 @@ You can recover this backup in your specified storage containers, which you can
2525

2626
To back up an Azure Database for MySQL flexible server:
2727

28-
1. Grant permissions to the Azure Backup vault MSI on the target Azure Resource Manager resource (Azure Database for MySQL flexible server), to establish access and control.
28+
1. Grant permissions to the Backup vault MSI on the target Azure Resource Manager resource (Azure Database for MySQL flexible server), to establish access and control.
2929
2. Configure backup policies to specify the scheduling, retention, and other parameters.
3030

3131
After the configuration is complete:
@@ -56,7 +56,7 @@ You incur charges for:
5656

5757
- **Protected instance fee**: When you configure a backup for an Azure Database for MySQL flexible server, a protected instance is created. Azure Backup for MySQL - Flexible Server charges a protected instance fee according to the size of the database (in gigabytes) on a per-unit (250-GB) basis.
5858

59-
- **Backup storage fee**: Azure Backup for MySQL flexible servers store backups in the Standard vault tier. Restore points stored in the Standard vault tier are charged a separate backup storage fee according to the total data stored (in gigabytes) and the redundancy type enabled on the Azure Backup vault.
59+
- **Backup storage fee**: Azure Backup for MySQL flexible servers store backups in the Standard vault tier. Restore points stored in the Standard vault tier are charged a separate backup storage fee according to the total data stored (in gigabytes) and the redundancy type enabled on the Backup vault.
6060

6161
## Related content
6262

articles/backup/backup-azure-mysql-flexible-server-restore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Learn more about the [supported scenarios, considerations, and limitations](back
1717

1818
## Prerequisites
1919

20-
Backup data is stored in the Azure Backup vault as a blob within the Microsoft tenant. During a restore operation, the backup data is copied from one storage account to another across tenants. Ensure that the target storage account for the restore has the `AllowCrossTenantReplication` property set to `true`.
20+
Backup data is stored in the Backup vault as a blob within the Microsoft tenant. During a restore operation, the backup data is copied from one storage account to another across tenants. Ensure that the target storage account for the restore has the `AllowCrossTenantReplication` property set to `true`.
2121

2222
## Restore an Azure Database for MySQL - Flexible Server database
2323

2424
To restore the database, follow these steps:
2525

26-
1. Go to the Azure Backup vault, and then select **Backup instances**.
26+
1. Go to the Backup vault, and then select **Backup instances**.
2727

28-
2. Select the Azure Database for MySQL flexible server, and then select **Restore**.
28+
2. Select **Azure Database for MySQL - Flexible Server (preview)** > **Restore**.
2929

3030
:::image type="content" source="./media/backup-azure-mysql-flexible-server-restore/restore-parameters.png" alt-text="Screenshot that shows how to go to a backup instance." lightbox="./media/backup-azure-mysql-flexible-server-restore/restore-parameters.png":::
3131

articles/backup/backup-azure-mysql-flexible-server-support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Support Matrix for Azure Database for MySQL - Flexible Server Retention for Long Term by Using Azure Backup
2+
title: Support Matrix for Azure Database for MySQL - Flexible Server Retention for the Long Term by Using Azure Backup
33
description: This article provides a summary of support settings and limitations when you're backing up Azure Database for MySQL - Flexible Server.
44
ms.topic: reference
55
ms.date: 11/21/2024
@@ -21,7 +21,7 @@ Long-term retention for Azure Database for MySQL - Flexible Server (preview) is
2121

2222
## Supported scenarios
2323

24-
- This feature backs up the entire Azure Database for MySQL flexible server to an Azure Backup vault.
24+
- This feature backs up the entire Azure Database for MySQL flexible server to a Backup vault.
2525
- You can recover the Azure Database for MySQL - Flexible Server long-term retention (LTR) data in the specified storage containers that you use to rebuild the Azure Database for MySQL flexible server. You can also restore this data as a new Azure Database for MySQL flexible server with database native tools.
2626

2727
## Limitations

articles/backup/backup-azure-mysql-flexible-server-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Troubleshoot Azure Database for MySQL - Flexible Server Backup Using Azure Backup
2+
title: Troubleshoot Azure Database for MySQL - Flexible Server Backup by Using Azure Backup
33
description: Get troubleshooting information for backing up Azure Database for MySQL - Flexible Server.
44
ms.topic: troubleshooting
55
ms.date: 11/21/2024

articles/backup/backup-azure-mysql-flexible-server.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Back Up an Azure Database for MySQL Flexible Server by using Azure Backup
2+
title: Back Up an Azure Database for MySQL Flexible Server by Using Azure Backup
33
description: Learn how to back up an Azure Database for MySQL flexible server.
44
ms.topic: how-to
55
ms.date: 11/21/2024
@@ -33,9 +33,9 @@ Learn more about the [supported scenarios, considerations, and limitations](back
3333

3434
To create a backup policy, follow these steps:
3535

36-
1. [Create an Azure Backup vault](create-manage-backup-vault.md#create-a-backup-vault).
36+
1. [Create a Backup vault](create-manage-backup-vault.md#create-a-backup-vault).
3737

38-
2. Go to the Azure Backup vault, and then select **+Backup** to open the **Configure backup** pane.
38+
2. Go to the Backup vault, and then select **+Backup** to open the **Configure backup** pane.
3939

4040
3. Under **Backup policy**, select **Create new**.
4141

@@ -63,13 +63,13 @@ You can configure a backup for the entire Azure Database for MySQL - Flexible Se
6363

6464
To configure a backup, follow these steps:
6565

66-
1. In the Azure portal, go to the Azure Backup vault, and then select **+Backup**.
66+
1. In the Azure portal, go to the Backup vault, and then select **+Backup**.
6767

6868
:::image type="content" source="./media/backup-azure-mysql-flexible-server/configure-backup.png" alt-text="Screenshot that shows how to start a backup configuration." lightbox="./media/backup-azure-mysql-flexible-server/configure-backup.png":::
6969

7070
:::image type="content" source="./media/backup-azure-mysql-flexible-server/configure-backup-basic.png" alt-text="Screenshot that shows the Basics tab on the pane for configuring a backup." lightbox="./media/backup-azure-mysql-flexible-server/configure-backup-basic.png":::
7171

72-
Alternatively, go to **Backup center** > **+Backup**.
72+
Alternatively, go to **Business Continuity Center** > **+Backup**.
7373

7474
2. Select the backup policy that you created, which defines the backup schedule and the retention duration.
7575

@@ -101,7 +101,7 @@ To configure a backup, follow these steps:
101101

102102
To trigger an on-demand backup (a backup that's not in the schedule specified in the policy), follow these steps:
103103

104-
1. Go to the Azure Backup vault, select **Backup instances**, and then select the backup instance for which you want to take a backup.
104+
1. Go to the Backup vault, select **Backup instances**, and then select the backup instance for which you want to take a backup.
105105

106106
2. Select **Backup Now**.
107107

0 commit comments

Comments
 (0)