Skip to content

Commit fa1bcce

Browse files
author
gitName
committed
edits
1 parent 1df1aac commit fa1bcce

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
9.85 KB
Loading
1.53 KB
Loading

articles/api-center/set-up-notification-workflow.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
# Customer intent: As an API program manager, I want to automate a workflow for an individual to receive a Microsoft Teams notification to set status for an API that is registered in my organization's API center.
1111
---
1212

13-
# Set up a notification workflow after API is registered in your Azure API center
13+
# Set up a notification workflow after an API is registered in Azure API Center
1414

1515
This article shows how to set up an automated notification workflow for updating the status of an API after it's registered in your organization's [API center](overview.md). This example can be adapted to set up a similar notification workflow for other types of events in your API center.
1616

@@ -53,7 +53,7 @@ To create a custom *api-status* property in your API center:
5353
1. Optionally make assignments to **Deployments** and **Environments**. Select **Next**.
5454
1. Review the configuration and select **Create**.
5555

56-
# Enable a managed identity in your logic app
56+
## Enable a managed identity in your logic app
5757

5858
For this scenario, the logic app uses a managed identity to access the Azure API center. Depending on your needs, enable either a system-assigned or user-assigned managed identity. For configuration steps, see [Authenticate access and connections to Azure resources with managed identities in Azure Logic Apps](../logic-apps/authenticate-with-managed-identity.md).
5959

@@ -200,7 +200,7 @@ Add a step to parse the JSON output of the preceding HTTP request.
200200

201201
### Workflow step 6. Post adaptive card to Teams
202202

203-
Add a step to post the notification as an adaptive card to Microsoft Teams.
203+
Add a step to post the notification as an adaptive card in Microsoft Teams.
204204

205205
1. Select **Add an action**.
206206
1. In the search box, enter *Teams*.
@@ -343,9 +343,10 @@ Test the event subscription by registering an API in your API center:
343343
:::image type="content" source="media/set-up-notification-workflow/view-api-custom-property.png" alt-text="Screenshot of updated API registration in the portal.":::
344344

345345
## View the logic app run history
346+
346347
1. In the [Azure portal](https://portal.azure.com), navigate to your logic app.
347348
1. In the left menu, under **Developer Tools**, select **Run History**.
348-
1. Select the run to see the details and to troubleshoot any errors, if necessary.
349+
1. Select the run to see the details of each step and to troubleshoot any errors.
349350

350351
## Related content
351352

0 commit comments

Comments
 (0)