Microsoft documentation:
Azure Database for MySQL - Single Server takes backups of the data files and the transaction log.These backup files are not user-exposed and cannot be exported. These backups can only be used for restore operations in Azure Database for MySQL.
I want to create alert rules for those backups if anythings goes wrong. the only metrics i see in the logs is the used backup storage
AzureMetrics
| where MetricName == "backup_storage_used"
Is there any solution to create the alert rules with the backup status?