Skip to content

Commit ce62a74

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into brokelinks1
2 parents d185142 + 28fa80c commit ce62a74

31 files changed

+234
-177
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11058,12 +11058,12 @@
1105811058
},
1105911059
{
1106011060
"source_path_from_root": "/articles/active-directory/privileged-identity-management/concept-privileged-access-versus-role-assignable.md",
11061-
"redirect_url": "/azure/active-directory/privileged-identity-management/concept-pim-for-groups",
11061+
"redirect_url": "azure/active-directory/privileged-identity-management/concept-pim-for-groups",
1106211062
"redirect_document_id": false
1106311063
},
1106411064
{
1106511065
"source_path_from_root": "/articles/active-directory/privileged-identity-management/groups-features.md",
11066-
"redirect_url": "/azure/active-directory/privileged-identity-management/concept-pim-for-groups",
11066+
"redirect_url": "azure/active-directory/privileged-identity-management/concept-pim-for-groups",
1106711067
"redirect_document_id": false
1106811068
},
1106911069
{

articles/active-directory/cloud-sync/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
href: how-to-gmsa-cmdlets.md
7373
- name: How to map usertype with cloud sync
7474
href: how-to-map-usertype.md
75+
- name: Azure AD cloud sync insights workbook
76+
href: how-to-cloud-sync-workbook.md
7577
- name: Develop
7678
items:
7779
- name: Transformations
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
title: 'Azure AD cloud sync insights workbook'
3+
description: This article describes the Azure Monitor workbook for cloud sync.
4+
services: active-directory
5+
author: billmath
6+
manager: amycolannino
7+
ms.service: active-directory
8+
ms.topic: conceptual
9+
ms.workload: identity
10+
ms.date: 01/26/2023
11+
ms.subservice: hybrid
12+
ms.author: billmath
13+
ms.collection: M365-identity-device-management
14+
---
15+
16+
17+
18+
# Azure AD cloud sync insights workbook
19+
The Cloud sync workbook provides a flexible canvas for data analysis. The workbook allows you to create rich visual reports within the Azure portal. To learn more, see Azure Monitor Workbooks overview.
20+
21+
This workbook is intended for Hybrid Identity Admins who use cloud sync to sync users from AD to Azure AD. It allows admins to gain insights into sync status and details.
22+
23+
The workbook can be accessed by select **Insights** on the left hand side of the cloud sync page.
24+
25+
26+
:::image type="content" source="media/how-to-cloud-sync-workbook/workbook-1.png" alt-text="Screenshot of the cloud sync workbook." lightbox="media/how-to-cloud-sync-workbook/workbook-1.png":::
27+
28+
>[!NOTE]
29+
>The Insights node is available at both the all configurations level and the individual configuration level. To view information on individual configurations select the Job Id for the configuration.
30+
31+
This workbook:
32+
33+
- Provides a synchronization summary of users and groups synchronized from AD to Azure AD
34+
- Provides a detailed view of information captured by the cloud sync provisioning logs.
35+
- Allows you to customize the data to tailor it to your specific needs
36+
37+
38+
39+
|Field|Description|
40+
|-----|-----|
41+
|Date|The range that you want to view data on.|
42+
|Status|View the provisioning status such as Success or Skipped.|
43+
|Action|View the provisioning actions taken such as Create or Delete.|
44+
|Job Id|Allows you to target specific Job Ids. This can be used to see individual configuration data if you have multiple configurations.|
45+
|SyncType|Filter by type of synchronization such as object or password.|
46+
47+
48+
## Enabling provisioning logs
49+
50+
You should already be familiar with Azure monitoring and Log Analytics. If not, jump over to learn about them and then come back to learn about application provisioning logs. To learn more about Azure monitoring, see [Azure Monitor overview](../../azure-monitor/overview.md). To learn more about Azure Monitor logs and Log Analytics, see [Overview of log queries in Azure Monitor](../../azure-monitor/logs/log-query-overview.md) and [Provisioning Logs for troubleshooting cloud sync](how-to-troubleshoot.md).
51+
52+
## Sync summary
53+
The sync summary section provides a summary of your organizations synchronization activities. These activities include:
54+
- Sync actions per day by action
55+
- Sync actions per day by status
56+
- Unique sync count by status
57+
- Recent sync errors
58+
59+
60+
61+
:::image type="content" source="media/how-to-cloud-sync-workbook/workbook-2.png" alt-text="Screenshot of the cloud sync summary." lightbox="media/how-to-cloud-sync-workbook/workbook-2.png":::
62+
63+
64+
## Sync details
65+
The sync details tab allows you to drill into the synchronization data and get more information. This information includes:
66+
- Objects sync by status
67+
- Sync log details
68+
69+
:::image type="content" source="media/how-to-cloud-sync-workbook/workbook-3.png" alt-text="Screenshot of the cloud sync details." lightbox="media/how-to-cloud-sync-workbook/workbook-3.png":::
70+
71+
You can further drill in to the sync log details for additional information.
72+
73+
:::image type="content" source="media/how-to-cloud-sync-workbook/workbook-4.png" alt-text="Screenshot of the log details." lightbox="media/how-to-cloud-sync-workbook/workbook-4.png":::
74+
75+
## Job Id
76+
A Job Id will be created for each configuration when it runs and is populated with data. You can look at individual configuration based on Job Id.
77+
78+
79+
80+
## Custom queries
81+
82+
You can create custom queries and show the data on Azure dashboards. To learn how, see [Create and share dashboards of Log Analytics data](../../azure-monitor/logs/get-started-queries.md). Also, be sure to check out [Overview of log queries in Azure Monitor](../../azure-monitor/logs/log-query-overview.md).
83+
84+
## Custom alerts
85+
86+
Azure Monitor lets you configure custom alerts so that you can get notified about key events related to Provisioning. For example, you might want to receive an alert on spikes in failures. Or perhaps spikes in disables or deletes. Another example of where you might want to be alerted is a lack of any provisioning, which indicates something is wrong.
87+
88+
To learn more about alerts, see [Azure Monitor Log Alerts](../../azure-monitor/alerts/alerts-log.md).
89+
90+
## Next steps
91+
92+
- [What is provisioning?](what-is-provisioning.md)
93+
- [What is Azure AD Connect cloud sync?](what-is-cloud-sync.md)
94+
- [Known limitations](how-to-prerequisites.md#known-limitations)
95+
- [Error codes](reference-error-codes.md)
56.4 KB
Loading
44 KB
Loading
76 KB
Loading
62.8 KB
Loading

articles/active-directory/hybrid/choose-ad-authn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This guide helps CEOs, CIOs, CISOs, Chief Identity Architects, Ente
44
keywords:
55
author: billmath
66
ms.author: billmath
7-
ms.date: 01/05/2022
7+
ms.date: 01/26/2023
88
manager: amycolannino
99
ms.topic: article
1010
ms.service: active-directory

articles/active-directory/hybrid/cloud-governed-management-for-on-premises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.workload: identity
99
ms.tgt_pltfrm: na
1010
ms.topic: conceptual
11-
ms.date: 01/05/2022
11+
ms.date: 01/26/2023
1212
ms.subservice: hybrid
1313
ms.author: billmath
1414
ms.collection: M365-identity-device-management

articles/active-directory/hybrid/how-to-connect-health-ad-fs-sign-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: hybrid
1010
ms.workload: identity
1111
ms.tgt_pltfrm: na
1212
ms.topic: how-to
13-
ms.date: 01/21/2022
13+
ms.date: 01/26/2023
1414
ms.author: billmath
1515
ms.collection: M365-identity-device-management
1616
---

0 commit comments

Comments
 (0)