Skip to content

Commit 10df474

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-troubleshooting-classic-admin-guest
2 parents 875230d + 778c654 commit 10df474

File tree

429 files changed

+8270
-3723
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

429 files changed

+8270
-3723
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
"redirect_url": "/azure/active-directory/saas-apps/tutorial-list",
5656
"redirect_document_id": false
5757
},
58+
{
59+
"source_path_from_root": "/articles/active-directory/saas-apps/trello-tutorial.md",
60+
"redirect_url": "/azure/active-directory/saas-apps/atlassian-cloud-tutorial",
61+
"redirect_document_id": false
62+
},
5863
{
5964
"source_path_from_root": "/articles/active-directory/saas-apps/iauditor-tutorial.md",
6065
"redirect_url": "/azure/active-directory/saas-apps/safety-culture-tutorial",

.openpublishing.redirection.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13241,7 +13241,7 @@
1324113241
},
1324213242
{
1324313243
"source_path_from_root": "/articles/logic-apps/logic-apps-monitor-your-logic-apps-oms.md",
13244-
"redirect_url": "/azure/logic-apps/monitor-logic-apps-log-analytics",
13244+
"redirect_url": "/azure/logic-apps/monitor-workflows-collect-diagnostic-data",
1324513245
"redirect_document_id": false
1324613246
},
1324713247
{
@@ -13339,6 +13339,12 @@
1333913339
"redirect_url": "/connectors/custom-connectors/submit-certification",
1334013340
"redirect_document_id": false
1334113341
},
13342+
{
13343+
"source_path_from_root": "/articles/logic-apps/monitor-logic-apps-log-analytics.md",
13344+
"redirect_url": "/azure/logic-apps/monitor-workflows-collect-diagnostic-data",
13345+
"redirect_document_id": true
13346+
},
13347+
1334213348
{
1334313349
"source_path_from_root": "/articles/connectors/connectors-create-api-sharepointonline.md",
1334413350
"redirect_url": "/azure/connectors/connectors-create-api-sharepoint",

articles/active-directory-b2c/identity-provider-generic-saml-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: how-to
12-
ms.date: 01/13/2022
12+
ms.date: 02/17/2023
1313
ms.custom: project-no-code
1414
ms.author: godonnell
1515
ms.subservice: B2C
@@ -294,7 +294,7 @@ The following SAML authorization request contains the authentication context cla
294294

295295
## Include custom data in the authorization request
296296

297-
You can optionally include protocol message extension elements that are agreed to by both Azure AD BC and your identity provider. The extension is presented in XML format. You include extension elements by adding XML data inside the CDATA element `<![CDATA[Your Custom XML]]>`. Check your identity provider’s documentation to see if the extensions element is supported.
297+
You can optionally include protocol message extension elements that are agreed to by both Azure AD B2C and your identity provider. The extension is presented in XML format. You include extension elements by adding XML data inside the CDATA element `<![CDATA[Your Custom XML]]>`. Check your identity provider’s documentation to see if the extensions element is supported.
298298

299299
The following example illustrates the use of extension data:
300300

21.4 KB
Loading
6.2 KB
Loading
47.2 KB
Loading
56.9 KB
Loading
43.3 KB
Loading
58 KB
Loading
Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
---
2+
title: 'Provisioning insights workbook'
3+
description: This article describes the Azure Monitor workbook for provisioning.
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: 02/17/2023
11+
ms.subservice: hybrid
12+
ms.author: billmath
13+
ms.collection: M365-identity-device-management
14+
---
15+
16+
17+
18+
# Provisioning insights workbook
19+
The Provisioning workbook provides a flexible canvas for data analysis. This workbook brings together all of the provisioning logs from various sources and allows you to gain insight, in a single area. 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 provisioning to sync users from various data sources to various data repositories. It allows admins to gain insights into sync status and details.
22+
23+
This workbook:
24+
25+
- Provides a synchronization summary of users and groups synchronized from all of you provisioning sources to targets
26+
- Provides and aggregated and detailed view of information captured by the provisioning logs.
27+
- Allows you to customize the data to tailor it to your specific needs
28+
29+
30+
31+
## Enabling provisioning logs
32+
33+
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).
34+
35+
## Source and Target
36+
At the top of the workbook, using the drop-down, specify the source and target identities.
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+
For example, if you wanted to see data from your cloud sync workflow, your source would be Active Directory and your target would be Azure AD.
42+
43+
44+
>[!NOTE]
45+
>Source and target are required. If you do not select a source and target, you won't see any data.
46+
47+
:::image type="content" source="media/provisioning-workbook/fields-1.png" alt-text="Screenshot of fields." lightbox="media/provisioning-workbook/fields-1.png":::
48+
49+
50+
|Field|Description|
51+
|-----|-----|
52+
|Source|The provisioning source repository|
53+
|Target|The provisioning target repository|
54+
|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.|
55+
|Status|View the provisioning status such as Success or Skipped.|
56+
|Action|View the provisioning actions taken such as Create or Delete.|
57+
|App Name|Allows you to filter by the application name. In the case of Active Directory, you can filter by domains.|
58+
|Job Id|Allows you to target specific Job Ids.|
59+
|Sync type|Filter by type of synchronization such as object or password.|
60+
61+
>[!NOTE]
62+
> 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.
63+
64+
65+
## Sync Summary
66+
The sync summary section provides a summary of your organizations synchronization activities. These activities include:
67+
- Total synced objects by type
68+
- Provisioning events by action
69+
- Provisioning events by status
70+
- Unique sync count by status
71+
- Provisioning success rate
72+
- Top provisioning errors
73+
74+
75+
:::image type="content" source="media/provisioning-workbook/sync-summary-1.png" alt-text="Screenshot of the synchronization summary." lightbox="media/provisioning-workbook/sync-summary-1.png":::
76+
77+
## Sync details
78+
The sync details tab allows you to drill into the synchronization data and get more information. This information includes:
79+
- Objects sync by status
80+
- Objects synced by action
81+
- Sync log details
82+
83+
>[!NOTE]
84+
>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**.
85+
86+
:::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":::
87+
88+
You can further drill in to the sync log details for additional information.
89+
90+
91+
92+
>[!NOTE]
93+
>Clicking on the Source ID it will dive deeper and provide more information on the synchronized object.
94+
95+
## Sync details by cycle
96+
The sync details by cycle tab allow you to get more granular with the synchronization data. This information includes:
97+
- Objects sync by status
98+
- Objects synced by action
99+
- Sync log details
100+
101+
:::image type="content" source="media/provisioning-workbook/sync-details-2.png" alt-text="Screenshot of the synchronization details by cycle tab." lightbox="media/provisioning-workbook/sync-details-2.png":::
102+
103+
You can further drill in to the sync log details for additional information.
104+
105+
>[!NOTE]
106+
>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**.
107+
108+
## Single user view
109+
The user provisioning view tab allows you to get synchronization data on individual users.
110+
111+
>[!NOTE]
112+
>This section does not involve using source and target.
113+
114+
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.
115+
116+
Once you select a time range, it will filter for users that have events in that time range.
117+
118+
119+
To target a specific user, you can add one of the following parameters, for that user.
120+
- UPN
121+
- UserID
122+
123+
:::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":::
124+
125+
## Details
126+
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.
127+
128+
:::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":::
129+
130+
## Custom queries
131+
132+
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).
133+
134+
## Custom alerts
135+
136+
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.
137+
138+
To learn more about alerts, see [Azure Monitor Log Alerts](../../azure-monitor/alerts/alerts-log.md).
139+
140+
## Next steps
141+
142+
- [What is provisioning?](../cloud-sync/what-is-provisioning.md)
143+
- [Error codes](../cloud-sync/reference-error-codes.md)

0 commit comments

Comments
 (0)