Skip to content

Commit dfe73aa

Browse files
minor changes
1 parent 8642c7f commit dfe73aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/backup/backup-sql-server-azure-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To configure protection for a SQL Server database on a virtual machine, you must
2121

2222
## Troubleshoot discover and configure issues
2323

24-
After creating and configuring a Recovery Services vault, discovering databases and configuring backup is a two-step process.<br>
24+
When the creation and configuration of a Recovery Services vault is complete, discovering databases and configuring backup is a two-step process.<br>
2525

2626
![Backup Goal - SQL Server in Azure VM](./media/backup-azure-sql-database/sql.png)
2727

@@ -108,7 +108,7 @@ If you'd like to trigger a restore on the healthy SQL instances, do the followin
108108

109109
| Error message | Possible causes | Recommended action |
110110
|---|---|---|
111-
| Operation cancelled as a conflicting operation was already running on the same database. | You may get this error when the triggered on-demand, or the scheduled backup job has conflicts with an already running backup operation triggered by Azure Backup extension on the same database.<br> The following are the scenarios when this error code might display:<br><ul><li>Full backup is running on the database and another Full backup is triggered.</li><li>Diff backup is running on the database and another Diff backup is triggered.</li><li>Log backup is running on the database and another Log backup is triggered.</li></ul>| After the conflicting operation fails, restart the operation.
111+
| Operation canceled as a conflicting operation was already running on the same database. | You may get this error when the triggered on-demand, or the scheduled backup job has conflicts with an already running backup operation triggered by Azure Backup extension on the same database.<br> The following are the scenarios when this error code might display:<br><ul><li>Full backup is running on the database and another Full backup is triggered.</li><li>Diff backup is running on the database and another Diff backup is triggered.</li><li>Log backup is running on the database and another Log backup is triggered.</li></ul>| After the conflicting operation fails, restart the operation.
112112

113113

114114
### UserErrorFileManipulationIsNotAllowedDuringBackup

0 commit comments

Comments
 (0)