In this series of posts I will walk you through the steps required to create a simple Azure Function using F# Script, VS Code, and v1 of the Azure Functions Core Tools. I’ll cover everything from what you need to install, all the way through creating the function, and deploying it to your Azure account.

  1. Setup Your Environment
  2. Create the Function App
  3. Run the Function Locally
  4. Deploy the Function App to Azure