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-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ Add a step to make an HTTP request to get API details from the API center.
132
132
1. In **Audience**, enter `https://management.azure.com/`.
133
133
134
134
135
-
### Step 5. Parse JSON action
135
+
### Workflow step 5. Parse JSON action
136
136
137
137
Add a step to parse the JSON output of the preceding HTTP request.
138
138
@@ -338,15 +338,17 @@ Test the event subscription by registering an API in your API center:
338
338
:::image type="content" source="media/set-up-notification-workflow/teams-adaptive-card.png" alt-text="Screenshot of adaptive card in Microsoft Teams.":::
339
339
340
340
The logic app workflow updates the *api-status* property in the API registration in your API center.
341
-
1. In your API center, view the API details to see the updated custom metadata value for the *api-status* property.
341
+
1. In your API center, view the API details to see the updated value for the custom *api-status* property.
342
342
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
+
To get details about the logic app run and troubleshoot any issues:
348
+
347
349
1. In the [Azure portal](https://portal.azure.com), navigate to your logic app.
348
350
1. In the left menu, under **Developer Tools**, select **Run History**.
349
-
1. Select the run to see the details of each step and to troubleshoot any errors.
351
+
1. Select the run to see the details of each step.
0 commit comments