Azure / Azure/app-service-linux-docs
Unable to update app to target different version of Node via az cli
- Dominant language
- Java
- Stars
- 150
- Forks
- 90
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
az cli command to update target to a different version of Node is not behaving as expected:
https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/node_support.md#node-on-linux-app-service
Utilizing the UI to set app config Node version to 16 LTS

az webapp config shows "NODE|16-lts":

When trying to set the node version "NODE|16-lts" via az cli command results in error - I assume because the pipe | is being interpreted incorrectly

Utilizing format returned via az webapp list-runtimes "NODE:16-lts" succeeds,

however UI now shows incorrect config and app service is non-functional:

az version and console log:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.