From the course: Azure Functions for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Azure Functions core tools

Azure Functions core tools - Azure Tutorial

From the course: Azure Functions for Developers

Start my 1-month free trial

Azure Functions core tools

- [Instructor] Azure Functions Core Tools help you develop test debug and run Azure functions on your local computer. It's across platform and an open source project that you can install on Linux, MacOS, and Windows. At the time of this recording, the latest version is version three. Ultimately, this is the same run time that runs on the function apps in Azure. To demonstrate its use, let's open up a new terminal. And here, I'm going to open a new Bash Shell on Ubuntu 20 because I'm using the Windows subsystem for Linux in my machine. So I can run a real Linux Kernel side-by-side with Windows 10, which is pretty cool. So let's go to my home folder because I want to create a new folder here named test. Let's change the directory to this new test folder. And here, I'm going to type func. As you can see, I have installed the Azure Functions Core Tools beforehand to expedite this process. At the time of this recording,…

Contents