Skip to content

Commit a6c17e4

Browse files
committed
change instruction to test function to depend on prog model
1 parent 6f40862 commit a6c17e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/azure-functions/durable/quickstart-python-vscode.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,13 @@ After you've verified that the function runs correctly on your local computer, i
311311

312312
## Test your function in Azure
313313

314+
::: zone pivot="python-mode-configuration"
314315
1. Copy the URL of the HTTP trigger from the **Output** panel. The URL that calls your HTTP-triggered function must be in this format: `http://<functionappname>.azurewebsites.net/api/orchestrators/HelloOrchestrator`
316+
::: zone-end
317+
::: zone pivot="python-mode-decorators"
318+
1. Copy the URL of the HTTP trigger from the **Output** panel. The URL that calls your HTTP-triggered function must be in this format: `http://<functionappname>.azurewebsites.net/api/orchestrators/hello_orchestrator`
319+
::: zone-end
320+
315321

316322
1. Paste this new URL for the HTTP request in your browser's address bar. You must get the same status response as before when using the published app.
317323

0 commit comments

Comments
 (0)