Skip to content

Commit d212bd3

Browse files
author
AbhishekMallick-MS
committed
minor changes
1 parent fae3ac3 commit d212bd3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/backup/backup-managed-disks-tutorial.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,30 @@ For information on the Azure Disk backup region availability, supported scenario
2424

2525
1. In the *DemoVault* **Backup vault** created in the previous step, go to **Backup policies** and select **Add**.
2626

27-
![Add backup policy](./media/backup-managed-disks/backup-policies.png)
27+
:::image type="content" source="./media/backup-managed-disks/backup-policies.png" alt-text="Screenshot shows how to add backup policy." lightbox="./media/backup-managed-disks/backup-policies.png":::
2828

2929
1. In the **Basics** tab, provide policy name, select **Datasource type** as **Azure Disk**. The vault is already prepopulated and the selected vault properties are presented.
3030

3131
>[!NOTE]
3232
> Although the selected vault may have the global-redundancy setting, currently Azure Disk Backup supports snapshot datastore only. All backups are stored in a resource group in your subscription and aren't copied to backup vault storage.
3333
34-
![Select datasource type](./media/backup-managed-disks/datasource-type.png)
34+
:::image type="content" source="./media/backup-managed-disks/datasource-type.png" alt-text="Screenshot shows how to select datasource type." lightbox="./media/backup-managed-disks/datasource-type.png":::
3535

3636
1. In the **Backup policy** tab, select the backup schedule frequency.
3737

38-
![Select backup schedule frequency](./media/backup-managed-disks/backup-schedule-frequency.png)
38+
:::image type="content" source="./media/backup-managed-disks/backup-schedule-frequency.png" alt-text="Screenshot shows how to select backup schedule frequency." lightbox="./media/backup-managed-disks/backup-schedule-frequency.png":::
3939

4040
Azure Disk Backup offers multiple backups per day. If you require more frequent backups, choose the **Hourly** backup frequency with the ability to take backups with intervals of every *1*, *2*, *4*, *6*, *8*, or *12* hours. The backups are scheduled based on the **Time** interval selected. For example, if you select **Every 4 hours**, then the backups are taken at approximately in the interval of every 4 hours so the backups are distributed equally across the day. If a once a day backup is sufficient, then choose the **Daily** backup frequency. In the daily backup frequency, you can specify the time of the day when your backups are taken. It's important to note that the time of the day indicates the backup start time and not the time when the backup completes. The time required for completing the backup operation is dependent on various factors including size of the disk, and churn rate between consecutive backups. However, Azure Disk backup is an agentless backup that uses [incremental snapshots](../virtual-machines/disks-incremental-snapshots.md), which doesn't impact the production application performance.
4141

4242
1. In the **Backup policy** tab, select retention settings that meet the recovery point objective (RPO) requirement.
4343

4444
The default retention rule applies if no other retention rule is specified. The default retention rule can be modified to change the retention duration, but it cannot be deleted. You can add a new retention rule by selecting **Add retention rule**.
4545

46-
![Add a retention rule](./media/backup-managed-disks/add-retention-rule.png)
46+
:::image type="content" source="./media/backup-managed-disks/add-retention-rule.png" alt-text="Screenshot shows how to add a retention rule." lightbox="./media/backup-managed-disks/add-retention-rule.png":::
4747

4848
You can pick **first successful backup** taken daily or weekly, and provide the retention duration that the specific backups are to be retained before they're deleted. This option is useful to retain specific backups of the day or week for a longer duration of time. All other frequent backups can be retained for a shorter duration.
4949

50-
![Retention settings](./media/backup-managed-disks/retention-settings.png)
50+
:::image type="content" source="./media/backup-managed-disks/retention-settings.png" alt-text="Screenshot shows the retention settings." lightbox="./media/backup-managed-disks/retention-settings.png":::
5151

5252
>[!NOTE]
5353
>Azure Backup for Managed Disks uses incremental snapshots which are limited to 500 snapshots per disk. At a point in time you can have 500 snapshots for a disk. Thus, to prevent backup failure the retention duration is limited by the snapshot limit. To allow you to take on-demand backups aside from scheduled backups, backup policy limits the total backups to 450. Learn more about [incremental snapshots](../virtual-machines/disks-incremental-snapshots.md#restrictions) for managed disk.
@@ -175,7 +175,7 @@ To configure disk backup, follow these steps:
175175

176176
1. In the *DemoVault* **Backup vault** created in the previous step, go to **Backup instances** and select a backup instance.
177177

178-
![Select backup instance](./media/backup-managed-disks/select-backup-instance.png)
178+
:::image type="content" source="./media/backup-managed-disks/select-backup-instance.png" alt-text="Screenshot shows how to select backup instance." lightbox="./media/backup-managed-disks/select-backup-instance.png":::
179179

180180
1. In the **Backup instances** screen, you'll find:
181181

@@ -185,11 +185,11 @@ To configure disk backup, follow these steps:
185185

186186
1. Select **Backup** to initiate an on-demand backup.
187187

188-
![Select Backup Now](./media/backup-managed-disks/backup-now.png)
188+
:::image type="content" source="./media/backup-managed-disks/backup-now.png" alt-text="Screenshot shows how to select Backup Now." lightbox="./media/backup-managed-disks/backup-now.png":::
189189

190190
1. Select one of the retention rules associated with the backup policy. This retention rule will determine the retention duration of this on-demand backup. Select **Backup now** to start the backup.
191191

192-
![Initiate backup](./media/backup-managed-disks/initiate-backup.png)
192+
:::image type="content" source="./media/backup-managed-disks/initiate-backup.png" alt-text="Screenshot shows how to initiate the backup operation." lightbox="./media/backup-managed-disks/initiate-backup.png":::
193193

194194
## Next step
195195

articles/backup/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
href: tutorial-sap-hana-manage-cli.md
9797
- name: Configure SAP HANA database instance snapshot backup
9898
href: tutorial-configure-sap-hana-database-instance-snapshot-backup.md
99-
- name: Backup Azure Managed Disks
99+
- name: Back up Azure Managed Disks
100100
href: backup-managed-disks-tutorial.md
101101
- name: Configure Multi-user authorization (MUA)
102102
href: multi-user-authorization-tutorial.md

0 commit comments

Comments
 (0)