Can not create linux runtime for AppService
See original GitHub issueWe confirmed the AppService’s node.js runtime for Linux.
az webapp list-runtimes --os-type linux
[
:
"NODE:18-lts",
"NODE:16-lts",
"NODE:14-lts",
:
]
But azure-cli try to create windows runtime even if we write linux runtime name.
az webapp create --resource-group RG --plan PLAN --name APP --runtime "NODE:18-lts" --deployment-local-git
Windows runtime 'NODE|18-lts' is not supported. Please invoke 'az webapp list-runtimes' to cross check
Issue Analytics
- State:
- Created 10 months ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Azure App Service on Linux FAQ - Microsoft Learn
Find answers to the frequently asked questions about the built-in Linux containers in Azure App Service.
Read more >Missing Stack settings in App Service running on App ... - GitHub
Missing the stack settings when creating App Service on App Service Plan for Linux. The problem is that the node.js app doesn't work ......
Read more >Deployment to Linux App Service Resets Runtime Stack when ...
1) Create a Linux App Service that uses the .NET Core 3.1 runtime stack and check in 'Configuration > General Settings' that the...
Read more >pm2 not found on Azure App service with Node 14 runtime
If you must use node 14LTS, I suggest you raise a support ticket on portal for help. Recurring problem: Create a linux node...
Read more >Azure App Service: Cannot create directories and write to ...
You need to expand the Additional Deployment Options section and click on the Select deployment method checkbox, which is unchecked by default.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sokichi-fj Thanks for getting back and clarifying the ask. You are right. Currently, the command
az webapp list-runtimes
displays both linux and windows:Since your ask is to improve the error message, I am filing the PR to get the right commands in the error message.
@navba-MSFT Thank you for supporting my report.