node-red-azure-webapp
node-red-azure-webapp copied to clipboard
Question: linux webapp version
Hi, Many thanks for your template, I'm new to Azure Webapp setup sorry for my n00b question.
- how do you define the OS: Windows or Linux ?
- Is it possible to set a Linux OS ? Does it require to rewrite postinstall.cmd and npm.cmd for linux ?
Thanks !
Hi! Yes, it is prepared for Windows only and you are right, it will require to rewrite the postinstall.cmd, but you will probably not need the npm.cmd, it is a small workaround for an issue with webapps and the npm path. I'll take this issue and try to create a linux version ASAP.
Thanks !
I update the Windows version for our opensource Bot Framework using Microsoft Technologies (https://github.com/JpEncausse/viseo-bot-template-azure) it works well !
I'm shared because, Windows webapp offer lots of features but, compagnies using our bots wants Linux (with fewer features) and we give a try with a Docker but it's too limited
hello Juan, I 've modify your version for linux sucessfuly [button working] you can have a look to my repo Thanks a lot for your job