Skip to content

Commit 63ab95b

Browse files
Merge pull request #249597 from OWinfreyATL/owinfreyATL-docChanges
Portal fixes
2 parents eaf2bf0 + ec72a04 commit 63ab95b

File tree

6 files changed

+22
-33
lines changed

6 files changed

+22
-33
lines changed

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,24 @@ Lifecycle workflows allow for tasks associated with the lifecycle process to be
1919
- **Tasks**: Actions taken when a workflow is triggered.
2020
- **Execution conditions**: The who and when of a workflow. These conditions define which users (scope) this workflow should run against, and when (trigger) the workflow should run.
2121

22-
You can create and customize workflows for common scenarios by using templates, or you can build a workflow from scratch without using a template. Currently, if you use the Azure portal, any workflow that you create must be based on a template. If you want to create a workflow without using a template, use Microsoft Graph.
22+
You can create and customize workflows for common scenarios by using templates, or you can build a workflow from scratch without using a template. Currently, if you use the Microsoft Entra admin center, any workflow that you create must be based on a template. If you want to create a workflow without using a template, use Microsoft Graph.
2323

2424
## Prerequisites
2525

2626
[!INCLUDE [Microsoft Entra ID Governance license](../../../includes/active-directory-entra-governance-license.md)]
2727

2828

29-
## Create a lifecycle workflow by using a template in the Azure portal
29+
## Create a lifecycle workflow by using a template in the Microsoft Entra admin center
3030

31-
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
3231

33-
If you're using the Azure portal to create a workflow, you can customize existing templates to meet your organization's needs. These templates include one for pre-hire common scenarios.
3432

35-
To create a workflow based on a template:
36-
37-
1. Sign in to the [Azure portal](https://portal.azure.com).
33+
If you're using the Microsoft Entra admin center to create a workflow, you can customize existing templates to meet your organization's needs. These templates include one for pre-hire common scenarios.
3834

39-
1. Select **Azure Active Directory** > **Identity Governance**.
35+
To create a workflow based on a template:
4036

41-
1. On the left menu, select **Lifecycle Workflows**.
37+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Lifecycle Workflows Administrator](../roles/permissions-reference.md#lifecycle-workflows-administrator).
4238

43-
1. Select **Workflows**.
39+
1. Browse to **Identity governance** > **Lifecycle workflows** > **Create a workflow**.
4440

4541
1. On the **Choose a workflow** page, select the workflow template that you want to use.
4642

articles/active-directory/governance/manage-workflow-properties.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ You can update the following basic information without creating a new workflow.
2828

2929
If you change any other parameters, a new version is required to be created as outlined in the [Managing workflow versions](manage-workflow-tasks.md) article.
3030

31-
If done via the Azure portal, the new version is created automatically. If done using Microsoft Graph, you must manually create a new version of the workflow. For more information, see [Edit the properties of a workflow using Microsoft Graph](#edit-the-properties-of-a-workflow-using-microsoft-graph).
31+
If done via the Microsoft Entra Admin center, the new version is created automatically. If done using Microsoft Graph, you must manually create a new version of the workflow. For more information, see [Edit the properties of a workflow using Microsoft Graph](#edit-the-properties-of-a-workflow-using-microsoft-graph).
3232

33-
## Edit the properties of a workflow using the Azure portal
33+
## Edit the properties of a workflow using the Microsoft Entra Admin center
3434

35-
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
36-
37-
To edit the properties of a workflow using the Azure portal, you do the following steps:
35+
To edit the properties of a workflow using the Microsoft Entra admin center, you do the following steps:
3836

3937
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Lifecycle Workflows Administrator](../roles/permissions-reference.md#lifecycle-workflows-administrator).
4038

articles/active-directory/governance/manage-workflow-tasks.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@ ms.custom: template-how-to
1616

1717
Workflows created with Lifecycle Workflows are able to grow and change with the needs of your organization. Workflows exist as versions from creation. When making changes to other than basic information, you create a new version of the workflow. For more information, see [Manage a workflow's properties](manage-workflow-properties.md).
1818

19-
Changing a workflow's tasks or execution conditions requires the creation of a new version of that workflow. Tasks within workflows can be added, reordered, and removed at will. Updating a workflow's tasks or execution conditions within the Azure portal will trigger the creation of a new version of the workflow automatically. Making these updates in Microsoft Graph will require the new workflow version to be created manually.
19+
Changing a workflow's tasks or execution conditions requires the creation of a new version of that workflow. Tasks within workflows can be added, reordered, and removed at will. Updating a workflow's tasks or execution conditions within the Microsoft Entra admin center will trigger the creation of a new version of the workflow automatically. Making these updates in Microsoft Graph will require the new workflow version to be created manually.
2020

2121

22-
## Edit the tasks of a workflow using the Azure portal
22+
## Edit the tasks of a workflow using the Microsoft Entra admin center
2323

24-
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
25-
26-
27-
Tasks within workflows can be added, edited, reordered, and removed at will. To edit the tasks of a workflow using the Azure portal, you complete the following steps:
24+
Tasks within workflows can be added, edited, reordered, and removed at will. To edit the tasks of a workflow using the Microsoft Entra admin center, you complete the following steps:
2825

2926
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Lifecycle Workflows Administrator](../roles/permissions-reference.md#lifecycle-workflows-administrator).
3027

@@ -45,9 +42,9 @@ Tasks within workflows can be added, edited, reordered, and removed at will. To
4542
1. After making changes, select **save** to capture changes to the tasks.
4643

4744

48-
## Edit the execution conditions of a workflow using the Azure portal
45+
## Edit the execution conditions of a workflow using the Microsoft Entra admin center
4946

50-
To edit the execution conditions of a workflow using the Azure portal, you do the following steps:
47+
To edit the execution conditions of a workflow using the Microsoft Entra admin center, you do the following steps:
5148

5249

5350
1. On the left menu of Lifecycle Workflows, select **Workflows**.
@@ -66,7 +63,7 @@ To edit the execution conditions of a workflow using the Azure portal, you do th
6663
1. After making changes, select **save** to capture changes to the execution conditions.
6764

6865

69-
## See versions of a workflow using the Azure portal
66+
## See versions of a workflow using the Microsoft Entra admin center
7067

7168
1. On the left menu of Lifecycle Workflows, select **Workflows**.
7269

articles/active-directory/governance/on-demand-workflow.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ ms.custom: template-how-to
1818
Scheduled workflows by default run every 3 hours, but can also run on-demand so that they can be applied to specific users whenever you see fit. A workflow can be run on demand for any user, and doesn't take into account whether or not a user meets the workflow's execution conditions. Running a workflow on-demand allows you to test workflows before their scheduled run. This testing, on a set of users up to 10 at a time, allows you to see how a workflow will run before it processes a larger set of users. Testing your workflow before their scheduled runs helps you proactively solve potential lifecycle issues more quickly.
1919

2020

21-
## Run a workflow on-demand in the Azure portal
21+
## Run a workflow on-demand in the Microsoft Entra admin center
2222

23-
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
24-
25-
Use the following steps to run a workflow on-demand.
23+
Use the following steps to run a workflow on-demand:
2624

2725
>[!NOTE]
2826
>To be run on demand, the workflow must be enabled.

articles/active-directory/governance/trigger-custom-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Lifecycle Workflows can be used to trigger custom tasks via an extension to Azur
2525
For more information about Lifecycle Workflows extensibility, see: [Workflow Extensibility](lifecycle-workflow-extensibility.md).
2626

2727

28-
## Create a custom task extension using the Azure portal
28+
## Create a custom task extension using the Microsoft Entra admin center
2929

3030
To use a custom task extension in your workflow, first a custom task extension must be created to be linked with an Azure Logic App. You're able to create a Logic App at the same time you're creating a custom task extension. To do this, you complete these steps:
3131

articles/active-directory/governance/understanding-lifecycle-workflows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ A workflow can be broken down into the following three main parts:
6161

6262
## Templates
6363

64-
Creating a workflow via the Azure portal requires the use of a template. A Lifecycle Workflow template is a framework that is used for predefined tasks, and helps automate the creation of a workflow.
64+
Creating a workflow via the Microsoft Entra admin center requires the use of a template. A Lifecycle Workflow template is a framework that is used for predefined tasks, and helps automate the creation of a workflow.
6565

6666
[![Understanding workflow template diagram.](media/understanding-lifecycle-workflows/workflow-3.png)](media/understanding-lifecycle-workflows/workflow-3.png#lightbox)
6767

@@ -116,7 +116,7 @@ The **My Feed** section of the workflow overview contains a quick peek into when
116116
The **Quick Action** section allows you to quickly take action with your workflow. These quick actions can either be making the workflow do something, or used for history or editing purposes. The following actions you can take are:
117117

118118
- Run on Demand: Allows you to quickly run the workflow on demand. For more information on this process, see: [Run a workflow on-demand](on-demand-workflow.md)
119-
- Edit tasks: Allows you to add, delete, edit, or reorder tasks within the workflow. For more information on this process, see: [Edit the tasks of a workflow using the Azure portal](manage-workflow-tasks.md#edit-the-tasks-of-a-workflow-using-the-azure-portal)
119+
- Edit tasks: Allows you to add, delete, edit, or reorder tasks within the workflow. For more information on this process, see: [Edit the tasks of a workflow using the MicrosoftEntra admin center](manage-workflow-tasks.md#edit-the-tasks-of-a-workflow-using-the-microsoft-entra-admin-center)
120120
- View Workflow History: Allows you to view the history of the workflow. For more information on the three history perspectives, see: [Lifecycle Workflows history](lifecycle-workflow-history.md)
121121

122122
Actions taken from the overview of a workflow allow you to quickly complete tasks, which can normally be done via the manage section of a workflow.
@@ -147,7 +147,7 @@ The offset determines how many days before or after the time-based attribute the
147147

148148

149149
> [!NOTE]
150-
> The offsetInDays value in the Azure portal is shown as *Days from event*. When you schedule a workflow to run, this value is used as the baseline for who a workflow will run. Currently there is a 3 day window in processing scheduled workflows. For example, if you schedule a workflow to run for users who joined 7 days ago, a user who meets the execution conditions for the workflow, but joined between 7 to 10 days ago would have the workflow ran for them.
150+
> The offsetInDays value in the Microsoft Entra admin center is shown as *Days from event*. When you schedule a workflow to run, this value is used as the baseline for who a workflow will run. Currently there is a 3 day window in processing scheduled workflows. For example, if you schedule a workflow to run for users who joined 7 days ago, a user who meets the execution conditions for the workflow, but joined between 7 to 10 days ago would have the workflow ran for them.
151151
152152
## Configure scope
153153

@@ -205,5 +205,5 @@ For more information, see: [Lifecycle Workflows Versioning](lifecycle-workflow-v
205205

206206

207207
## Next steps
208-
- [Create a custom workflow using the Azure portal](tutorial-onboard-custom-workflow-portal.md)
208+
- [Create a custom workflow using the Microsoft Entra admin center](tutorial-onboard-custom-workflow-portal.md)
209209
- [Create a Lifecycle workflow](create-lifecycle-workflow.md)

0 commit comments

Comments
 (0)