Hello,
I'm trying to run the following queries to get the information of following administrative activities performed on the Azure Analysis Resource . But i'm not able to get the results. results are empty.
AzureActivity | where OperationNameValue == \"Microsoft.AnalysisServices/servers/suspend/action\" and ActivityStatusValue == \"Succeeded\"
AzureActivity | where OperationNameValue == \"Microsoft.AnalysisServices/servers/resume/action\" and ActivityStatusValue == \"Succeeded\"
AzureActivity | where OperationNameValue == \"Microsoft.AnalysisServices/servers/write\" and ActivityStatusValue == \"Succeeded\"
I would be glad if anyone from the community team can help me to solve the above queries?
Regards,
yash

