Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,570 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am working on Azure activity logs in monitor there I’m not able to select all the subscriptions so is there any way to get the perfect filter for required fields?
I hope this filter can help you:
AzureActivity
| where OperationName == "Create" and ResourceGroupName == "MyResourceGroup"
| project Resource, Caller, OperationName, TimeGenerated