Skip to content

Commit 0bdeef0

Browse files
author
gitName
committed
line edits
1 parent 8416b0d commit 0bdeef0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Add a step to make an HTTP request to get API details from the API center.
132132
1. In **Audience**, enter `https://management.azure.com/`.
133133

134134
135-
### Step 5. Parse JSON action
135+
### Workflow step 5. Parse JSON action
136136

137137
Add a step to parse the JSON output of the preceding HTTP request.
138138

@@ -338,15 +338,17 @@ Test the event subscription by registering an API in your API center:
338338
:::image type="content" source="media/set-up-notification-workflow/teams-adaptive-card.png" alt-text="Screenshot of adaptive card in Microsoft Teams.":::
339339

340340
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.
342342

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
346346

347+
To get details about the logic app run and troubleshoot any issues:
348+
347349
1. In the [Azure portal](https://portal.azure.com), navigate to your logic app.
348350
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.
350352

351353
## Related content
352354

0 commit comments

Comments
 (0)