Development environment

Note

This is a Sandbox project. The content in this article is unsupported, and therefore may be out of date or not in a working state. That said, we still think it was awesome enough to include here. Enjoy!

Portal

Working with Functions in the Azure portal Create an edit a function app in the Azure portal
Allowing HTTP verbs in the Azure portal Restrict the HTTP verbs that trigger a function using the Azure portal
Getting your function and host keys in the Azure portal Retrieve keys in the Azure portal
Controlling how much your function can run in one day Set a daily usage quota for a function app

Visual Studio

Installing Visual Studio Functions Tools Install the Functions Tools extension in Visual Studio

Visual Studio Code

Installing Visual Studio Code Functions Tools Install the Functions Tools extension in VS Code

CLI

Testing functions with Azure Functions Core Tools Test functions locally using the CLI
Publishing a function locally Publish a function app using the CLI