Skip to content

Commit 7541ae8

Browse files
authored
Merge pull request #210788 from MicrosoftDocs/main
Publish Live, Sunday 4 PM PT, 9/11
2 parents 9553f47 + 2b556f4 commit 7541ae8

File tree

41 files changed

+450
-159
lines changed

Some content is hidden

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

41 files changed

+450
-159
lines changed

articles/active-directory/governance/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
href: lifecycle-workflow-extensibility.md
9090
- name: Versioning (Preview)
9191
href: lifecycle-workflow-versioning.md
92+
- name: Workflow Audit logs
93+
href: lifecycle-workflow-audits.md
9294
- name: Workflow History (Preview)
9395
href: lifecycle-workflow-history.md
9496
- name: How-to guides

articles/active-directory/governance/how-to-lifecycle-workflow-sync-attributes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ The following table shows the scheduling (trigger) relevant attributes and the m
2525
|employeeHireDate|DateTimeOffset|Yes|Yes|Yes|
2626
|employeeLeaveDateTime|DateTimeOffset|Not currently(manually setting supported)|Not currently(manually setting supported)|Not currently(manually setting supported)|
2727

28-
These attributes **are not** automatically populated using such synchronization methods such as Azure AD Connect or Azure AD Connect cloud sync.
29-
3028
> [!NOTE]
3129
> 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).
3230
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Auditing Lifecycle Workflows
3+
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.
40+
41+
42+
43+
## Next steps
44+
45+
- [Lifecycle Workflow History](lifecycle-workflow-history.md)
46+
- [Check the status of a workflow (Preview)](check-status-workflow.md)
47+
48+

articles/active-directory/governance/lifecycle-workflow-history.md

Lines changed: 14 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16,37 +16,11 @@ ms.custom: template-concept
1616

1717

1818

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).
4620

4721
## Lifecycle Workflow History Summaries
4822

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:
5024

5125
- **Users summary**: Shows a summary of users processed by a workflow, and which tasks failed, successfully, and totally ran for each specific user.
5226
- **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
6135
:::image type="content" source="media/lifecycle-workflow-history/users-summary-concept.png" alt-text="Screenshot of a workflow user summary.":::
6236

6337

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:
6539

6640

6741
|Parameter |Description |
@@ -72,8 +46,9 @@ Within the user summary you're able to find the following information:
7246
|Total tasks | The total number of tasks processed for users in a workflow during the selected time frame. |
7347
|Failed tasks | The total number of failed tasks processed for users in a workflow during the selected time frame. |
7448

49+
### User history details
7550

76-
User summaries allow you to filter based on:
51+
User detailed history information allows you to filter for specific information based on:
7752

7853
- **Date**: You can filter a specific range from as short as 24 hours up to 30 days of when workflow ran.
7954
- **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
8964

9065
:::image type="content" source="media/lifecycle-workflow-history/runs-status-concept.png" alt-text="Screenshot of a workflow runs summary.":::
9166

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:
9368

9469

9570
|Parameter |Description |
@@ -99,7 +74,9 @@ Within the runs summary you're able to find the following information:
9974
|Failed | Workflows that failed to run. |
10075
|Failed tasks | Workflows that ran with failed tasks. |
10176

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:
10380

10481
- **Date**: You can filter a specific range from as short as 24 hours up to 30 days of when workflow ran.
10582
- **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
11592

11693
:::image type="content" source="media/lifecycle-workflow-history/task-summary-concept.png" alt-text="Screenshot of a workflow task summary.":::
11794

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:
11996

12097

12198
|Parameter |Description |
@@ -125,7 +102,10 @@ Within the tasks summary you're able to find the following information:
125102
|Failed | The number of failed processed tasks by a workflow. |
126103
|Unprocessed | The number of unprocessed tasks by a workflow. |
127104

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:
129109

130110
- **Date**: You can filter a specific range from as short as 24 hours up to 30 days of when workflow ran.
131111
- **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**.

articles/advisor/toc.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
href: advisor-alerts-arm.md
2323
- name: Concepts
2424
items:
25-
- name: Security baseline
26-
href: /security/benchmark/azure/baselines/advisor-security-baseline?toc=/azure/advisor/toc.json
2725
- name: Recommendations
2826
items:
2927
- name: Cost
@@ -34,6 +32,8 @@
3432
href: advisor-reference-performance-recommendations.md
3533
- name: Reliability
3634
href: advisor-reference-reliability-recommendations.md
35+
- name: Security
36+
href: /azure/defender-for-cloud/recommendations-reference
3737
- name: Samples
3838
items:
3939
- name: Azure Resource Graph queries
@@ -62,6 +62,8 @@
6262
href: azure-advisor-score.md
6363
- name: Reference
6464
items:
65+
- name: Security baseline
66+
href: /security/benchmark/azure/baselines/advisor-security-baseline?toc=/azure/advisor/toc.json
6567
- name: Defender for Cloud
6668
href: https://azure.microsoft.com/services/security-center/
6769
- name: SQL Database Advisor
@@ -91,4 +93,4 @@
9193
- name: Stack Overflow
9294
href: https://stackoverflow.com/search?q=azure+advisor
9395
- name: Code samples
94-
href: /samples/browse/?products=azure
96+
href: /samples/browse/?products=azure

articles/azure-monitor/autoscale/autoscale-predictive.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
55
author: EdB-MSFT
66
ms.author: edbaynash
77
ms.subservice: autoscale
8-
ms.date: 07/18/2022
8+
ms.date: 09/11/2022
99
ms.custom: references_regions
1010
ms.reviewer: riroloff
1111
---
@@ -26,12 +26,12 @@ Predictive autoscale adheres to the scaling boundaries you've set for your virtu
2626
2727
The following limitations apply during public preview. Predictive autoscale:
2828

29-
- Only works for workloads exhibiting cyclical CPU usage patterns.
30-
- Only can be enabled for virtual machine scale sets.
31-
- Only supports using the metric *Percentage CPU* with the aggregation type *Average*.
32-
- Only supports scale-out. You can't use predictive autoscale to scale in.
29+
- Predictive autoscale is for workloads exhibiting cyclical CPU usage patterns.
30+
- Support is only available for virtual machine scale sets.
31+
- The *Percentage CPU* metric with the aggregation type *Average* is the only metric currently supported.
32+
- Predictive autoscale supports scale-out only. Configure standard autoscale to manage scaling in.
33+
- Predictive autoscale is only available for the Azure Commercial cloud. Azure Government clouds are not currently supported.
3334

34-
You must enable standard (or reactive) autoscale to manage scale-in.
3535

3636
## Enable predictive autoscale or forecast only with the Azure portal
3737

articles/azure-video-indexer/accounts-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The trial account option is not available on the Azure Government cloud. For oth
2727

2828
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.
2929

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).
3131
* Classic accounts are built on the API Management.
3232

3333
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/).

articles/azure-video-indexer/observed-people-featured-clothing.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@ ms.author: juliako
88

99
# People's featured clothing (preview)
1010

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.
1212

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.
1914

2015
## Viewing featured clothing
2116

@@ -26,7 +21,7 @@ The featured clothing insight is available when indexing your file by choosing t
2621
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.
2722

2823
> [!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.
3025
3126
1. In the right-upper corner, select to download the artifact zip file: **Download** -> **Artifact (ZIP)**
3227
1. Open `featuredclothing.zip`.

articles/azure-video-indexer/release-notes.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,13 @@ The [Azure Video Indexer website](https://vi.microsoft.com) session length was e
5858

5959
## July 2022
6060

61-
### Featured clothing insight (preview)
61+
### The featured clothing insight (preview)
6262

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.
6464

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).
6668

6769
## June 2022
6870

@@ -302,7 +304,7 @@ Azure Video Indexer has a new [Developer Portal](https://api-portal.videoindexer
302304

303305
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).
304306

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
306308

307309
You can now create an Azure Video Indexer paid account in the US North Central, US West and Canada Central regions
308310

0 commit comments

Comments
 (0)