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-sql-server-database-azure-vms.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,14 +158,14 @@ You can track database discovery in **Notifications**. The time required for thi
158
158
159
159
:::image type="content" source="./media/backup-azure-sql-database/notifications-db-discovered.png" alt-text="Screenshot shows the deployment success message.":::
160
160
161
-
1. Azure Backup discovers all SQL Server databases on the VM. During discovery, the following elements occur in the background:
162
-
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).
161
+
Azure Backup discovers all SQL Server databases on the VM. During discovery, the following elements occur in the background:
162
+
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).
169
169
170
170

0 commit comments