Skip to content

Commit 43e5c8e

Browse files
Update to images
1 parent 0923517 commit 43e5c8e

File tree

8 files changed

+14
-13
lines changed

8 files changed

+14
-13
lines changed

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

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Conditional Access insights and reporting workbook - Azure Active Directory
3-
description: Using the Azure AD Conditional Access insights & reporting workbook to troubleshoot policies
3+
description: Using the Azure AD Conditional Access insights and reporting workbook to troubleshoot policies
44

55
services: active-directory
66
ms.service: active-directory
77
ms.subservice: conditional-access
88
ms.topic: article
9-
ms.date: 04/22/2020
9+
ms.date: 04/30/2020
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -51,13 +51,13 @@ If you have not integrated Azure AD logs with Azure Monitor logs, you will need
5151
To access the insights and reporting workbook:
5252

5353
1. Sign in to the **Azure portal**.
54-
1. Browse to **Azure Active Directory** > **Security** > **Conditional Access** > **Insights & Reporting**.
54+
1. Browse to **Azure Active Directory** > **Security** > **Conditional Access** > **Insights and reporting**.
5555

5656
### Get started: Select parameters
5757

5858
The insights and reporting dashboard lets you see the impact of one or more Conditional Access policies over a specified period. Start by setting each of the parameters at the top of the workbook.
5959

60-
![]()
60+
![Conditional Access Insignts and Reporting dashboard in the Azure portal](./media/howto-conditional-access-insights-reporting/conditional-access-insights-and-reporting-dashboard.png)
6161

6262
**Conditional Access policy**: Select one or more Conditional Access policies to view their combined impact. Policies are separated into two groups: Enabled and Report-only policies. By default, all Enabled policies are selected. These enabled policies are the policies currently enforced in your tenant.
6363

@@ -73,7 +73,7 @@ The insights and reporting dashboard lets you see the impact of one or more Cond
7373

7474
Once the parameters have been set, the impact summary loads. The summary shows how many users or sign-ins during the time range resulted in “Success”, “Failure”, ”User action required” or “Not applied” when the selected policies were evaluated.
7575

76-
![]()
76+
![Impact summary in the Conditional Access workbook](./media/howto-conditional-access-insights-reporting/workbook-impact-summary.png)
7777

7878
**Total**: The number of users or sign-ins during the time period where at least one of the selected policies was evaluated.
7979

@@ -87,13 +87,13 @@ Once the parameters have been set, the impact summary loads. The summary shows h
8787

8888
### Understanding the impact
8989

90-
![]()
90+
![Workbook breakdown per condition and status](./media/howto-conditional-access-insights-reporting/workbook-breakdown-condition-and-status.png)
9191

9292
View the breakdown of users or sign-ins for each of the conditions. You can filter the sign-ins of a particular result (for example, Success or Failure) by selecting on of the summary tiles at the top of the workbook. You can see the breakdown of sign-ins for each of the Conditional Access conditions: device state, device platform, client app, location, application, and sign-in risk.
9393

9494
## Sign-in details
9595

96-
![]()
96+
![Workbook sign-in details](./media/howto-conditional-access-insights-reporting/workbook-sign-in-details.png)
9797

9898
You can also investigate the sign-ins of a specific user by searching for sign-ins at the bottom of the dashboard. The query on the left displays the most frequent users. Selecting a user will filter the query to the right.
9999

@@ -109,14 +109,12 @@ When the volume of sign-ins exceeds the query capacity of Log Analytics, the wor
109109

110110
### Can I save my parameter selections?
111111

112-
You can save your parameter selections at the top of the workbook by going to **Azure Active Directory** > **Workbooks** > **Conditional Access Insights & Reporting**. Here you will find the workbook template, where you can edit the workbook and save a copy to your workspace, including the parameter selections, in **My reports** or **Shared reports**.
113-
114-
![]()
112+
You can save your parameter selections at the top of the workbook by going to **Azure Active Directory** > **Workbooks** > **Conditional Access Insights and reporting**. Here you will find the workbook template, where you can edit the workbook and save a copy to your workspace, including the parameter selections, in **My reports** or **Shared reports**.
115113

116114
### Can I edit and customize the workbook with additional queries?
117115

118-
You can edit and customize the workbook by going to **Azure Active Directory** > **Workbooks** > **Conditional Access Insights & Reporting**. Here you will find the workbook template, where you can edit the workbook and save a copy to your workspace, including the parameter selections, in **My reports** or **Shared reports**. To start editing the queries, click **Edit** at the top of the workbook.
116+
You can edit and customize the workbook by going to **Azure Active Directory** > **Workbooks** > **Conditional Access Insights and reporting**. Here you will find the workbook template, where you can edit the workbook and save a copy to your workspace, including the parameter selections, in **My reports** or **Shared reports**. To start editing the queries, click **Edit** at the top of the workbook.
119117

120118
## Next steps
121119

122-
[Conditional Access report-only mode](concept-conditional-access-report-only.md)
120+
[Conditional Access report-only mode](concept-conditional-access-report-only.md)
Loading
Loading
Loading
Loading
24.1 KB
Loading
33.8 KB
Loading

articles/active-directory/conditional-access/troubleshoot-conditional-access.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: conditional-access
88
ms.topic: troubleshooting
9-
ms.date: 03/13/2020
9+
ms.date: 04/30/2020
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -52,9 +52,12 @@ To find out which Conditional Access policy or policies applied and why do the f
5252
1. Information in the **Troubleshooting and support** tab may provide a clear reason as to why a sign-in failed such as a device that did not meet compliance requirements.
5353
1. To investigate further, drill down into the configuration of the policies by clicking on the **Policy Name**. Clicking the **Policy Name** will show the policy configuration user interface for the selected policy for review and editing.
5454
1. The **client user** and **device details** that were used for the Conditional Access policy assessment are also available in the **Basic Info**, **Location**, **Device Info**, **Authentication Details**, and **Additional Details** tabs of the sign-in event.
55+
1. Selecting the ellipsis on the right side of the policy brings up policy details. This gives administrators additional information about why a policy was successfully applied or not.
5556

5657
![Sign in event Conditional Access tab](./media/troubleshoot-conditional-access/image5.png)
5758

59+
![Policy details (preview)](./media/troubleshoot-conditional-access/policy-details.png)
60+
5861
If the information in the event isn't enough to understand the sign-in results or adjust the policy to get desired results, then a support incident may be opened. Navigate to that sign-in event's **Troubleshooting and support** tab and select **Create a new support request**.
5962

6063
![The Troubleshooting and support tab of the Sign-in event](./media/troubleshoot-conditional-access/image6.png)

0 commit comments

Comments
 (0)