Skip to content

Commit a41a0eb

Browse files
committed
[AzureADDS] Additional WIP
1 parent ad7ab67 commit a41a0eb

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed
77.4 KB
Loading
46.4 KB
Loading
80.3 KB
Loading

articles/active-directory-domain-services/use-azure-monitor-workbooks.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,51 @@ To complete this article, you need the following resources and privileges:
3131
* Security audit events enabled for your Azure Active Directory Domain Services managed domain.
3232
* If needed, [enable security audits for Azure Active Directory Domain Services][enable-security-audits].
3333

34-
## Azure Workbooks overview
34+
## Azure Monitor Workbooks overview
35+
36+
When security audit events are turned on in Azure AD DS, it can be hard to analyze and identify issues in the managed domain. Azure Monitor lets you aggregate these security audit events and query the data. With Azure Monitor Workbooks, you can visualize this data to make it quicker and easier to identify issues.
37+
38+
Workbook templates are curated reports that are designed for flexible reuse by multiple users and teams. When you open a workbook template, the data from your Azure Monitor environment is loaded. You can use templates without an impact on other users in your organization, and can save your own workbooks based on the template.
3539

3640
Azure AD DS includes the following two workbook templates:
3741

3842
* Security overview report
3943
* Account activity report
4044

41-
To access these workbook templates, search for and select **Azure Active Directory Domain Services** in the Azure portal, select your managed domain, then choose **Monitoring > Workbooks**.
42-
43-
-- INSERT IMAGE OF WORKBOOKS IN AZURE PORTAL --
45+
For more information about how to edit and manage workbooks, see [Azure Monitor Workbooks overview](../azure-monitor/platform/workbooks-overview.md).
4446

4547
## Use security overview report workbook
4648

49+
To access the workbook templates, complete the following steps:
50+
51+
1. Search for and select **Azure Active Directory Domain Services** in the Azure portal.
52+
1. Select your managed domain, such as *aaddscontoso.com*
53+
1. From the menu on the left-hand side, choose **Monitoring > Workbooks**
54+
55+
![Select the Workbooks menu option in the Azure portal](./media/use-azure-monitor-workbooks/select-workbooks-in-azure-portal.png)
56+
57+
1. Choose the **Security Overview Report**.
58+
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 7 days*.
59+
60+
![Select the Workbooks menu option in the Azure portal](./media/use-azure-monitor-workbooks/select-query-filters.png)
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:
63+
64+
![Example Security Overview Report data visualized in Azure Monitor Workbooks](./media/use-azure-monitor-workbooks/example-security-overview-report.png)
65+
4766
## Use account activity report workbook
4867

4968
## Next steps
5069

70+
If you need to adjust password and lockout policies, see [Password and account lockout policies on managed domains][password-policy].
71+
72+
For problems with users, learn how to troubleshoot [account sign-in problems][troubleshoot-sign-in] or [account lockout problems][troubleshoot-account-lockout].
73+
5174
<!-- INTERNAL LINKS -->
5275
[create-azure-ad-tenant]: ../active-directory/fundamentals/sign-up-organization.md
5376
[associate-azure-ad-tenant]: ../active-directory/fundamentals/active-directory-how-subscriptions-associated-directory.md
5477
[create-azure-ad-ds-instance]: tutorial-create-instance.md
5578
[enable-security-audits]: security-audit-events.md
79+
[password-policy]: password-policy.md
80+
[troubleshoot-sign-in]: troubleshoot-sign-in.md
81+
[troubleshoot-account-lockout]: troubleshoot-account-lockout.md

0 commit comments

Comments
 (0)