Skip to content

Commit 5d4f6c4

Browse files
committed
a few missed versions
1 parent 50707e4 commit 5d4f6c4

7 files changed

+7
-7
lines changed

articles/azure-functions/create-first-function-cli-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Before you begin, you must have the following prerequisites:
4141
[!INCLUDE [functions-install-core-tools](../../includes/functions-install-core-tools.md)]
4242

4343
::: zone pivot="nodejs-model-v4"
44-
+ Make sure you install version v4.0.5095 of the Core Tools, or a later version.
44+
+ Make sure you install version v4.0.5382 of the Core Tools, or a later version.
4545
::: zone-end
4646

4747
## Create a local function project

articles/azure-functions/create-first-function-cli-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Before you begin, you must have the following prerequisites:
4242
[!INCLUDE [functions-install-core-tools](../../includes/functions-install-core-tools.md)]
4343

4444
::: zone pivot="nodejs-model-v4"
45-
+ Make sure you install version v4.0.5095 of the Core Tools, or a later version.
45+
+ Make sure you install version v4.0.5382 of the Core Tools, or a later version.
4646
::: zone-end
4747

4848
## Create a local function project

articles/azure-functions/create-first-function-vs-code-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Before you get started, make sure you have the following requirements in place:
4141
+ [Azure Functions Core Tools 4.x](functions-run-local.md#install-the-azure-functions-core-tools).
4242
::: zone-end
4343
::: zone pivot="nodejs-model-v4"
44-
+ [Azure Functions Core Tools v4.0.5095 or above](functions-run-local.md#install-the-azure-functions-core-tools).
44+
+ [Azure Functions Core Tools v4.0.5382 or above](functions-run-local.md#install-the-azure-functions-core-tools).
4545
::: zone-end
4646

4747
## <a name="create-an-azure-functions-project"></a>Create your local project

articles/azure-functions/durable/durable-functions-node-model-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ Below are some of the new exported types:
872872

873873
## Troubleshooting
874874

875-
If you see the following error when running your orchestration code, make sure you are running on at least `v4.16.5` of the [Azure Functions Runtime](../functions-versions.md?tabs=v4&pivots=programming-language-javascript) or at least `v4.0.5095` of [Azure Functions Core Tools](../functions-run-local.md?tabs=v4) if running locally.
875+
If you see the following error when running your orchestration code, make sure you are running on at least `v4.25` of the [Azure Functions Runtime](../functions-versions.md?tabs=v4&pivots=programming-language-javascript) or at least `v4.0.5382` of [Azure Functions Core Tools](../functions-run-local.md?tabs=v4) if running locally.
876876

877877
```bash
878878
Exception: The orchestrator can not execute without an OrchestratorStarted event.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To complete this tutorial:
3737
* Make sure you have the latest version of the [Azure Functions Core Tools](../functions-run-local.md).
3838
::: zone-end
3939
::: zone pivot="nodejs-model-v4"
40-
* Make sure you have [Azure Functions Core Tools](../functions-run-local.md) version `v4.0.5095` or above.
40+
* Make sure you have [Azure Functions Core Tools](../functions-run-local.md) version `v4.0.5382` or above.
4141
::: zone-end
4242

4343
* Durable Functions require an Azure storage account. You need an Azure subscription.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To complete this tutorial:
3737
* Make sure you have the latest version of the [Azure Functions Core Tools](../functions-run-local.md).
3838
::: zone-end
3939
::: zone pivot="nodejs-model-v4"
40-
* Make sure you have [Azure Functions Core Tools](../functions-run-local.md) version `v4.0.5095` or above.
40+
* Make sure you have [Azure Functions Core Tools](../functions-run-local.md) version `v4.0.5382` or above.
4141
::: zone-end
4242

4343
* Durable Functions require an Azure storage account. You need an Azure subscription.

includes/functions-requirements-visual-studio-code-node-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ms.author: jiayma
1212

1313
+ [Visual Studio Code](https://code.visualstudio.com/) on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
1414

15-
+ The [Azure Functions extension v1.10.4](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions) or above for Visual Studio Code. This extension installs [Azure Functions Core Tools](../articles/azure-functions/functions-run-local.md) for you the first time you locally run your functions. Node.js v4 requires version 4.0.5095, or a later version of Core Tools.
15+
+ The [Azure Functions extension v1.10.4](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions) or above for Visual Studio Code. This extension installs [Azure Functions Core Tools](../articles/azure-functions/functions-run-local.md) for you the first time you locally run your functions. Node.js v4 requires version 4.0.5382, or a later version of Core Tools.

0 commit comments

Comments
 (0)