File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ On your local computer:
28
28
29
29
# [ JavaScript] ( #tab/nodejs )
30
30
31
- + [ Node.js] ( https://nodejs.org/ ) version 12 . Node.js version 10 is also supported.
31
+ + [ Node.js] ( https://nodejs.org/ ) version 18 . Node.js version 14 is also supported.
32
32
+ [ Azure Functions Core Tools version 4.x.] ( functions-run-local.md?tabs=v4%2Cnode#install-the-azure-functions-core-tools ) .
33
33
+ [ Azure CLI] ( /cli/azure/install-azure-cli ) version 2.4 or later
34
34
@@ -152,7 +152,7 @@ az functionapp create --resource-group MyResourceGroup --name <APP_NAME> --custo
152
152
153
153
# [ JavaScript] ( #tab/nodejs )
154
154
``` azurecli
155
- az functionapp create --resource-group MyResourceGroup --name <APP_NAME> --custom-location <CUSTOM_LOCATION_ID> --storage-account <STORAGE_NAME> --functions-version 4 --runtime node --runtime-version 12
155
+ az functionapp create --resource-group MyResourceGroup --name <APP_NAME> --custom-location <CUSTOM_LOCATION_ID> --storage-account <STORAGE_NAME> --functions-version 4 --runtime node --runtime-version 18
156
156
```
157
157
158
158
# [ Python] ( #tab/python )
You can’t perform that action at this time.
0 commit comments