Planet-9
Planet-9

Reputation: 37

Using Kusto query to find users who have Azure global administrator role assigned

I am new to Kusto Query Language and trying to write a query to find AAD accounts who have the global administrator role assigned to them and get their number of logins over a period of time (i.e., 30 days).

I thought I would find some example queries that I can start with, but I did not find any examples.

I'm not sure if my search criteria were not right, or this task may not be easily done with Kusto without utilizing additional Azure data structures.

Can you please direct me to some references that provide examples of such a query if that is possible?

Thanks,

Upvotes: 2

Views: 2524

Answers (1)

Avnera
Avnera

Reputation: 7618

A good start would be the Kusto language tutorial

Upvotes: -2

Related Questions