Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)
I want to see all the activity logs initiated by the users from our organizations. Can anyone help me how I can able to do that?

1 Answer

0 votes
by (26.7k points)
edited by

So basically, there are two ways to do it. First, you need to search for @mycompnay.com on the Activity Log page. Second, go to Azure monitor, and then go to logs, there write this query:

AzureActivity 

| where Caller contains "@mycompamy.com"

I hope this will help.

Want to become an Azure expert? join Azure Architect Training now!!

Related questions

Browse Categories

...