Skip to content

Commit cd0eb59

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into nat-posh-diagram
2 parents 2b935ad + 4a5de8d commit cd0eb59

File tree

73 files changed

+901
-481
lines changed

Some content is hidden

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

73 files changed

+901
-481
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
{
414414
"path_to_root": "azureml-examples-vj",
415415
"url": "https://github.com/azure/azureml-examples",
416-
"branch": "vijetajo-patch-2",
416+
"branch": "main",
417417
"branch_mapping": {}
418418
},
419419
{
5.28 KB
Loading

articles/active-directory/governance/TOC.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
href: what-is-identity-lifecycle-management.md
1414
- name: What is provisioning?
1515
href: what-is-provisioning.md
16-
- name: What are Lifecycle Workflows? (Preview)
16+
- name: What are Lifecycle Workflows?
1717
href: what-are-lifecycle-workflows.md
1818
- name: Tutorials
1919
expanded: true
@@ -54,7 +54,7 @@
5454
href: /graph/tutorial-accessreviews-securitygroup?toc=/azure/active-directory/governance/toc.json&bc=/azure/active-directory/governance/breadcrumb/toc.json
5555
- name: Review access to privileged roles - Microsoft Graph
5656
href: /graph/tutorial-accessreviews-roleassignments?toc=/azure/active-directory/governance/toc.json&bc=/azure/active-directory/governance/breadcrumb/toc.json
57-
- name: Lifecycle Workflows (Preview)
57+
- name: Lifecycle Workflows
5858
items:
5959
- name: Automate employee onboarding tasks - Azure portal
6060
href: tutorial-onboard-custom-workflow-portal.md
@@ -89,7 +89,7 @@
8989
href: review-recommendations-access-reviews.md
9090
- name: Review and remove users from external organizations
9191
href: access-reviews-external-users.md
92-
- name: Lifecycle Workflows (Preview)
92+
- name: Lifecycle Workflows
9393
items:
9494
- name: Understanding Lifecycle Workflows
9595
href: understanding-lifecycle-workflows.md
@@ -156,7 +156,7 @@
156156
href: entitlement-management-access-package-resources.md
157157
- name: Change request settings
158158
href: entitlement-management-access-package-request-policy.md
159-
- name: Configure verified ID settings (Preview)
159+
- name: Configure verified ID settings
160160
href: entitlement-management-verified-id-settings.md
161161
- name: Change approval settings
162162
href: entitlement-management-access-package-approval-policy.md
@@ -218,11 +218,11 @@
218218
href: ../privileged-identity-management/pim-perform-azure-ad-roles-and-resource-roles-review.md?toc=%2fazure%2factive-directory%2fgovernance%2ftoc.json
219219
- name: Complete an access review
220220
href: ../privileged-identity-management/pim-complete-azure-ad-roles-and-resource-roles-review.md?toc=%2fazure%2factive-directory%2fgovernance%2ftoc.json
221-
- name: Azure AD PIM for Groups (Preview)
221+
- name: Azure AD PIM for Groups
222222
items:
223223
- name: Create an access review
224224
href: create-access-review-pim-for-groups.md
225-
- name: Lifecycle Workflows (Preview)
225+
- name: Lifecycle Workflows
226226
items:
227227
- name: Deployment
228228
href: lifecycle-workflows-deployment.md
@@ -263,7 +263,7 @@
263263
href: /graph/api/resources/accessreviewsv2-overview
264264
- name: Entitlement management - Microsoft Graph API
265265
href: /graph/api/resources/entitlementmanagement-overview
266-
- name: Lifecycle Workflows (Preview)
266+
- name: Lifecycle Workflows
267267
items:
268268
- name: Lifecycle Workflows - Microsoft Graph API
269269
href: /graph/api/resources/identitygovernance-lifecycleworkflows-overview

articles/active-directory/governance/check-status-workflow.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: template-how-to
1313
---
1414

1515

16-
# Check the status of a workflow (Preview)
16+
# Check the status of a workflow
1717

1818
When a workflow is created, it's important to check its status, and run history to make sure it ran properly for the users it processed both by schedule and by on-demand. To get information about the status of workflows, Lifecycle Workflows allows you to check run and user processing history. This history also gives you summaries to see how often a workflow has run, and who it ran successfully for. You're also able to check the status of both the workflow, and its tasks. Checking the status of workflows and their tasks allows you to troubleshoot potential problems that could come up during their execution.
1919

@@ -26,9 +26,9 @@ You're able to retrieve run information of a workflow using Lifecycle Workflows.
2626

2727
1. Select **Azure Active Directory** and then select **Identity Governance**.
2828

29-
1. On the left menu, select **Lifecycle Workflows (Preview)**.
29+
1. On the left menu, select **Lifecycle Workflows**.
3030

31-
1. On the Lifecycle Workflows overview page, select **Workflows (Preview)**.
31+
1. On the Lifecycle Workflows overview page, select **Workflows**.
3232

3333
1. Select the workflow you want to run history of.
3434

@@ -45,13 +45,13 @@ You're able to retrieve run information of a workflow using Lifecycle Workflows.
4545
To get further information than just the runs summary for a workflow, you're also able to get information about users processed by a workflow. To check the status of users a workflow has processed using the Azure portal, you would do the following steps:
4646

4747

48-
1. In the left menu, select **Lifecycle Workflows (Preview)**.
48+
1. In the left menu, select **Lifecycle Workflows**.
4949

50-
1. select **Workflows (Preview)**.
50+
1. select **Workflows**.
5151

5252
1. select the workflow you want to see user processing information for.
5353

54-
1. On the workflow overview screen, select **Workflow history (Preview)**.
54+
1. On the workflow overview screen, select **Workflow history**.
5555
:::image type="content" source="media/check-status-workflow/workflow-history.png" alt-text="Screenshot of a workflow overview history.":::
5656
1. On the workflow history page, you're presented with a summary of every user processed by the workflow along with counts of successful and failed users and tasks.
5757
:::image type="content" source="media/check-status-workflow/workflow-history-list.png" alt-text="Screenshot of a list of workflow summaries.":::

articles/active-directory/governance/check-workflow-execution-scope.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer: krbain
1414
ms.collection: M365-identity-device-management
1515
---
1616

17-
# Check execution user scope of a workflow (Preview)
17+
# Check execution user scope of a workflow
1818

1919
Workflow scheduling will automatically process the workflow for users meeting the workflows execution conditions. This article walks you through the steps to check the users who fall into the execution scope of a workflow. For more information about execution conditions, see: [workflow basics](../governance/understanding-lifecycle-workflows.md#workflow-basics).
2020

@@ -26,11 +26,11 @@ To check the users who fall under the execution scope of a workflow, you'd follo
2626

2727
1. Type in **Identity Governance** on the search bar near the top of the page and select it.
2828

29-
1. In the left menu, select **Lifecycle workflows (Preview)**.
29+
1. In the left menu, select **Lifecycle workflows**.
3030

3131
1. From the list of workflows, select the workflow you want to check the execution scope of.
3232

33-
1. On the workflow overview page, select **Execution conditions (Preview)**.
33+
1. On the workflow overview page, select **Execution conditions**.
3434

3535
1. On the Execution conditions page, select the **Execution User Scope** tab.
3636

articles/active-directory/governance/configure-logic-app-lifecycle-workflows.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.custom: template-how-to
1111

1212

1313

14-
# Configure a Logic App for Lifecycle Workflow use (Preview)
14+
# Configure a Logic App for Lifecycle Workflow use
1515

16-
Before you can use an existing Azure Logic App with the custom task extension feature of Lifecycle Workflows, it must first be made compatible. This reference guide provides a list of steps that must be taken to make the Azure Logic App compatible. For a guide on creating a new compatible Logic App via the Lifecycle Workflows portal, see [Trigger Logic Apps based on custom task extensions (preview)](trigger-custom-task.md).
16+
Before you can use an existing Azure Logic App with the custom task extension feature of Lifecycle Workflows, it must first be made compatible. This reference guide provides a list of steps that must be taken to make the Azure Logic App compatible. For a guide on creating a new compatible Logic App via the Lifecycle Workflows portal, see [Trigger Logic Apps based on custom task extensions](trigger-custom-task.md).
1717

1818
## Determine type of token security of your custom task extension
1919

@@ -23,7 +23,7 @@ Before configuring your Azure Logic App custom extension for use with Lifecycle
2323
- Proof of Possession(POP)
2424

2525

26-
To determine the security token type of your custom task extension, you'd check the **Custom extensions (Preview)** page:
26+
To determine the security token type of your custom task extension, you'd check the **Custom extensions** page:
2727

2828
:::image type="content" source="media/configure-logic-app-lifecycle-workflows/custom-task-extension-token-type.png" alt-text="Screenshot of custom task extension and token type.":::
2929

@@ -229,7 +229,7 @@ If the security token type is **Proof of Possession (POP)** for your custom task
229229
230230
Policy name: POP-Policy
231231
232-
Policy type: (Preview) AADPOP
232+
Policy type: AADPOP
233233
234234
|Claim |Value |
235235
|---------|---------|
@@ -292,5 +292,5 @@ Now that your Logic app is configured for use with Lifecycle Workflows, you can
292292
293293
## Next steps
294294
295-
- [Lifecycle workflow extensibility (Preview)](lifecycle-workflow-extensibility.md)
295+
- [Lifecycle workflow extensibility](lifecycle-workflow-extensibility.md)
296296
- [Manage Workflow Versions](manage-workflow-tasks.md)

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a lifecycle workflow (preview) - Azure AD
2+
title: Create a lifecycle workflow - Azure AD
33
description: This article guides you in creating a lifecycle workflow.
44
author: OWinfreyATL
55
ms.author: owinfrey
@@ -12,9 +12,9 @@ ms.subservice: compliance
1212
ms.custom: template-how-to
1313
---
1414

15-
# Create a lifecycle workflow (preview)
15+
# Create a lifecycle workflow
1616

17-
Lifecycle workflows (preview) allow for tasks associated with the lifecycle process to be run automatically for users as they move through their lifecycle in your organization. Workflows consist of:
17+
Lifecycle workflows allow for tasks associated with the lifecycle process to be run automatically for users as they move through their lifecycle in your organization. Workflows consist of:
1818

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.
@@ -35,9 +35,9 @@ To create a workflow based on a template:
3535

3636
1. Select **Azure Active Directory** > **Identity Governance**.
3737

38-
1. On the left menu, select **Lifecycle Workflows (Preview)**.
38+
1. On the left menu, select **Lifecycle Workflows**.
3939

40-
1. Select **Workflows (Preview)**.
40+
1. Select **Workflows**.
4141

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

articles/active-directory/governance/customize-workflow-email.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.date: 05/31/2023
1111
ms.custom: template-how-to
1212
---
1313

14-
# Customize emails sent from workflow tasks (preview)
14+
# Customize emails sent from workflow tasks
1515

16-
Lifecycle workflows provide several tasks that send email notifications. You can customize email notifications to suit the needs of a specific workflow. For a list of these tasks, see [Lifecycle workflow built-in tasks (preview)](lifecycle-workflow-tasks.md).
16+
Lifecycle workflows provide several tasks that send email notifications. You can customize email notifications to suit the needs of a specific workflow. For a list of these tasks, see [Lifecycle workflow built-in tasks](lifecycle-workflow-tasks.md).
1717

1818
Email tasks allow for the customization of:
1919

@@ -40,11 +40,11 @@ When you're customizing an email sent via lifecycle workflows, you can choose to
4040

4141
1. On the search bar near the top of the page, enter **Identity Governance** and select the result.
4242

43-
1. On the left menu, select **Lifecycle workflows (Preview)**.
43+
1. On the left menu, select **Lifecycle workflows**.
4444

45-
1. On the left menu, select **Workflows (Preview)**.
45+
1. On the left menu, select **Workflows**.
4646

47-
1. Select **Tasks (Preview)**.
47+
1. Select **Tasks**.
4848

4949
1. On the pane that lists tasks, select the task for which you want to customize the email.
5050

@@ -94,16 +94,16 @@ You can customize emails that you send via lifecycle workflows to have your own
9494
To enable these features, you need the following prerequisites:
9595

9696
- A verified domain. To add a custom domain, see [Managing custom domain names in Azure Active Directory](../enterprise-users/domains-manage.md).
97-
- Custom branding set within Azure AD if you want to use your custom branding in emails. To set organizational branding within your Azure tenant, see [Configure your company branding (preview)](../fundamentals/how-to-customize-branding.md).
97+
- Custom branding set within Azure AD if you want to use your custom branding in emails. To set organizational branding within your Azure tenant, see [Configure your company branding](../fundamentals/how-to-customize-branding.md).
9898

9999
> [!NOTE]
100100
> For compliance with the [RFC for sending and receiving email](https://www.ietf.org/rfc/rfc2142.txt), we recommend using a domain that has the appropriate DNS records to facilitate email validation, like SPF, DKIM, DMARC, and MX. [Learn more about Exchange Online email routing](/exchange/mail-flow-best-practices/mail-flow-best-practices).
101101
102102
After you meet the prerequisites, follow these steps:
103103

104-
1. On the page for lifecycle workflows, select **Workflow settings (Preview)**.
104+
1. On the page for lifecycle workflows, select **Workflow settings**.
105105

106-
1. On the **Workflow settings (Preview)** pane, for **Email domain**, select your domain from the drop-down list of verified domains.
106+
1. On the **Workflow settings** pane, for **Email domain**, select your domain from the drop-down list of verified domains.
107107

108108
:::image type="content" source="media/customize-workflow-email/workflow-email-settings.png" alt-text="Screenshot of workflow domain settings.":::
109109
1. Turn on the **Use company branding banner logo** toggle if you want to use company branding in emails.

articles/active-directory/governance/customize-workflow-schedule.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ ms.reviewer: krbain
1414
ms.collection: M365-identity-device-management
1515
---
1616

17-
# Customize the schedule of workflows (preview)
17+
# Customize the schedule of workflows
1818

1919
When you create workflows by using lifecycle workflows, you can fully customize them to match the schedule that fits your organization's needs. By default, workflows are scheduled to run every 3 hours. But you can set the interval to be as frequent as 1 hour or as infrequent as 24 hours.
2020

2121
## Customize the schedule of workflows by using the Azure portal
2222

23-
Workflows that you create within lifecycle workflows follow the same schedule that you define on the **Workflow settings (Preview)** pane. To adjust the schedule, follow these steps:
23+
Workflows that you create within lifecycle workflows follow the same schedule that you define on the **Workflow settings** pane. To adjust the schedule, follow these steps:
2424

2525
1. Sign in to the [Azure portal](https://portal.azure.com).
2626

2727
1. On the search bar near the top of the page, enter **Identity Governance** and select the result.
2828

29-
1. On the left menu, select **Lifecycle workflows (Preview)**.
29+
1. On the left menu, select **Lifecycle workflows**.
3030

31-
1. On the **Lifecycle workflows** overview page, select **Workflow settings (Preview)**.
31+
1. On the **Lifecycle workflows** overview page, select **Workflow settings**.
3232

33-
1. On the **Workflow settings (Preview)** pane, set the schedule of workflows as an interval of 1 to 24.
33+
1. On the **Workflow settings** pane, set the schedule of workflows as an interval of 1 to 24.
3434

3535
:::image type="content" source="media/customize-workflow-schedule/workflow-schedule-settings.png" alt-text="Screenshot of the settings for a workflow schedule.":::
3636
1. Select **Save**.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer: krbain
1414
ms.collection: M365-identity-device-management
1515
---
1616

17-
# Delete a lifecycle workflow (preview)
17+
# Delete a lifecycle workflow
1818

1919
You can remove workflows that you no longer need. Deleting these workflows helps keep your lifecycle strategy up to date.
2020

@@ -30,9 +30,9 @@ The preview of lifecycle workflows requires Azure Active Directory (Azure AD) Pr
3030

3131
1. On the search bar near the top of the page, enter **Identity Governance**. Then select **Identity Governance** in the results.
3232

33-
1. On the left menu, select **Lifecycle Workflows (Preview)**.
33+
1. On the left menu, select **Lifecycle Workflows**.
3434

35-
1. Select **Workflows (Preview)**.
35+
1. Select **Workflows**.
3636

3737
1. On the **Workflows** page, select the workflow that you want to delete. Then select **Delete**.
3838

@@ -46,7 +46,7 @@ The preview of lifecycle workflows requires Azure Active Directory (Azure AD) Pr
4646

4747
After you delete workflows, you can view them on the **Deleted workflows** page.
4848

49-
1. On the left pane, select **Deleted workflows (Preview)**.
49+
1. On the left pane, select **Deleted workflows**.
5050

5151
1. On the **Deleted workflows** page, check the list of deleted workflows. Each workflow has a description, the date of deletion, and a permanent delete date. By default, the permanent delete date for a workflow is 30 days after it was originally deleted.
5252

0 commit comments

Comments
 (0)