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
Monitor
in Azure Portal. Click onalerts
under Monitor.
Click on
Create
->Alert rule
.Click
Scope
and select the required fields.
- Under
Condition
tab, select the optionActivity log
and select Signal name asExport an existing database
as shown in below image.
- Select the alert logic.
Under
Action
tab, 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.