Skip to content

Commit 1b5788e

Browse files
authored
expanded note
1 parent 73baa06 commit 1b5788e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/azure-functions/durable/durable-functions-create-portal.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ If you are creating JavaScript Durable Functions, you'll need to install the [`d
7676

7777
1. Go back to the **HttpStart** function, choose **Get function Url**, and select the **Copy to clipboard** icon to copy the URL. You use this URL to start the **HelloSequence** function.
7878

79-
1. Use an HTTP test tool to send a POST request to the URL that you copied. The following example is a cURL command that sends a POST request to the durable function:
79+
1. Use one of these HTTP test tools to send an HTTP POST request to the URL endpoint:
80+
81+
[!INCLUDE [api-test-http-request-tools](../../../includes/api-test-http-request-tools.md)]
82+
83+
The following example is a cURL command that sends a POST request to the durable function:
8084

8185
```bash
8286
curl -X POST https://{your-function-app-name}.azurewebsites.net/api/orchestrators/{functionName} --header "Content-Length: 0"

0 commit comments

Comments
 (0)