Skip to content

Commit d8c670c

Browse files
author
AbhishekMallick-MS
committed
indentation updates
1 parent 24917fa commit d8c670c

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

articles/backup/backup-sql-server-database-from-azure-vm-blade.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To configure backup for SQL Server database from the SQL VM blade, follow these
2929
>[!Note]
3030
>SQL Server resource is different from the Virtual Machine resource.
3131
32-
2. Go to **Settings** > **Backups**.
32+
1. Go to **Settings** > **Backups**.
3333

3434
If the backup isn’t configured for the VM, the following backup options appear:
3535

@@ -38,11 +38,11 @@ To configure backup for SQL Server database from the SQL VM blade, follow these
3838

3939
:::image type="content" source="./media/backup-sql-server-database-from-azure-vm-blade/select-backups.png" alt-text="Screenshot shows how to select the Backups option on a SQL VM." lightbox="./media/backup-sql-server-database-from-azure-vm-blade/select-backups.png":::
4040

41-
3. On the **Azure Backup** blade, select **Enable** to start configuring the backup for the SQL Server using Azure Backup.
41+
1. On the **Azure Backup** blade, select **Enable** to start configuring the backup for the SQL Server using Azure Backup.
4242

43-
4. To start the backup operation, select an *existing Recovery Services vault* or [create a new vault](backup-sql-server-database-azure-vms.md#create-a-recovery-services-vault).
43+
1. To start the backup operation, select an *existing Recovery Services vault* or [create a new vault](backup-sql-server-database-azure-vms.md#create-a-recovery-services-vault).
4444

45-
5. Select **Discover** to start discovering databases in the VM.
45+
1. Select **Discover** to start discovering databases in the VM.
4646

4747
:::image type="content" source="./media/backup-sql-server-database-from-azure-vm-blade/start-database-discovery.png" alt-text="Screenshot shows how to start discovering an SQL database." lightbox="./media/backup-sql-server-database-from-azure-vm-blade/start-database-discovery.png":::
4848

@@ -53,45 +53,45 @@ To configure backup for SQL Server database from the SQL VM blade, follow these
5353
Azure Backup discovers all SQL Server databases on the VM. During discovery, the following operations run in the background:
5454

5555
1. Azure Backup registers the VM with the vault for workload backup. All databases on the registered VM can only be backed up to this vault.
56-
2. Azure Backup installs the AzureBackupWindowsWorkload extension on the VM. No agent is installed on the SQL database.
57-
3. Azure Backup creates the service account NT Service\AzureWLBackupPluginSvc on the VM.
58-
4. All backup and restore operations use the service account.
59-
5. NT Service\AzureWLBackupPluginSvc needs SQL sysadmin permissions. All SQL Server VMs created in Azure Marketplace come with the SqlIaaSExtension installed.
56+
1. Azure Backup installs the AzureBackupWindowsWorkload extension on the VM. No agent is installed on the SQL database.
57+
1. Azure Backup creates the service account NT Service\AzureWLBackupPluginSvc on the VM.
58+
1. All backup and restore operations use the service account.
59+
1. NT Service\AzureWLBackupPluginSvc needs SQL sysadmin permissions. All SQL Server VMs created in Azure Marketplace come with the SqlIaaSExtension installed.
6060

6161
The AzureBackupWindowsWorkload extension uses the SQLIaaSExtension to automatically get the necessary permissions.
6262

63-
6. Once the operation is completed, select **Configure backup**.
63+
1. Once the operation is completed, select **Configure backup**.
6464

6565
:::image type="content" source="./media/backup-sql-server-database-from-azure-vm-blade/start-database-backup-configuration.png" alt-text="Screenshot shows how to start the database backup configuration." lightbox="./media/backup-sql-server-database-from-azure-vm-blade/start-database-backup-configuration.png":::
6666

67-
7. Define a backup policy using one of the following options:
67+
1. Define a backup policy using one of the following options:
6868

6969
1. Select the default policy as *HourlyLogBackup*.
70-
2. Select an existing backup policy previously created for SQL.
71-
3. Create a new policy based on your RPO and retention range.
70+
1. Select an existing backup policy previously created for SQL.
71+
1. Create a new policy based on your RPO and retention range.
7272

7373
:::image type="content" source="./media/backup-sql-server-database-from-azure-vm-blade/select-backup-policy.png" alt-text="Screenshot shows how to select a backup policy for the database." lightbox="./media/backup-sql-server-database-from-azure-vm-blade/select-backup-policy.png":::
7474

75-
8. Select **Add** to view all the registered availability groups and standalone SQL Server instances.
75+
1. Select **Add** to view all the registered availability groups and standalone SQL Server instances.
7676

77-
9. On **Select items to backup**, expand the list of all the *unprotected databases* in that instance or the *Always On availability group*.
77+
1. On **Select items to backup**, expand the list of all the *unprotected databases* in that instance or the *Always On availability group*.
7878

79-
10. Select the *databases* to protect and select **OK**.
79+
1. Select the *databases* to protect and select **OK**.
8080

81-
:::image type="content" source="./media/backup-sql-server-database-from-azure-vm-blade/confirm-database-selection.png" alt-text="Screenshot shows how to confirm the selection of database for backup." lightbox="./media/backup-sql-server-database-from-azure-vm-blade/confirm-database-selection.png":::
81+
:::image type="content" source="./media/backup-sql-server-database-from-azure-vm-blade/confirm-database-selection.png" alt-text="Screenshot shows how to confirm the selection of database for backup." lightbox="./media/backup-sql-server-database-from-azure-vm-blade/confirm-database-selection.png":::
8282

83-
11. To optimize backup loads, Azure Backup allows/permits a maximum number of 50 databases in one backup job.
83+
1. To optimize backup loads, Azure Backup allows/permits a maximum number of 50 databases in one backup job.
8484

8585
1. To protect more than 50 databases, configure multiple backups.
86-
2. To enable the entire instance or the Always On availability group, in the AUTOPROTECT drop-down list, select ON, and then select OK.
86+
1. To enable the entire instance or the Always On availability group, in the AUTOPROTECT drop-down list, select ON, and then select OK.
8787

88-
12. Select **Enable Backup** to submit the Configure Protection operation and track the configuration progress in the Notifications area of the portal.
88+
1. Select **Enable Backup** to submit the Configure Protection operation and track the configuration progress in the Notifications area of the portal.
8989

90-
:::image type="content" source="./media/backup-sql-server-database-from-azure-vm-blade/enable-database-backup.png" alt-text="Screenshot shows how to enable the database backup operation." lightbox="./media/backup-sql-server-database-from-azure-vm-blade/enable-database-backup.png":::
90+
:::image type="content" source="./media/backup-sql-server-database-from-azure-vm-blade/enable-database-backup.png" alt-text="Screenshot shows how to enable the database backup operation." lightbox="./media/backup-sql-server-database-from-azure-vm-blade/enable-database-backup.png":::
9191

92-
13. To get an overview of your configured backups and a summary of backup jobs, go to **Settings** > **Backups** in the SQL VM resource.
92+
1. To get an overview of your configured backups and a summary of backup jobs, go to **Settings** > **Backups** in the SQL VM resource.
9393

94-
:::image type="content" source="./media/backup-sql-server-database-from-azure-vm-blade/backup-jobs-summary.png" alt-text="Screenshot shows how to view the backup jobs summary." lightbox="./media/backup-sql-server-database-from-azure-vm-blade/backup-jobs-summary.png":::
94+
:::image type="content" source="./media/backup-sql-server-database-from-azure-vm-blade/backup-jobs-summary.png" alt-text="Screenshot shows how to view the backup jobs summary." lightbox="./media/backup-sql-server-database-from-azure-vm-blade/backup-jobs-summary.png":::
9595

9696
## Next steps
9797

0 commit comments

Comments
 (0)