Skip to content

Commit c909f5d

Browse files
committed
Minor edit
1 parent 3dd598e commit c909f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ For Linux function apps, run the following Azure CLI command to update the Node
518518
az functionapp config set --linux-fx-version "node|14" --name "<MY_APP_NAME>" --resource-group "<MY_RESOURCE_GROUP_NAME>"
519519
```
520520

521-
To learn more about Azure Functions runtime support policy, please refer to this [article](./language-support-policy.md)
521+
To learn more about Azure Functions runtime support policy, please refer to this [article](./language-support-policy.md).
522522

523523
## Dependency management
524524
In order to use community libraries in your JavaScript code, as is shown in the below example, you need to ensure that all dependencies are installed on your Function App in Azure.

0 commit comments

Comments
 (0)