Skip to content

Commit 4338b56

Browse files
committed
add small note
Signed-off-by: Hannah Hunter <[email protected]>
1 parent fde3a79 commit 4338b56

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

articles/azure-functions/durable/durable-functions-http-features.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ public HttpResponseMessage httpStart(
194194

195195
---
196196

197+
> [!TIP]
198+
> If you have multiple HTTP-triggered starter functions in the same function app, configure a unique `route` for each function to avoid route conflicts. Using a parameterized route like `orchestrators/{functionName}` (as shown in several of the preceding examples) lets a single HTTP starter function start any orchestrator by name, which is often the simplest approach.
199+
197200
Starting an orchestrator function by using the HTTP-trigger functions shown previously can be done using any HTTP client. The following cURL command starts an orchestrator function named `DoWork`:
198201

199202
```bash

0 commit comments

Comments
 (0)