Skip to content

Commit d0aba00

Browse files
author
dksimpson
committed
Incorporate review comments
1 parent 9e97419 commit d0aba00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ 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-
4442
Azure creates the HTTP trigger function. Now, you can run the new function by sending an HTTP request.
4543

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

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

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.
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.
6563

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

0 commit comments

Comments
 (0)