Ho to select all the subscription in filter in activity log in azure monitor

Ravi Teja Gonugunta 5 Reputation points
2023-08-16T15:54:37.9766667+00:00

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?

Azure Monitor
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
{count} vote

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 23,120 Reputation points
    2023-08-16T17:23:38.27+00:00

    I hope this filter can help you:

    AzureActivity
    | where OperationName == "Create" and ResourceGroupName == "MyResourceGroup"
    | project Resource, Caller, OperationName, TimeGenerated
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.