Does anyone know how to create an alert when, for whatever reason, an Azure SQL Database backup fails to complete?
CodePudding user response:
You can use Azure Monitor service to create alert for Backup failure.
- Search for
Monitorin Azure Portal. Click onalertsunder Monitor.
Click on
Create->Alert rule.Click
Scopeand select the required fields.
- Under
Conditiontab, select the optionActivity logand select Signal name asExport an existing databaseas shown in below image.
- Select the alert logic.
Under
Actiontab, create a New action group or use existing group.In the action group, create an alerts like Email, SMS or Voice call and click on OK.





