1

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.

scottsanpedro
  • 1,142
  • 2
  • 12
  • 28
  • Hi @scottsanpedro, did you found the solution? Currenly I have exactly the same requirements, also for an ISO accreditation – Yurii Paneiko Dec 22 '21 at 17:28

2 Answers2

1

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

Venkataraman R
  • 12,181
  • 2
  • 31
  • 58
0

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

Delliganesh Sevanesan
  • 4,146
  • 1
  • 5
  • 15