Icon

www.faxmodem.eu

Title
Finding deployment ID or commit hash with Azure Web Apps Node.JS
Description
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.
Keywords
node-js,microsoft-azure

To access the content, please solve the following challenge.