🚧 Documentation is a work in progress, thank you for your patience! 🚧

Before You Get Started

Create an Azure Free Account

The current self-hosted version of Func Runner is cloud native to Microsoft Azure. There are plans in the future to expand Func Runner self-hosted support across multiple cloud providers.

To create your Azure Free Account, navigate to the Create Your Azure Free Account page.

Important Note - You are responsible for your Azure bill

Serverless solutions like Azure Function Apps are often touted as a low-cost solution—and they mostly are. However, please be aware that any costs incurred in your Azure account are your responsibility as the account owner to monitor and pay for.

Azure Function Apps are generally billed based on several factors, including but not limited to the number of function executions, the duration of the function execution, and the memory consumption of the function. Additionally, there are storage-related costs for storing your function code, along with other Azure resources that may be used when your function is executed.

Install the Azure CLI Tool

You will need the Azure CLI tool to create secure sessions with Azure and for managing Azure resources. To download and install the Azure CLI visit the How to install the Azure CLI page.

Install the Azure Functions Core Tools CLI Tool

You will need the Azure Functions Core Tools to easily deploy and manager your Azure Function App environment. For instructions on how to install this tool visit the Develop Azure Functions locally using Core Tools page.

Next Recommended Reading

Learn how to clone the boilerplate project and prepare your environment for development. Read the Clone Boilerplate Project guide.