Skip to content

Commit db45148

Browse files
author
Glenn Gailey
committed
Refactor run in azure
1 parent 3ecf674 commit db45148

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

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

115115
## Run the function in Azure
116116

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:
117+
1. Back in the **Azure: Functions** area in the side bar, expand the new function app under your subscription. Expand **Functions**, right-click (Windows) or Ctrl + click (MacOS) on **HttpExample**, and then choose **Copy function URL**.
118+
119+
![Copy the function URL for the new HTTP trigger](./media/functions-create-first-function-vs-code/function-copy-endpoint-url.png)
120+
121+
1. Paste this 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:
118122

119123
http://<functionappname>.azurewebsites.net/api/httpexample?name=Functions
120124

includes/functions-publish-project-vscode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,3 @@ In this section, you create a function app and related resources in your Azure s
4848
1. Select **View Output** in this notification to view the creation and deployment results, including the Azure resources that you created. If you miss the notification, select the bell icon in the lower right corner to see it again.
4949

5050
![Create complete notification](media/functions-publish-project-vscode/function-create-notifications.png)
51-
52-
1. Back in the **Azure: Functions** area in the side bar, expand the new function app under your subscription. Expand **Functions**, right-click (Windows) or Ctrl + click (MacOS) on **HttpExample**, and then choose **Copy function URL**.
53-
54-
![Copy the function URL for the new HTTP trigger](./media/functions-publish-project-vscode/function-copy-endpoint-url.png)

0 commit comments

Comments
 (0)