Skip to content

Commit e7f64c3

Browse files
committed
1561426, changed 'test' to 'verify'.
1 parent bef907a commit e7f64c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Before you start, you must:
3333

3434
## Create and activate a virtual environment (optional)
3535

36-
You should use a Python 3.6.x environment to locally develop and test Python functions. Run the following commands to create and activate a virtual environment named `.venv`.
36+
You should use a Python 3.6.x environment to locally develop and verify Python functions. Run the following commands to create and activate a virtual environment named `.venv`.
3737

3838
> [!NOTE]
3939
> If Python didn't install venv on your Linux distribution, you can install it using the following command:
@@ -150,7 +150,7 @@ The function runs locally using the Azure Functions runtime.
150150
151151
1. Append the query string `?name=<yourname>` to this URL and execute the request. The following screenshot shows the response to the GET request that the local function returns to the browser:
152152
153-
![Test locally in the browser](./media/functions-create-first-function-python/function-test-local-browser.png)
153+
![Verify locally in the browser](./media/functions-create-first-function-python/function-test-local-browser.png)
154154
155155
1. Select Ctrl+C to shut down your function app.
156156

includes/functions-test-function-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ms.topic: include
55
ms.date: 04/24/2019
66
ms.author: glenga
77
---
8-
## <a name="test"></a>Test the function in Azure
8+
## <a name="test"></a>Verify the function in Azure
99

10-
Use cURL to test 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+
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.
1111

1212
![using cURL to call the function in Azure.](./media/functions-test-function-code/functions-azure-cli-function-test-curl.png)
1313

0 commit comments

Comments
 (0)