Skip to content

Commit 74c70b4

Browse files
Fixed indentations
1 parent c958a1b commit 74c70b4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/backup/backup-sql-server-database-azure-vms.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@ You can track database discovery in **Notifications**. The time required for thi
160160

161161
Azure Backup discovers all SQL Server databases on the VM. During discovery, the following elements occur in the background:
162162

163-
* Azure Backup registers the VM with the vault for workload backup. All databases on the registered VM can be backed up to this vault only.
164-
* Azure Backup installs the AzureBackupWindowsWorkload extension on the VM. No agent is installed on a SQL database.
165-
* Azure Backup creates the service account NT Service\AzureWLBackupPluginSvc on the VM.
166-
* All backup and restore operations use the service account.
167-
* NT Service\AzureWLBackupPluginSvc requires SQL sysadmin permissions. All SQL Server VMs created in the Marketplace come with the SqlIaaSExtension installed. The AzureBackupWindowsWorkload extension uses the SQLIaaSExtension to automatically get the required permissions.
168-
* If you didn't create the VM from the Marketplace or if you are on SQL 2008 and 2008 R2, the VM may not have the SqlIaaSExtension installed, and the discovery operation fails with the error message UserErrorSQLNoSysAdminMembership. To fix this issue, follow the instructions under [Set VM permissions](backup-azure-sql-database.md#set-vm-permissions).
163+
* Azure Backup registers the VM with the vault for workload backup. All databases on the registered VM can be backed up to this vault only.
164+
* Azure Backup installs the AzureBackupWindowsWorkload extension on the VM. No agent is installed on a SQL database.
165+
* Azure Backup creates the service account NT Service\AzureWLBackupPluginSvc on the VM.
166+
* All backup and restore operations use the service account.
167+
* NT Service\AzureWLBackupPluginSvc requires SQL sysadmin permissions. All SQL Server VMs created in the Marketplace come with the SqlIaaSExtension installed. The AzureBackupWindowsWorkload extension uses the SQLIaaSExtension to automatically get the required permissions.
168+
* If you didn't create the VM from the Marketplace or if you are on SQL 2008 and 2008 R2, the VM may not have the SqlIaaSExtension installed, and the discovery operation fails with the error message UserErrorSQLNoSysAdminMembership. To fix this issue, follow the instructions under [Set VM permissions](backup-azure-sql-database.md#set-vm-permissions).
169169

170170
![Select the VM and database](./media/backup-azure-sql-database/registration-errors.png)
171171

0 commit comments

Comments
 (0)