Skip to content

Commit a79d118

Browse files
Merge pull request #96743 from jeffhollan/userstudy-feedback
fixing per user study
2 parents ebd48ba + 269827f commit a79d118

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

includes/functions-test-function-code.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ ms.author: glenga
77
---
88
## <a name="test"></a>Verify the function in Azure
99

10-
Use cURL to verify the deployed function. Using the URL, including the function key, that you copied from the previous step, append the query string `&name=<yourname>` to the URL.
10+
You can use a web browser to verify the deployed function. Copy the URL, including the function key, into the address bar of your web browser. Append the query string `&name=<yourname>` to the URL before you execute the request.
1111

12-
![using cURL to call the function in Azure.](./media/functions-test-function-code/functions-azure-cli-function-test-curl.png)
12+
![Using a web browser to call the function.](./media/functions-test-function-code/functions-azure-cli-function-test-browser.png)
1313

14-
You can also paste the copied URL, including the function key, into the address bar of your web browser. Again, append the query string `&name=<yourname>` to the URL before you execute the request.
14+
Alternatively, you can use cURL to verify the deployed function. Using the URL, including the function key, that you copied from the previous step, append the query string `&name=<yourname>` to the URL.
15+
16+
![using cURL to call the function in Azure.](./media/functions-test-function-code/functions-azure-cli-function-test-curl.png)
1517

16-
![Using a web browser to call the function.](./media/functions-test-function-code/functions-azure-cli-function-test-browser.png)

0 commit comments

Comments
 (0)