You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-center/set-up-notification-workflow.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.custom:
10
10
# 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.
11
11
---
12
12
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
14
14
15
15
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.
16
16
@@ -53,7 +53,7 @@ To create a custom *api-status* property in your API center:
53
53
1. Optionally make assignments to **Deployments** and **Environments**. Select **Next**.
54
54
1. Review the configuration and select **Create**.
55
55
56
-
# Enable a managed identity in your logic app
56
+
##Enable a managed identity in your logic app
57
57
58
58
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).
59
59
@@ -200,7 +200,7 @@ Add a step to parse the JSON output of the preceding HTTP request.
200
200
201
201
### Workflow step 6. Post adaptive card to Teams
202
202
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.
204
204
205
205
1. Select **Add an action**.
206
206
1. In the search box, enter *Teams*.
@@ -343,9 +343,10 @@ Test the event subscription by registering an API in your API center:
343
343
:::image type="content" source="media/set-up-notification-workflow/view-api-custom-property.png" alt-text="Screenshot of updated API registration in the portal.":::
344
344
345
345
## View the logic app run history
346
+
346
347
1. In the [Azure portal](https://portal.azure.com), navigate to your logic app.
347
348
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.
0 commit comments