Skip to content

Commit 414f24c

Browse files
author
Glenn Gailey
committed
Revert "Incorporate review comments"
This reverts commit d0aba00.
1 parent a718904 commit 414f24c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-functions/functions-create-first-azure-function.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Next, create a function in the new function app.
3939

4040
1. Choose **Anonymous** from the **Authorization level** drop-down list, and then select **Create Function**.
4141

42+
![HTTP trigger function settings](./media/functions-create-first-azure-function/function-app-http-trigger-settings.png)
43+
4244
Azure creates the HTTP trigger function. Now, you can run the new function by sending an HTTP request.
4345

4446
## Test the function
@@ -59,7 +61,7 @@ Next, create a function in the new function app.
5961

6062
The request URL includes a key that is required, by default, to access your function over HTTP.
6163

62-
1. When your function runs, trace information is written to the logs. To see the trace output, return to the **Code + Test** page in the portal and expand the **Logs** arrow at the bottom of the page.
64+
1. When your function runs, trace information is written to the logs. To see the trace output from the previous execution, return to the **Code + Test** page in the portal and select the arrow at the bottom of the screen to expand the **Logs**. Select **Test** from the top menu.
6365

6466
![Functions log viewer in the Azure portal.](./media/functions-create-first-azure-function/function-view-logs.png)
6567

0 commit comments

Comments
 (0)