Skip to content

Instantly share code, notes, and snippets.

@csiebler
Created August 8, 2019 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csiebler/b760b392a768a2861664a61d2f63f14d to your computer and use it in GitHub Desktop.
Save csiebler/b760b392a768a2861664a61d2f63f14d to your computer and use it in GitHub Desktop.
Install Function Runtime
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-$(lsb_release -cs)-prod $(lsb_release -cs) main" > /etc/apt/sources.list.d/dotnetdev.list'
sudo apt-get update
sudo apt-get install azure-functions-core-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment