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/cloud-sync/how-to-cloud-sync-workbook.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: amycolannino
7
7
ms.service: active-directory
8
8
ms.topic: conceptual
9
9
ms.workload: identity
10
-
ms.date: 11/11/2022
10
+
ms.date: 01/26/2023
11
11
ms.subservice: hybrid
12
12
ms.author: billmath
13
13
ms.collection: M365-identity-device-management
@@ -20,15 +20,31 @@ The Cloud sync workbook provide a flexible canvas for data analysis. The workboo
20
20
21
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.
The workbook can be accessed by select **Insights** on the left hand side of the cloudsync page.
24
24
25
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 JobId for the configuration.
30
+
26
31
This workbook:
27
32
28
33
- Provides a synchronization summary of users and groups synchronized from AD to Azure AD
29
34
- Provides and agrigated and detailed view of information captured by the cloud sync provisioning logs.
30
35
- Allows you to customize the data to tailor it to your specific needs
31
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
+
|JobId|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
+
32
48
## Enabling provisioning logs
33
49
34
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#provisioning-logs).
@@ -54,6 +70,11 @@ You can further drill in to the sync log details for additional information.
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.
75
+
76
+
77
+
57
78
## Custom queries
58
79
59
80
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).
0 commit comments