Skip to content

Commit 86c2af3

Browse files
committed
fix numbering
1 parent f8db54a commit 86c2af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/azure/create-serverless-logic-with-azure-functions/includes/5-add-logic-to-the-function-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,12 +404,12 @@ We're going to use the **Test/Run** feature in *Developer* > *Code + Test* to te
404404
405405
::: zone-end
406406
407-
1. Select **Run**. The **Output** tab displays the HTTP response code and content. To see log messages, open the **Logs** tab in the bottom flyout of the pane (if it isn't already open). The following image shows an example response in the output pane and messages in the **Logs** pane.
407+
2. Select **Run**. The **Output** tab displays the HTTP response code and content. To see log messages, open the **Logs** tab in the bottom flyout of the pane (if it isn't already open). The following image shows an example response in the output pane and messages in the **Logs** pane.
408408
409409
:::image type="content" source="../media/5-portal-testing.png" alt-text="Screenshot of the Azure function editor, with the Test and Logs tabs showing." lightbox="../media/5-portal-testing.png":::
410410
411411
The **Output** tab shows that a status field was correctly added to each of the readings.
412412
413-
1. In the Developer menu on the left, select **Monitor** to see that the request was logged to Application Insights. The **Monitor** pane appears for your function.
413+
3. In the Developer menu on the left, select **Monitor** to see that the request was logged to Application Insights. The **Monitor** pane appears for your function.
414414
415415
The **Invocations Tab** of the pane displays **Invocation Traces** for each of your function invocations. Select the **Date(UTC)** value for one of the invocations and view the detail about the execution of your function.

0 commit comments

Comments
 (0)