Required. SQL Azure Backup Alerts

533 Views Asked by At

SQL Azure backups. Is there a way to get emails alerts when the backup's are processed? I have a client that needs this for an ISO accreditation.

2

There are 2 best solutions below

3
On

You can configure Azure storage blob events to observe new backup blobs being created. You can filter for your need : full backup, differential backup, transaction log backup.

Now, you can handle the events accordingly using event handlers and send email.

More information on Azure Storage Blob Events

0
On

Azure SQL Backup Email Alert is not available. We can achieve using

  1. You have SQL in Azure VM use Recovery Services Vaults

Search the Recovery Service Vault in Azure portal

enter image description here

Open Recovery Service Vault and Create a new Recovery Service Vault and add required details

enter image description here

Open created Recovery Service vault and select Backup Alerts.

enter image description here

Select Configure notification

enter image description here

Select Email notification ON and add Recipient’s Email which you want to receive alert and save it.

enter image description here

After successful configuration you can receive the alert mail. Please Refer: Click here

  1. For alternate solution: Create Alert to Monitor (You have Azure SQL Server Database without VM)

Please Refer: Click here