• FaxModem
  • Blog

Finding deployment ID or commit hash with Azure Web Apps Node.JS

Jun 29, 2026 in Cloud & Serverless #node-js #microsoft-azure

You deploy your Node.js code to Azure Web Apps. In your code, you want to know the latest deployment commit ID/hash. Since Azure does not keep the information in environment variables, we will need to call a custom script on each build from package.json.


Deploying a Node.JS application to Azure Web App Service

Sep 11, 2024 in Cloud & Serverless #node-js #microsoft-azure


nvm, npm, node: Command not found

Oct 19, 2023 in Development #gatsbyjs #npm #node-js #debian #nvm


Add nvm-managed node to $PATH in init.d or crontab

Apr 4, 2023 in Development #node-js #debian


Simulating Hard Websocket Disconnect in a Browser

Apr 23, 2022 in Uncategorised #node-js #websockets #chrome


Changing the Node.js inspector port in phpStorm

Apr 15, 2022 in Development #phpstorm #node-js #jetbrains


Installing Node.js on a low end VPS

Jan 13, 2022 in Experimental #node-js #low-end-box #vps

If you have a VPS that runs Debian 8 or 9, here's how you can install a relatively relevant Node.js version