You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-mysql-flexible-server-about.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.author: v-abhmallick
13
13
14
14
[!INCLUDE [Azure Database for MySQL - Flexible Server backup advisory](../../includes/backup-mysql-flexible-server-advisory.md)]
15
15
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 retain backups for *up to 10 years*.
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*.
17
17
18
18
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.
19
19
@@ -33,7 +33,7 @@ After the configuration is complete:
33
33
- Azure Backup invokes the backup based on the policy schedules on the Resource Manager API of Azure Database for MySQL - Flexible Server. It writes data to a secure blob container with a statistical analysis system (SAS) for enhanced security.
34
34
- The backup job runs independently to prevent disruptions during long-running tasks.
35
35
- The life cycles of the retention and recovery point align with the backup policies for effective management.
36
-
- Azure Backup invokes the restore on the Resource Manager API of the Azure Database for MySQL flexible server by using the SAS for asynchronous, nondisruptive recovery.
36
+
- Azure Backup invokes the restore on the Resource Manager API of Azure Database for MySQL - Flexible Server by using the SAS for asynchronous, nondisruptive recovery.
37
37
38
38
:::image type="content" source="./media/backup-azure-mysql-flexible-server-about/mysql-flexible-server-backup-architecture.png" alt-text="Diagram that shows the backup flow for Azure Database for MySQL - Flexible Server." lightbox="./media/backup-azure-mysql-flexible-server-about/mysql-flexible-server-backup-architecture.png":::
39
39
@@ -47,16 +47,16 @@ The following table lists permissions that the vault MSI requires for successful
47
47
48
48
| Operation | Permission |
49
49
| --- | --- |
50
-
|**Backup**|- Azure Database for MySQL - Flexible Server Long-Term Retention Backup role <br><br> - Reader role on the server's resource group.|
51
-
|**Restore**| Storage Blob Data Contributor role on the target storage account.|
50
+
|**Backup**| Azure Database for MySQL - Flexible Server Long-Term Retention Backup role <br><br> Reader role on the server's resource group |
51
+
|**Restore**| Storage Blob Data Contributor role on the target storage account |
52
52
53
53
## Pricing
54
54
55
55
You incur charges for:
56
56
57
57
-**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.
58
58
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.
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.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-mysql-flexible-server-restore.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Learn more about the [supported scenarios, considerations, and limitations](back
17
17
18
18
## Prerequisites
19
19
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`.
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`.
21
21
22
22
## Restore an Azure Database for MySQL - Flexible Server database
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-mysql-flexible-server-troubleshoot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ This article provides recommended actions to troubleshoot issues that you might
70
70
71
71
**Cause**: The required set of permissions isn't present to perform the restore operation.
72
72
73
-
**Recommended action**: Assign the [appropriate permissions](backup-azure-mysql-flexible-server-about.md#permissions-for-an-azure-database-for-mysql---flexible-server-backup) and retrigger backup operation.
73
+
**Recommended action**: Assign the [appropriate permissions](backup-azure-mysql-flexible-server-about.md#permissions-for-an-azure-database-for-mysql---flexible-server-backup) and retrigger the backup operation.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-mysql-flexible-server.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Here are important considerations for this preview feature:
23
23
24
24
- The retention rules are evaluated in a predetermined order of priority. The priority is the highest for the yearly rule, followed by the monthly rule, and then the weekly rule.
25
25
26
-
Default retention settings are applied when no other rules qualify. For example, the same recovery point might be the first successful backup taken every week in addition to the first successful backup taken every month. However, because the monthly rule priority is higher than that of the weekly rule, the retention that corresponds to the first successful backup taken every month applies.
26
+
Default retention settings are applied when no other rules qualify. For example, the same recovery point might be the first successful backup taken every week in addition to the first successful backup taken every month. However, because the priority of the monthly rule is higher than the priority of the weekly rule, the retention that corresponds to the first successful backup taken every month applies.
27
27
28
28
- By default, the retention rule is set to 3 months if no retention rule is set.
29
29
@@ -36,7 +36,8 @@ To create a backup policy, follow these steps:
36
36
1.[Create an Azure Backup vault](create-manage-backup-vault.md#create-a-backup-vault).
37
37
38
38
2. Go to the Azure Backup vault, and then select **+Backup** to open the **Configure backup** pane.
39
-
3. To create a new backup policy, under **Backup policy**, select **Create new**.
39
+
40
+
3. Under **Backup policy**, select **Create new**.
40
41
41
42
:::image type="content" source="./media/backup-azure-mysql-flexible-server/create-backup-policy.png" alt-text="Screenshot that shows how to start creating a new backup policy." lightbox="./media/backup-azure-mysql-flexible-server/create-backup-policy.png":::
42
43
@@ -107,6 +108,7 @@ To trigger an on-demand backup (a backup that's not in the schedule specified in
107
108
:::image type="content" source="./media/backup-azure-mysql-flexible-server/backup-instances.png" alt-text="Screenshot that shows how to run an on-demand backup." lightbox="./media/backup-azure-mysql-flexible-server/backup-instances.png":::
108
109
109
110
3. On the **MySQL database instance** pane, choose a retention rule from the list.
0 commit comments