You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-domain-services/use-azure-monitor-workbooks.md
+39-7Lines changed: 39 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ ms.service: active-directory
8
8
ms.subservice: domain-services
9
9
ms.workload: identity
10
10
ms.topic: conceptual
11
-
ms.date: 03/10/2020
11
+
ms.date: 03/12/2020
12
12
ms.author: iainfou
13
13
14
14
---
15
15
# Review security audit events in Azure AD Domain Services using Azure Monitor Workbooks
16
16
17
-
To help you understand the health of your Azure Active Directory Domain Services (Azure AD DS) managed domain, security audit events can be enabled. These security audit events can be reviewed using Azure Monitor Workbooks which combine text, analytics queries, Azure Metrics, and parameters into rich interactive reports. Workbook templates for security overview and account activity let you dig into audit events and manage your environment.
17
+
To help you understand the health of your Azure Active Directory Domain Services (Azure AD DS) managed domain, you can enable security audit events. These security audit events can then be reviewed using Azure Monitor Workbooks that combine text, analytics queries, and parameters into rich interactive reports. Azure AD DS includes workbook templates for security overview and account activity that let you dig into audit events and manage your environment.
18
18
19
19
This article shows you how to use Azure Monitor Workbooks to review security audit events in Azure AD DS.
20
20
@@ -28,7 +28,7 @@ To complete this article, you need the following resources and privileges:
28
28
* If needed, [create an Azure Active Directory tenant][create-azure-ad-tenant] or [associate an Azure subscription with your account][associate-azure-ad-tenant].
29
29
* An Azure Active Directory Domain Services managed domain enabled and configured in your Azure AD tenant.
30
30
* If needed, complete the tutorial to [create and configure an Azure Active Directory Domain Services instance][create-azure-ad-ds-instance].
31
-
* Security audit events enabled for your Azure Active Directory Domain Services managed domain.
31
+
* Security audit events enabled for your Azure Active Directory Domain Services managed domain that stream data to a Log Analytics workspace.
32
32
* If needed, [enable security audits for Azure Active Directory Domain Services][enable-security-audits].
33
33
34
34
## Azure Monitor Workbooks overview
@@ -44,9 +44,9 @@ Azure AD DS includes the following two workbook templates:
44
44
45
45
For more information about how to edit and manage workbooks, see [Azure Monitor Workbooks overview](../azure-monitor/platform/workbooks-overview.md).
46
46
47
-
## Use security overview report workbook
47
+
## Use the security overview report workbook
48
48
49
-
To access the workbook templates, complete the following steps:
49
+
To access the workbook template for the security overview report, complete the following steps:
50
50
51
51
1. Search for and select **Azure Active Directory Domain Services** in the Azure portal.
52
52
1. Select your managed domain, such as *aaddscontoso.com*
@@ -59,11 +59,41 @@ To access the workbook templates, complete the following steps:
59
59
60
60

61
61
62
-
The **Tile view** and **Chart view** options can also be changed to analyze and visualize the data as desired, as shown in the following example:
62
+
The **Tile view** and **Chart view** options can also be changed to analyze and visualize the data as desired
63
+
64
+
1. To drill down into a specific event type, select the one of the **Sign-in result** cards such as *Account Locked Out*, as shown in the following example:
63
65
64
66

65
67
66
-
## Use account activity report workbook
68
+
1. The lower part of the security overview report below the chart then breaks down the activity type selected. You can filter by usernames involved on the right-hand side, as shown in the following example report:
69
+
70
+

71
+
72
+
## Use the account activity report workbook
73
+
74
+
To access the workbook template for the account activity report, complete the following steps:
75
+
76
+
1. Search for and select **Azure Active Directory Domain Services** in the Azure portal.
77
+
1. Select your managed domain, such as *aaddscontoso.com*
78
+
1. From the menu on the left-hand side, choose **Monitoring > Workbooks**
79
+
1. Choose the **Account Activity Report**.
80
+
1. From the drop-down menus at the top of the workbook, select your Azure subscription and then Azure Monitor workspace. Choose a **Time range**, such as *Last 30 days*, then how you want the **Tile view** to represent the data. You can filter by **Account username**, such as *felix*, as shown in the following example report:
81
+
82
+

83
+
84
+
Below the chart shows the individual sign-in events along with information such as the activity result and source workstation. This information can help determine repeated sources of sign-in events that may cause account lockouts or indicate a potential attack.
85
+
86
+
As with the security overview report, you can drill down into the different tiles at the top of the report to visualize and analyze the data as needed.
87
+
88
+
## Save and edit workbooks
89
+
90
+
The two template workbooks provided by Azure AD DS are a good place to start with your own data analysis. If you need to get more granular in the data queries and investigations, you can save your own workbooks and edit the queries.
91
+
92
+
To save a copy of one of the workbook templates, select **Edit > Save as > Shared reports**, then provide a name and save it.
93
+
94
+
From your own copy of the template, select **Edit** to enter the edit mode. You can choose the blue **Edit** button next to any part of the report and change it. All of the charts and tables are generated using Kusto queries.
95
+
96
+
For more information on creating your own queries, see [Azure Monitor log queries][azure-monitor-queries] and [Kusto queries tutorial][kusto-queries].
67
97
68
98
## Next steps
69
99
@@ -79,3 +109,5 @@ For problems with users, learn how to troubleshoot [account sign-in problems][tr
0 commit comments