Skip to content

Install Insiders Build

Eric Jizba edited this page Feb 5, 2024 · 2 revisions

If you would like to install an insiders version of the @azure/functions npm package, follow these steps:

  1. View the latest build in Azure Pipelines here

  2. Select "1 published"

    1 published
  3. Select "Download artifacts". NOTE: The button with the three dots might not be displayed until you hover your mouse over it

    download artifacts
  4. Unzip the downloaded file "drop.zip" and you should see a tgz file with a name like "azure-functions-4.2.0-alpha.20240131.1.tgz"

  5. From the root folder of your project, run npm install <path to tgz file>

Clone this wiki locally