Skip to content

Commit 3ecf674

Browse files
author
Glenn Gailey
committed
Clarify
1 parent 01b9fb6 commit 3ecf674

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ After you've verified that the function runs correctly on your local computer, i
114114

115115
## Run the function in Azure
116116

117-
1. Copy the URL of the HTTP trigger from the **Output** panel.
118-
119-
1. Paste this new URL for the HTTP request into your browser's address bar. Again, add the `name` query string as `?name=Functions` to the end of this URL and execute the request. The URL that calls your HTTP-triggered function should be in the following format:
117+
1. Paste the new URL for the HTTP request into your browser's address bar, add the `name` query string as `?name=Functions` to the end of this URL, and then execute the request. The URL that calls your HTTP-triggered function should be in the following format:
120118

121119
http://<functionappname>.azurewebsites.net/api/httpexample?name=Functions
122120

0 commit comments

Comments
 (0)