I would like have alerts when max storage on an elastic pool is attained and also the used space percentage for all my Azure SQL databases.
I was able to create this with custom performance counters for my SQL instances but on Azure SQL, because the master database can't execute procedures on other databases, I could not find a way to do it.
Some of those values are already available as checks but I could not find a way to add alarms to checks.
Could you point me in the right direction?