I've recently deployed a NodeJs Azure Web App and using Git to trigger the deployments when I make changes to the source code. Out of curiosity I was exploring the file system of the Linux server that's running the app and found the script file that's used for deployment (deploy.sh).I've recently deployed a NodeJs Azure Web App a