Skip to content

Commit 722fd57

Browse files
Merge pull request #116535 from MicrosoftGuyJFlo/CAInsightsReportingTroubleshooting
[Azure AD] Conditional Access - Insights Reporting Update from PM
2 parents fa40707 + c838cc3 commit 722fd57

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

articles/active-directory/conditional-access/howto-conditional-access-insights-reporting.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,19 @@ You can also investigate the sign-ins of a specific user by searching for sign-i
9696

9797
## Troubleshooting
9898

99+
### Why are queries failing due to a permissions error?
100+
101+
In order to access the workbook, you need the proper Azure AD permissions as well as Log Analytics workspace permissions. To test whether you have the proper workspace permissions by running a sample log analytics query:
102+
103+
1. Sign in to the **Azure portal**.
104+
1. Browse to **Azure Active Directory** > **Logs**.
105+
1. Type `SigninLogs` into the query box and select **Run**.
106+
1. If the query does not return any results, your workspace may not have been configured correctly.
107+
108+
![Troubleshoot failing queries](./media/howto-conditional-access-insights-reporting/query-troubleshoot-sign-in-logs.png)
109+
110+
For more information about how to stream Azure AD sign-in logs to a Log Analytics workspace, see the article [Integrate Azure AD logs with Azure Monitor logs](../reports-monitoring/howto-integrate-activity-logs-with-log-analytics.md).
111+
99112
### Why is the workbook taking a long time to load?
100113

101114
Depending on the time range selected and the size of your tenant, the workbook may be evaluating an extraordinarily large number of sign-in events. For large tenants, the volume of sign-ins may exceed the query capacity of Log Analytics. Try shortening the time range to 4 hours to see if the workbook loads.
Loading

0 commit comments

Comments
 (0)