Skip to content

Commit 8bc0d51

Browse files
committed
update syntax
1 parent bf397e6 commit 8bc0d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ When creating custom task extensions, the scenarios for how it interacts with Li
5252

5353
## Response authorization
5454

55-
When creating a custom task extension that waits for a response from the Logic App, you're able to define which applications can send a response
55+
When you create a custom task extension that waits for a response from the Logic App, you're able to define which applications can send a response
5656

5757
:::image type="content" source="media/lifecycle-workflow-extensibility/launch-wait-options.png" alt-text="Screenshot of custom task extension launch and wait options.":::
5858

5959
Response authorization can be utilized in one of the following ways:
6060

61-
- **System-assigned managed identity (Default)** - With this choice you Enable and utilize the Logic Apps system-assigned managed identity. For more information on this, see: [Authenticate access to Azure resources with managed identities in Azure Logic Apps](/azure/logic-apps/create-managed-service-identity)
61+
- **System-assigned managed identity (Default)** - With this choice you Enable and utilize the Logic Apps system-assigned managed identity. For more information, see: [Authenticate access to Azure resources with managed identities in Azure Logic Apps](/azure/logic-apps/create-managed-service-identity)
6262
- **No authorization** - With this choice you assign a Logic App or third party application an application permission (LifecycleWorkflows.ReadWrite.All), or role assignment (Lifecycle Workflows Administrator). This isn't recommended as it doesn't follow least privilege access. For more information on best practices for roles, see: [Best Practices for Azure AD roles](/azure/active-directory/roles/best-practices).
6363
- **Existing application** - With this choice you're able to choose an existing application to respond.
6464

0 commit comments

Comments
 (0)