I need to fetch "storage_percent", "io_consumption_percent" and "connections_failed" from Microsoft.DBforMySQL/servers in Azure. I could not find any Rest API for same. I tried to export data from Diagnostic Settings to Storage as well as Eventhub. But it did not work too.
Any way forward?
After this, I need to fetch the record from program and transfer to external system.
Thanks.