Skip to content

Commit 2e729c3

Browse files
committed
updating
1 parent 89e3417 commit 2e729c3

File tree

7 files changed

+44
-6
lines changed

7 files changed

+44
-6
lines changed
21.4 KB
Loading
-438 Bytes
Loading
47.2 KB
Loading
-13.8 KB
Loading
12 KB
Loading
1.29 KB
Loading

articles/active-directory/app-provisioning/provisioning-workbook.md

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,20 @@ This workbook:
2626
- Provides and agrigated and detailed view of information captured by the provisioning logs.
2727
- Allows you to customize the data to tailor it to your specific needs
2828

29+
30+
2931
## Enabling provisioning logs
3032

3133
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](../cloud-sync/how-to-troubleshoot.md).
3234

3335
## Source and Target
34-
At the top of the workbook, using the drop-down, specify the source directory and target directory. You can also scope your search so that it is more granular using the additional fields provided. Use the table below as a reference for queries.
36+
At the top of the workbook, using the drop-down, specify the source directory and target directory.
37+
38+
Theses fields are the source and target of identities. The rest of the filters that appear are based on the selection of source and target.
39+
You can scope your search so that it is more granular using the additional fields. Use the table below as a reference for queries.
40+
41+
>[!NOTE]
42+
>Source and target are required. If you do not select a source and target, you won't see any data.
3543
3644
:::image type="content" source="media/provisioning-workbook/fields-1.png" alt-text="Screenshot of fields." lightbox="media/provisioning-workbook/fields-1.png":::
3745

@@ -43,9 +51,12 @@ At the top of the workbook, using the drop-down, specify the source directory an
4351
|Time Range|The range of provisioning information you want to view. This can be anywhere from 4 hours to 90 days. You can also set a custom value.|
4452
|Status|View the provisioning status such as Success or Skipped.|
4553
|Action|View the provisioning actions taken such as Create or Delete.|
46-
|AppName|Allows you to filter by the application name. In the case of Active Directory, you can filter by domains.|
47-
|JobId|Allows you to target specific Job Ids.|
48-
|SyncType|Filter by type of synchronization such as object or password.|
54+
|App Name|Allows you to filter by the application name. In the case of Active Directory, you can filter by domains.|
55+
|Job Id|Allows you to target specific Job Ids.|
56+
|Sync type|Filter by type of synchronization such as object or password.|
57+
58+
>[!NOTE]
59+
> All of the charts and grids in Sync Summary, Sync Details, and Sync Details by grid, change based on source,target and the parameter selections.
4960
5061

5162
## Sync Summary
@@ -54,6 +65,7 @@ The sync summary section provides a summary of your organizations synchronizatio
5465
- Provisioning events by action
5566
- Provisioning events by status
5667
- Unique sync count by status
68+
- Provisioning success rate
5769
- Top provisioning errors
5870

5971

@@ -64,11 +76,19 @@ The sync details tab allows you to drill into the synchronization data and get m
6476
- Objects sync by status
6577
- Objects synced by action
6678
- Sync log details
79+
80+
>[!NOTE]
81+
>The grid is filterable on any of the above filters but you can also click the tiles under under **Objects synced by Status** and **Action**.
6782
6883
:::image type="content" source="media/provisioning-workbook/sync-details-1.png" alt-text="Screenshot of the synchronization details." lightbox="media/provisioning-workbook/sync-details-1.png":::
6984

7085
You can further drill in to the sync log details for additional information.
7186

87+
88+
89+
>[!NOTE]
90+
>Clicking on the Source ID it will dive deeper and provide more information on the synchronized object.
91+
7292
## Sync details by cycle
7393
The sync details by cycle tab allows you to get more granular with the synchronization data. This information includes:
7494
- Objects sync by status
@@ -79,12 +99,30 @@ The sync details by cycle tab allows you to get more granular with the synchroni
7999

80100
You can further drill in to the sync log details for additional information.
81101

82-
## User provisioning view
83-
The user provisioning view tab allows you to get synchronization data on individual users. This includes all the places that a user has been provisioned to. You can view by:
102+
>[!NOTE]
103+
>The grid is filterable on any of the above filters but you can also click the tiles under under **Objects synced by Status** and **Action**.
104+
105+
## Single user view
106+
The user provisioning view tab allows you to get synchronization data on individual users.
107+
108+
>[!NOTE]
109+
>This section does not involve using source and target.
110+
111+
In this section, you enter a time range and select a specific user to see which applications a user has been provisioned or deprovisioned in.
112+
113+
Once you select a time range, it will filter for users that have events in that time range.
114+
115+
116+
To target a specific user, you can add one of the following parameters, for that user.
84117
- UPN
85118
- UserID
119+
120+
:::image type="content" source="media/provisioning-workbook/single-user-1.png" alt-text="Screenshot of the single user view." lightbox="media/provisioning-workbook/single-user-1.png":::
86121

122+
## Details
123+
By clicking on the Source ID in the **Sync details** or the **Sync details by cycle** views, you can see additional information on the object synchronized.
87124

125+
:::image type="content" source="media/provisioning-workbook/details-1.png" alt-text="Screenshot of the details of an object." lightbox="media/provisioning-workbook/details-1.png":::
88126

89127
## Custom queries
90128

0 commit comments

Comments
 (0)