Skip to content

Commit 056a0cb

Browse files
Merge pull request #291433 from GitHubber17/347131-d
Bulk - Global effort to fix validation issues
2 parents 30acb9f + c105d11 commit 056a0cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-signalr/signalr-quickstart-azure-functions-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This quickstart can be run on macOS, Windows, or Linux.
2222
| An Azure subscription |If you don't have a subscription, create an [Azure free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)|
2323
| A code editor | You need a code editor such as [Visual Studio Code](https://code.visualstudio.com/). |
2424
| [Azure Functions Core Tools](https://github.com/Azure/azure-functions-core-tools#installing)| Requires version 4.0.5611 or higher to run Node.js v4 programming model.|
25-
|[Node.js LTS](https://nodejs.org/en/download/)| See supported node.js versions in the [Azure Functions JavaScript developer guide](../azure-functions/functions-reference-node.md#node-version).|
25+
|[Node.js LTS](https://nodejs.org/en/download/package-manager/)| See supported node.js versions in the [Azure Functions JavaScript developer guide](../azure-functions/functions-reference-node.md#node-version).|
2626
| [Azurite](../storage/common/storage-use-azurite.md)| SignalR binding needs Azure Storage. You can use a local storage emulator when a function is running locally. |
2727
| [Azure CLI](/cli/azure/install-azure-cli)| Optionally, you can use the Azure CLI to create an Azure SignalR Service instance.
2828

articles/azure-web-pubsub/tutorial-serverless-iot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this tutorial, you learn how to:
2424

2525
* A code editor, such as [Visual Studio Code](https://code.visualstudio.com/)
2626

27-
* [Node.js](https://nodejs.org/en/download/), version 18.x or above.
27+
* [Node.js](https://nodejs.org/en/download/package-manager/), version 18.x or above.
2828
> [!NOTE]
2929
> For more information about the supported versions of Node.js, see [Azure Functions runtime versions documentation](../azure-functions/functions-versions.md#languages).
3030

0 commit comments

Comments
 (0)