Skip to content

Commit 0896d86

Browse files
Merge pull request #10438 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-10 23:00 UTC
2 parents 415ea3a + f78df7c commit 0896d86

File tree

5 files changed

+64
-6
lines changed

5 files changed

+64
-6
lines changed

docs/id-governance/TOC.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
href: customize-workflow-email.md
402402
- name: Check the status of a workflow
403403
href: check-status-workflow.md
404-
- name: Reprocess workflows (Preview)
404+
- name: Reprocess workflows
405405
href: reprocess-workflow.md
406406
- name: Download workflow history reports
407407
href: download-workflow-history.md
@@ -416,7 +416,9 @@
416416
- name: Manage synced AD DS users
417417
href: manage-workflow-on-premises.md
418418
- name: Check Workflow Insights
419-
href: manage-workflow-insights.md
419+
href: manage-workflow-insights.md
420+
- name: Workflow Sensitivity Labels
421+
href: workflow-sensitivity-labels.md
420422
- name: Delete
421423
items:
422424
- name: Delete a Lifecycle workflow
127 KB
Loading

docs/id-governance/reprocess-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Reprocess workflow runs using Lifecycle Workflows (Preview)
2+
title: Reprocess workflow runs using Lifecycle Workflows
33
description: This article guides a user on reprocessing workflow runs using Lifecycle Workflows
44
author: owinfreyATL
55
ms.author: owinfrey
@@ -12,7 +12,7 @@ ms.date: 09/06/2025
1212
#CustomerIntent: As a Lifecycle Workflow Administrator, I want to reprocess workflow runs so that I can quickly re-run workflows that may have failed.
1313
---
1414

15-
# Reprocess workflow runs using Lifecycle Workflows (Preview)
15+
# Reprocess workflow runs using Lifecycle Workflows
1616

1717
Reprocessing workflows is a feature that allows workflows created using lifecycle workflows to be run again to ensure workflows operate as intended. This is useful when dealing with runs that failed for some reason. This article provides step-by-step instructions for reprocessing workflows using the Microsoft Entra admin center, enabling you to quickly and efficiently manage workflow runs for users or specific runs.
1818

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Sensitivity Labels in Lifecycle Workflows
3+
description: This article describes sensitivity labels in Workflows, and how to see them during the task creation process.
4+
author: owinfreyATL
5+
ms.author: owinfrey
6+
ms.service: entra-id-governance
7+
ms.subservice: lifecycle-workflows
8+
ms.topic: how-to #Required; leave this attribute/value as-is
9+
ms.date: 11/04/2025
10+
11+
#CustomerIntent: As an identity governance administrator, I want to view sensitivity labels of groups so that I can maintain security of groups within my environment.
12+
---
13+
14+
# Sensitivity labels in Lifecycle Workflows
15+
16+
Maintaining and classifying secure data within your environment is an important part in maintaining a secure environment. Sensitivity labels from Microsoft Purview Information Protection let you classify and protect your organization's data, while making sure that user productivity and their ability to collaborate isn't hindered. With sensitivity labels in Lifecycle Workflows, administrators are able to quickly view the sensitivity labels of groups during creation, and editing, of workflow tasks.
17+
18+
## License requirements
19+
20+
[!INCLUDE [Microsoft Entra ID Governance license](~/includes/entra-entra-governance-license.md)]
21+
22+
## Prerequisites
23+
24+
Along with Microsoft Entra licenses required for Lifecycle workflows, you must also have:
25+
26+
- [A created sensitivity label](/purview/create-sensitivity-labels?tabs=classic-label-scheme#create-and-configure-sensitivity-labels)
27+
- [A sensitivity applied to the group you want to use within a Lifecycle workflow task](/purview/sensitivity-labels-teams-groups-sites#using-sensitivity-labels-for-microsoft-teams-microsoft-365-groups-and-sharepoint-sites)
28+
29+
## View the sensitivity label of a group used in a workflow task
30+
31+
Sensitivity labels of groups can be viewed when using groups as a scope for workflows, and via specific group workflow tasks. To view the sensitivity labels of groups using Lifecycle workflows, do the following steps:
32+
33+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Lifecycle Workflows Administrator](../identity/role-based-access-control/permissions-reference.md#lifecycle-workflows-administrator).
34+
35+
1. Browse to **ID Governance** > **Lifecycle workflows** > **Create a workflow**.
36+
37+
1. On the **Choose a workflow** page, select the workflow template that you want to use.
38+
39+
1. Add Basic information, trigger, and scope.
40+
41+
1. If group scope is chosen, when the **+Select group** option is picked you're able to see the sensitivity labels of each group.
42+
:::image type="content" source="media/workflow-sensitivity-labels/group-sensitivity-labels.png" alt-text="Screenshot of workflow sensitivity label." lightbox="media/workflow-sensitivity-labels/group-sensitivity-labels.png":::
43+
1. If not using a group scope you're also able to see the sensitivity label of groups by selecting a group task, and then adding a group to the task.
44+
45+
46+
47+
## Related content
48+
49+
- [Lifecycle Workflow built-in tasks](lifecycle-workflow-tasks.md)
50+

docs/identity/monitoring-health/howto-configure-health-alert-notifications.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,13 @@ There are different roles, permissions, and license requirements to view health
3535
- The `Group.Read.All` permission is the least privileged permission required to *view groups*.
3636
- The `HealthMonitoringAlert.Read.All` permission is required to *view the alerts using the Microsoft Graph API*.
3737
- The `HealthMonitoringAlert.ReadWrite.All` permission is required to *view and modify the alerts using the Microsoft Graph API*.
38+
- The `HealthMonitoringAlertConfig.Read.All` permission is required to *view the configured email notification using Microsoft Graph /reports/healthmonitoring/alertConfigurations/{alertType} API* or to *view the configured webhook notification using Microsoft Graph /subscriptions API*.
39+
- The `HealthMonitoringAlertConfig.ReadWrite.All` permission is required to *view and modify email notification using Microsoft Graph /reports/healthmonitoring/alertConfigurations/{alertType} API* or to *view and modify the configured webhook notification using Microsoft Graph /subscriptions API*.
3840
- For a full list of roles, see [Least privileged role by task](../role-based-access-control/delegate-by-task.md#monitoring-and-health---audit-and-sign-in-logs-least-privileged-roles).
3941

4042
> [!NOTE]
41-
> Newly onboarded tenants might not have enough data to generate alerts for about 30 days.
43+
> * Newly onboarded tenants might not have enough data to generate alerts for about 30 days. <br>
44+
> * If you see error due to missing required Microsoft Graph permissions, to get more information about Micorosft Graph permisisons, see [Microsoft graph permissions](/graph/permissions-overview).
4245
4346
## Determine email notification recipients
4447

@@ -145,6 +148,9 @@ Microsoft Graph change notifications allow your application to receive real-time
145148

146149
To start receiving notifications, your application sends a `POST` request to the /`subscriptions` endpoint to subscribe to a specific resource, in this case, health monitoring alerts. Microsoft Graph then validates the request and confirms the subscription. Once the subscription is active, Microsoft Graph sends a notification to your designated endpoint whenever the subscribed resource is created. For more information, see [Microsoft Graph change notifications](/graph/change-notifications-overview).
147150

151+
> [!NOTE]
152+
> If you see error due to missing required Microsoft Graph permissions, to get more information about Micorosft Graph permisisons, see [Microsoft graph permissions](/graph/permissions-overview).
153+
148154
After receiving a notification, you should investigate the alert either through the Microsoft Entra admin center or through the Microsoft Graph API. If you need to assess the alert's impact, we recommend either polling or introducing a short delay before calling the health monitoring alert API for impact assessment data to be available. For more information, see [How to investigate health scenario alerts](howto-investigate-health-scenario-alerts.md).
149155

150156
The following example shows a basic request to subscribe to changes to Health Monitoring alert changes.
@@ -171,4 +177,4 @@ If you want to subscribe to notifications for only one specific alert type, amen
171177
## Related content
172178

173179
- [Set up notifications for changes in resource data](/graph/change-notifications-overview)
174-
- [Configure email notifications for alerts](/graph/api/healthmonitoring-alertconfiguration-update?view=graph-rest-beta&preserve-view=true)
180+
- [Configure email notifications for alerts](/graph/api/healthmonitoring-alertconfiguration-update?view=graph-rest-beta&preserve-view=true)

0 commit comments

Comments
 (0)