Skip to content

Commit 57862bd

Browse files
Merge pull request #291432 from GitHubber17/347131-c
Bulk - Global effort to fix validation issues
2 parents 1775b64 + 27604e7 commit 57862bd

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Before you get started, make sure you have the following requirements in place:
2525
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2626

2727
::: zone pivot="nodejs-model-v3"
28-
+ [Node.js 18.x](https://nodejs.org/en/download/releases/) or [Node.js 16.x](https://nodejs.org/en/download/releases/). Use the `node --version` command to check your version.
28+
+ [Node.js 18.x](https://nodejs.org/en/about/previous-releases) or [Node.js 16.x](https://nodejs.org/en/about/previous-releases). Use the `node --version` command to check your version.
2929
::: zone-end
3030
::: zone pivot="nodejs-model-v4"
31-
+ [Node.js 18.x](https://nodejs.org/en/download/releases/) or above. Use the `node --version` command to check your version.
31+
+ [Node.js 18.x](https://nodejs.org/en/about/previous-releases) or above. Use the `node --version` command to check your version.
3232

3333
+ [TypeScript 4.x](https://www.typescriptlang.org/). Use the `tsc -v` command to check your version.
3434
::: zone-end

articles/azure-functions/functions-bindings-openai-assistantcreate-output.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ms.custom:
99
- devx-track-python
1010
- devx-track-ts
1111
ms.collection:
12-
- ce-skilling-ai-copilotms.date: 05/20/2024
12+
- ce-skilling-ai-copilot
13+
ms.date: 05/20/2024
1314
zone_pivot_groups: programming-languages-set-functions
1415
---
1516

articles/azure-functions/functions-node-upgrade-v4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Version 4 of the Node.js programming model requires the following minimum versio
2828

2929
:::zone pivot="programming-language-javascript"
3030
- [`@azure/functions`](https://www.npmjs.com/package/@azure/functions) npm package v4.0.0
31-
- [Node.js](https://nodejs.org/en/download/releases/) v18+
31+
- [Node.js](https://nodejs.org/en/about/previous-releases) v18+
3232
- [Azure Functions Runtime](./functions-versions.md) v4.25+
3333
- [Azure Functions Core Tools](./functions-run-local.md) v4.0.5382+ (if running locally)
3434
:::zone-end
3535
:::zone pivot="programming-language-typescript"
3636
- [`@azure/functions`](https://www.npmjs.com/package/@azure/functions) npm package v4.0.0
37-
- [Node.js](https://nodejs.org/en/download/releases/) v18+
37+
- [Node.js](https://nodejs.org/en/about/previous-releases) v18+
3838
- [TypeScript](https://www.typescriptlang.org/) v4+
3939
- [Azure Functions Runtime](./functions-versions.md) v4.25+
4040
- [Azure Functions Core Tools](./functions-run-local.md) v4.0.5382+ (if running locally)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: glenga
88

99
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
1010

11-
+ [Node.js 14.x](https://nodejs.org/en/download/releases/) or above. Use the `node --version` command to check your version.
11+
+ [Node.js 14.x](https://nodejs.org/en/about/previous-releases) or above. Use the `node --version` command to check your version.
1212

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

0 commit comments

Comments
 (0)