Skip to content

Commit d8697e7

Browse files
committed
add note about host version
1 parent 87e722f commit d8697e7

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ After you've verified that the function runs correctly on your local computer, i
291291
292292
[!INCLUDE [functions-publish-project-vscode](../../../includes/functions-publish-project-vscode.md)]
293293
294-
:: zone pivot="nodejs-model-v4"
294+
::: zone pivot="nodejs-model-v4"
295295
296296
## Update app settings
297297
@@ -301,10 +301,15 @@ To enable your V4 programming model app to run in Azure, you need to add the `En
301301
2. Choose your new function app, type `AzureWebJobsFeatureFlags` for the new app setting name, and press **Enter**.
302302
3. For the value, type `EnableWorkerIndexing` and press **Enter**.
303303
304-
:: zone-end
304+
::: zone-end
305305
306306
## Test your function in Azure
307307
308+
::: zone pivot="nodejs-model-v4"
309+
> [!NOTE]
310+
> To use the V4 node programming model, make sure your app is running on at least version 4.16.5 of the Azure Functions runtime.
311+
::: zone-end
312+
308313
::: zone pivot="nodejs-model-v3"
309314
1. Copy the URL of the HTTP trigger from the **Output** panel. The URL that calls your HTTP-triggered function should be in this format: `http://<functionappname>.azurewebsites.net/api/orchestrators/HelloOrchestrator`
310315
::: zone-end

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ After you've verified that the function runs correctly on your local computer, i
293293
294294
[!INCLUDE [functions-publish-project-vscode](../../../includes/functions-publish-project-vscode.md)]
295295
296-
:: zone pivot="nodejs-model-v4"
296+
::: zone pivot="nodejs-model-v4"
297297
298298
## Update app settings
299299
@@ -303,10 +303,15 @@ To enable your V4 programming model app to run in Azure, you need to add the `En
303303
2. Choose your new function app, type `AzureWebJobsFeatureFlags` for the new app setting name, and press **Enter**.
304304
3. For the value, type `EnableWorkerIndexing` and press **Enter**.'
305305
306-
:: zone-end
306+
::: zone-end
307307
308308
## Test your function in Azure
309309
310+
::: zone pivot="nodejs-model-v4"
311+
> [!NOTE]
312+
> To use the V4 node programming model, make sure your app is running on at least version 4.16.5 of the Azure Functions runtime.
313+
::: zone-end
314+
310315
::: zone pivot="nodejs-model-v3"
311316
1. Copy the URL of the HTTP trigger from the **Output** panel. The URL that calls your HTTP-triggered function should be in this format: `http://<functionappname>.azurewebsites.net/api/orchestrators/HelloOrchestrator`
312317
::: zone-end

0 commit comments

Comments
 (0)