Replies: 1 comment 1 reply
-
That does seem very slow, do you have a large number of sign in records in your environment? I believe we also have opportunities to improve the performance of this query via quals. Right now it appears the list query does not optimize any API calls based on the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it expected that the Azure AD sign in reports are slow to produce data?
After a
steampipe plugin install azuread
and authenticating via theaz
cli I runselect * from azuread_sign_in_report where created_date_time >= '<something recent>'
and it takes on the order of minutes to get a response of 14 records.I have a P2 license and appropriate permissions and can successfully view the sign in reports in the portal without issue.
Beta Was this translation helpful? Give feedback.
All reactions