Skip to content

Commit e41f19d

Browse files
authored
Merge pull request #98699 from Styxxy/patch-1
Fix double quote and consistent sentence termination in sentences
2 parents bfcec61 + 14f1cc4 commit e41f19d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/active-directory/governance/what-are-lifecycle-workflows.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure AD Lifecycle Workflows is a new Azure AD Identity Governance service that
2323

2424
Workflows contain specific processes, which run automatically against users as they move through their life cycle. Workflows are made up of [Tasks](lifecycle-workflow-tasks.md) and [Execution conditions](understanding-lifecycle-workflows.md#understanding-lifecycle-workflows).
2525

26-
Tasks are specific actions that run automatically when a workflow is triggered. An Execution condition defines the 'Scope' of "who and the 'Trigger' of when a workflow will be performed. For example, send a manager an email 7 days before the value in the NewEmployeeHireDate attribute of new employees, can be described as a workflow. It consists of:
26+
Tasks are specific actions that run automatically when a workflow is triggered. An Execution condition defines the 'Scope' of "who" and the 'Trigger' of "when" a workflow will be performed. For example, sending a manager an email 7 days before the value in the NewEmployeeHireDate attribute of new employees can be described as a workflow. It consists of:
2727
- Task: send email
2828
- When (trigger): Seven days before the NewEmployeeHireDate attribute value
2929
- Who (scope): new employees
@@ -40,17 +40,17 @@ Finally, Lifecycle Workflows can even [integrate with Logic Apps](lifecycle-work
4040
Anyone who wants to modernize their identity lifecycle management process for employees, needs to ensure:
4141

4242
- **New employee on-boarding** - That when a user joins the organization, they're ready to go on day one. They have the correct access to the information, membership to groups, and applications they need.
43-
- **Employee retirement/terminations/off-boarding** - That users who are no longer tied to the company for various reasons (termination, separation, leave of absence or retirement), have their access revoked in a timely manner
43+
- **Employee retirement/terminations/off-boarding** - That users who are no longer tied to the company for various reasons (termination, separation, leave of absence or retirement), have their access revoked in a timely manner.
4444
- **Easy to administer in my organization** - That there's a seamless process to accomplish the above tasks, that isn't overly burdensome or time consuming for Administrators.
4545
- **Robust troubleshooting/auditing/compliance** - That there's the ability to easily troubleshoot issues when they arise and that there's sufficient logging to help with this and compliance related issues.
4646

4747
The following are key reasons to use Lifecycle workflows.
4848
- **Extend** your HR-driven provisioning process with other workflows that simplify and automate tasks.
4949
- **Centralize** your workflow process so you can easily create and manage workflows all in one location.
50-
- Easily **troubleshoot** workflow scenarios with the Workflow history and Audit logs
50+
- Easily **troubleshoot** workflow scenarios with the Workflow history and Audit logs.
5151
- **Manage** user lifecycle at scale. As your organization grows, the need for other resources to manage user lifecycles are reduced.
52-
- **Reduce** or remove manual tasks that were done in the past with automated lifecycle workflows
53-
- **Apply** logic apps to extend workflows for more complex scenarios using your existing Logic apps
52+
- **Reduce** or remove manual tasks that were done in the past with automated lifecycle workflows.
53+
- **Apply** logic apps to extend workflows for more complex scenarios using your existing Logic apps.
5454

5555

5656
All of the above can help ensure a holistic experience by allowing you to remove other dependencies and applications to achieve the same result. Thus translating into, increased on-boarding and off-boarding efficiency.
@@ -73,4 +73,4 @@ You can use Lifecycle workflows to address any of the following conditions.
7373

7474
## Next steps
7575
- [Create a custom workflow using the Azure portal](tutorial-onboard-custom-workflow-portal.md)
76-
- [Create a Lifecycle workflow](create-lifecycle-workflow.md)
76+
- [Create a Lifecycle workflow](create-lifecycle-workflow.md)

0 commit comments

Comments
 (0)