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
These attributes **are not** automatically populated using such synchronization methods such as Azure AD Connect or Azure AD Connect cloud sync.
29
-
30
28
> [!NOTE]
31
29
> Currently, automatic synchronization of the employeeLeaveDateTime attribute for HR Inbound scenarios is not available. To take advantaged of leaver scenarios, you can set the employeeLeaveDateTime manually. Manually setting the attribute can be done in the portal or with Graph. For more information see [User profile in Azure](../fundamentals/active-directory-users-profile-azure-portal.md) and [Update user](/graph/api/user-update?view=graph-rest-beta&tabs=http).
description: Information about audit logs with Lifecycle Workflows
4
+
author: owinfreyATL
5
+
ms.author: owinfrey
6
+
manager: amycolannino
7
+
ms.service: active-directory
8
+
ms.workload: identity
9
+
ms.topic: conceptual
10
+
ms.date: 08/01/2022
11
+
ms.custom: template-concept
12
+
---
13
+
14
+
# Auditing Lifecycle Workflows
15
+
16
+
Workflows created using Lifecycle Workflows allow for the automation of lifecycle task for users no matter where they fall in the Joiner-Mover-Leaver (JML) model of their identity lifecycle in your organization. Making sure workflows are processed correctly is an important part of an organization's lifecycle management process. Workflows that aren't processed correctly can lead to many issues in terms of security and compliance. With audit logs, every action that Lifecycle Workflows complete over a time-frame up to 30 days are recorded.
17
+
18
+
## Audit Logs
19
+
20
+
Every time a workflow is processed, an event is logged. These events are stored in the **Audit Logs** section, and can be used to gain information about workflows for historical, and auditing, purposes.
21
+
22
+
:::image type="content" source="media/lifecycle-workflow-audits/audit-logs-concept.png" alt-text="Screenshot of a workflow audit log.":::
23
+
24
+
On the **Audit Log** page you're presented a sequential list, by date, of every action Lifecycle Workflows has taken. From this information you're able to filter based on the following parameters:
25
+
26
+
|Filter |Description |
27
+
|---------|---------|
28
+
|Date | You can filter a specific range for the audit logs from as short as 24 hours up to 30 days. |
29
+
|Date option | You can filter by your tenant's local time, or by UTC. |
30
+
|Service | The Lifecycle Workflow service. |
31
+
|Category | Categories of the event being logged. Separated into <br><br> **All**- All events logged by Lifecycle Workflows.<br><br> **TaskManagement**- Task specific related events logged by Lifecycle Workflows. <br><br> **WorkflowManagement**- Events dealing with the workflow itself. |
32
+
|Activity | You can filter based on specific activities, which are based on categories. |
33
+
34
+
After filtering this information, you're also able to see other information in the log such as:
35
+
36
+
-**Status**: Whether or not the logged event was successful or not.
37
+
-**Status Reason**: If the event failed, a reason is given why.
38
+
-**Target(s)**: Who the logged event ran for. Information given as their Azure Active Directory object ID.
39
+
-**Initiated by (actor)**: Who did the event being logged. Information given by the user name.
Copy file name to clipboardExpand all lines: articles/active-directory/governance/lifecycle-workflow-history.md
+14-34Lines changed: 14 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,37 +16,11 @@ ms.custom: template-concept
16
16
17
17
18
18
19
-
Workflows created using Lifecycle Workflows allow for the automation of lifecycle task for users no matter where they fall in the Joiner-Mover-Leaver (JML) model of their identity lifecycle in your organization. Making sure workflows are processed correctly is an important part of an organization's lifecycle management process. Workflows that aren't processed correctly can lead to many issues in terms of security and compliance. With Audit logs every action that Lifecycle Workflows complete are recorded. With history features, Lifecycle Workflows allow you to specify workflow events based on user, runs, or task summaries. This reporting feature allows you to quickly see what ran for who, and rather or not it was successful. In this article you'll learn the difference between auditing logs and 3 different type of history summaries you can query with Lifecycle Workflows. You'll also learn when you would use each when getting more information about how your workflows were utilized for users in your organization.
20
-
21
-
22
-
23
-
## Audit Logs
24
-
25
-
Every time a workflow is processed, an event is logged. These events are stored in the **Audit Logs** section, and can be used to gain information about workflows for historical, and auditing, purposes.
26
-
27
-
:::image type="content" source="media/lifecycle-workflow-history/audit-logs-concept.png" alt-text="Screenshot of a workflow audit log.":::
28
-
29
-
On the **Audit Log** page you're presented a sequential list, by date, of every action Lifecycle Workflows has taken. From this information you're able to filter based on the following parameters:
30
-
31
-
32
-
|Filter |Description |
33
-
|---------|---------|
34
-
|Date | You can filter a specific range for the audit logs from as short as 24 hours up to 30 days. |
35
-
|Date option | You can filter by your tenant's local time, or by UTC. |
36
-
|Service | The Lifecycle Workflow service. |
37
-
|Category | Categories of the event being logged. Separated into <br><br> **All**- All events logged by Lifecycle Workflows.<br><br> **TaskManagement**- Task specific related events logged by Lifecycle Workflows. <br><br> **WorkflowManagement**- Events dealing with the workflow itself. |
38
-
|Activity | You can filter based on specific activities, which are based on categories. |
39
-
40
-
After filtering this information, you're also able to see other information in the log such as:
41
-
42
-
-**Status**: Whether or not the logged event was successful or not.
43
-
-**Status Reason**: If the event failed, a reason is given why.
44
-
-**Target(s)**: Who the logged event ran for. Information given as their Azure Active Directory object ID.
45
-
-**Initiated by (actor)**: Who did the event being logged. Information given by the user name.
19
+
Workflows created using Lifecycle Workflows allow for the automation of lifecycle task for users no matter where they fall in the Joiner-Mover-Leaver (JML) model of their identity lifecycle in your organization. Making sure workflows are processed correctly is an important part of an organization's lifecycle management process. Workflows that aren't processed correctly can lead to many issues in terms of security and compliance. With Lifecycle Workflow's history features, you can specify which workflow events you want to view a history of based on user, runs, or task summaries. This reporting feature allows you to quickly see what ran for who, and rather or not it was successful. Along with the summaries in these specific areas, you're also able to view detailed information about each specific event recorded in their respective summary section. In this article you'll learn the difference between the three different type of history summaries, and details, you can query with Lifecycle Workflows. You'll also learn when you would use each when getting more information about how your workflows were utilized for users in your organization. For detailed information about every action Lifecycle Workflows take, see: [Auditing Lifecycle Workflows](lifecycle-workflow-audits.md).
46
20
47
21
## Lifecycle Workflow History Summaries
48
22
49
-
While the large set of information contained in audit logs can be useful for compliance reasons, for regular administration use it might be too much information. To make this large set of information processed easier to read, Lifecycle Workflows provide summaries for quick use. You can view these history summaries in three ways:
23
+
Lifecycle Workflows introduce a history feature based on summaries and details. These history summaries allow you to quickly get information about for who a workflow ran, and whether or not this run was successful or not. This is valuable because the large set of information given by audit logs might become too numerous to be efficiently used. To make a large set of information processed easier to read, Lifecycle Workflows provide summaries for quick use. You can view these history summaries in three ways:
50
24
51
25
-**Users summary**: Shows a summary of users processed by a workflow, and which tasks failed, successfully, and totally ran for each specific user.
52
26
-**Runs summary**: Shows a summary of workflow runs in terms of the workflow. Successful, failed, and total task information when workflow runs are noted.
@@ -61,7 +35,7 @@ User summaries allow you to view workflow information through the lens of users
61
35
:::image type="content" source="media/lifecycle-workflow-history/users-summary-concept.png" alt-text="Screenshot of a workflow user summary.":::
62
36
63
37
64
-
Within the user summary you're able to find the following information:
38
+
Within the user summary, you're able to find the following information:
65
39
66
40
67
41
|Parameter |Description |
@@ -72,8 +46,9 @@ Within the user summary you're able to find the following information:
72
46
|Total tasks | The total number of tasks processed for users in a workflow during the selected time frame. |
73
47
|Failed tasks | The total number of failed tasks processed for users in a workflow during the selected time frame. |
74
48
49
+
### User history details
75
50
76
-
User summaries allow you to filter based on:
51
+
User detailed history information allows you to filter for specific information based on:
77
52
78
53
-**Date**: You can filter a specific range from as short as 24 hours up to 30 days of when workflow ran.
79
54
-**Status**: You can filter a specific status of the user processed. The supported statuses are: **Completed**, **In Progress**, **Queued**, **Canceled**, **Completed with errors**, and **Failed**.
@@ -89,7 +64,7 @@ Runs summaries allow you to view workflow information through the lens of its ru
89
64
90
65
:::image type="content" source="media/lifecycle-workflow-history/runs-status-concept.png" alt-text="Screenshot of a workflow runs summary.":::
91
66
92
-
Within the runs summary you're able to find the following information:
67
+
Within the runs summary, you're able to find the following information:
93
68
94
69
95
70
|Parameter |Description |
@@ -99,7 +74,9 @@ Within the runs summary you're able to find the following information:
99
74
|Failed | Workflows that failed to run. |
100
75
|Failed tasks | Workflows that ran with failed tasks. |
101
76
102
-
Runs summaries allow you to filter based on:
77
+
### Runs history details
78
+
79
+
Runs detailed history information allows you to filter for specific information based on:
103
80
104
81
-**Date**: You can filter a specific range from as short as 24 hours up to 30 days of when workflow ran.
105
82
-**Status**: You can filter a specific status of the workflow run. The supported statuses are: **Completed**, **In Progress**, **Queued**, **Canceled**, **Completed with errors**, and **Failed**.
@@ -115,7 +92,7 @@ Task summaries allow you to view workflow information through the lens of its ta
115
92
116
93
:::image type="content" source="media/lifecycle-workflow-history/task-summary-concept.png" alt-text="Screenshot of a workflow task summary.":::
117
94
118
-
Within the tasks summary you're able to find the following information:
95
+
Within the tasks summary, you're able to find the following information:
119
96
120
97
121
98
|Parameter |Description |
@@ -125,7 +102,10 @@ Within the tasks summary you're able to find the following information:
125
102
|Failed | The number of failed processed tasks by a workflow. |
126
103
|Unprocessed | The number of unprocessed tasks by a workflow. |
127
104
128
-
Task summaries allow you to filter based on:
105
+
106
+
### Task history details
107
+
108
+
Task detailed history information allows you to filter for specific information based on:
129
109
130
110
-**Date**: You can filter a specific range from as short as 24 hours up to 30 days of when workflow ran.
131
111
-**Status**: You can filter a specific status of the workflow run. The supported statuses are: **Completed**, **In Progress**, **Queued**, **Canceled**, **Completed with errors**, and **Failed**.
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/accounts-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The trial account option is not available on the Azure Government cloud. For oth
27
27
28
28
You can later create a paid account where you're not limited by the quota. Two types of paid accounts are available to you: Azure Resource Manager (recommended) and classic. The main difference between the two is account management platform.
29
29
30
-
* ARM-based accounts management is built on Azure, which enables using [Azure RBAC](../role-based-access-control/overview.md).
30
+
* ARM-based accounts management is built on Azure, which enables using [Azure RBAC](../role-based-access-control/overview.md) (recommended).
31
31
* Classic accounts are built on the API Management.
32
32
33
33
With the paid option, you pay for indexed minutes, for more information, see [Azure Video Indexer pricing](https://azure.microsoft.com/pricing/details/video-indexer/).
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/observed-people-featured-clothing.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,9 @@ ms.author: juliako
8
8
9
9
# People's featured clothing (preview)
10
10
11
-
When indexing a video using Azure Video Indexer advanced video settings, you can view the featured clothing of an observed person. The featured clothing insight provides the following information: key items worn by individuals within a video and the specific time in which the clothing appears.
11
+
When indexing a video using Azure Video Indexer advanced video settings, you can view the featured clothing of an observed person. The insight provides information of key items worn by individuals within a video and the timestamp in which the clothing appears. This allows high-quality in-video contextual advertising, where relevant clothing ads are matched with the specific time within the video in which they are viewed.
12
12
13
-
This insight enables scenarios like
14
-
15
-
* Placing more targeted ads
16
-
* Creating a summary of the most interesting outfits appearing in the video
17
-
18
-
The article discusses how to view the featured clothing insight and how the featured clothing images are ranked.
13
+
This article discusses how to view the featured clothing insight and how the featured clothing images are ranked.
19
14
20
15
## Viewing featured clothing
21
16
@@ -26,7 +21,7 @@ The featured clothing insight is available when indexing your file by choosing t
26
21
The featured clothing images are ranked based on some of the following factors: key moments of the video, general emotions from text or audio. The `id` property indicates the ranking index. For example, `"id": 1` signifies the most important featured clothing.
27
22
28
23
> [!NOTE]
29
-
> The featured clothing currently can be viewed only from the artifact file.
24
+
> The featured clothing currently can only be viewed from the artifact file.
30
25
31
26
1. In the right-upper corner, select to download the artifact zip file: **Download** -> **Artifact (ZIP)**
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/release-notes.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,13 @@ The [Azure Video Indexer website](https://vi.microsoft.com) session length was e
58
58
59
59
## July 2022
60
60
61
-
### Featured clothing insight (preview)
61
+
### The featured clothing insight (preview)
62
62
63
-
When indexing a video using Azure Video Indexer advanced video settings, you can view the featured clothing of an observed person. The featured clothing insight provides information of key items worn by individuals within a video and the specific time in which the clothing appears. Based on this insight, you can enable more targeted ads placement.
63
+
The featured clothing insight enables more targeted ads placement.
64
64
65
-
For details on how featured clothing images are ranked and how to view this insight, see [observed people featured clothing](observed-people-featured-clothing.md).
65
+
The insight provides information of key items worn by individuals within a video and the timestamp in which the clothing appears. This allows high-quality in-video contextual advertising, where relevant clothing ads are matched with the specific time within the video in which they are viewed.
66
+
67
+
To view the featured clothing of an observed person, you have to index the video using Azure Video Indexer advanced video settings. For details on how featured clothing images are ranked and how to view this insight, see [featured clothing](observed-people-featured-clothing.md).
66
68
67
69
## June 2022
68
70
@@ -302,7 +304,7 @@ Azure Video Indexer has a new [Developer Portal](https://api-portal.videoindexer
302
304
303
305
SDK is now available to embed Azure Video Indexer's insights widget in your own service and customize its style and data. The SDK supports the standard Azure Video Indexer insights widget and a fully customizable insights widget. Code sample is available in [Azure Video Indexer GitHub repository](https://github.com/Azure-Samples/media-services-video-indexer/tree/master/Embedding%20widgets/widget-customization). With this advanced customization capabilities, solution developer can apply custom styling and bring customer’s own AI data and present that in the insight widget (with or without Azure Video Indexer insights).
304
306
305
-
### Azure Video Indexer deployed in the US North Central, US West and Canada Central
307
+
### Azure Video Indexer deployed in the US North Central, US West and Canada Central
306
308
307
309
You can now create an Azure Video Indexer paid account in the US North Central, US West and Canada Central regions
0 commit comments