Forum Discussion
Syed_Aman
Apr 18, 2019Copper Contributor
Azure Log Analytics for Azure MySQL database (PaaS Service)
Hello Everyone, I need some help in the below issue: I have enabled the diagnostic setting for Azure MySQL database (PaaS Service) in our environment and configured the alert to send the logs to Azur...
CliveWatson
May 13, 2019Former Employee
Hi Syed_Aman
I don't have any DBforMYSQL records
AzureDiagnostics | where SubscriptionId != "" | where TimeGenerated > ago(10m) | where ResourceProvider == "MICROSOFT.DBFORMYSQL" | where Category == "MySqlAuditLogs" and event_class_s == "connection_log" | summarize count() by event_subclass_s
The above should enable you to see what other states, like 'failed' have occurred - sorry I don't have the data so this is a guess!
Yochanan_Rachamim
Microsoft
Jun 06, 2019This feature is in Private Preview at the moment... see more information here:
https://github.com/MicrosoftDocs/azure-docs/issues/26763