Azure Functions is an event driven, compute-on-demand experience that extends the existing Azure application platform with capabilities to implement code triggered by events occurring in virtually any Azure or 3rd party service as well as on-premises systems. Azure Functions allows developers to take action by connecting to data sources or messaging solutions, thus making it easy to process and react to events. Azure Functions scale based on demand and you pay only for the resources you consume.
This repository acts as a directory for folks looking for the various resources we have for Azure Functions.
To get started with Azure Functions, you can visit functions.azure.com and click on the green Get Started button. If you need a trial Azure subscription, there is also a link on that page.
Visit azure.com for the primary Azure Functions documentation page.
If you would like documentation on the Functions runtime oriented towards contributors, those are hosted in the Azure WebJobs SDK script GitHub wiki.
If you have questions about Azure Functions, we encourage you to reach out to the community and Azure Functions dev team for help.
- For all questions and technical help, our MSDN forums are an easy place to have a conversation with our engineering team.
- For questions which fit the Stack Overflow format ("how does this work?"), we monitor the azure-functions tag.
- You can also tweet/follow @AzureFunctions.
While we do our best to help out in a timely basis, we don't have any promise around the above resources. If you need an SLA on support from us, it's recommended you invest in an Azure Support plan.
We track functional issues in a variety of places for Azure Functions. If you have found an issue or have a feature request, please submit an issue to the below repositories.
Item | Description | Link |
---|---|---|
Documentation | Docs for Azure Functions features + getting started | File an Issue |
Runtime | Script Host, Triggers & Bindings, Language Support | File an Issue |
CLI | Command line interface | File an Issue |
Portal | User Interface or Experience Issue | File an Issue |
Templates | Code Issues with Creation Template | File an Issue |
Before filing an issue, please check that it doesn't already exist. If you're not sure if you should file an issue, you can open up an MSDN forum question. We also have a uservoice feedback site which we can track your feature requests through.
- Azure Functions forum
azure-functions
Stack Overflow tag- Azure Functions feedback site
- Follow @AzureFunctions twitter
- Azure WebJobs SDK script - the Azure Functions runtime
- Azure WebJobs SDK - the "core" of the Azure Functions runtime and many bindings
- Azure WebJobs SDK extensions - the repositories of many bindings
- Azure Functions Core Tools - the command line tool for Azure Functions
- Azure Functions UX - the UX for the Functions development portal
- Azure Functions templates - the templates which show up the Azure Functions portal
- Azure Functions samples - repository for some samples on how the runtime works
- Azure Functions Overview
- Azure Functions Concepts
- Azure Functions C# developer reference
- Azure Functions Node.js developer reference
- Azure Functions bindings & triggers
- Azure Functions getting started
- Azure Functions sample: webhooks
- Azure Functions sample: event processing
- Azure Functions sample: azure services
- Testing an Azure Function
- Scaling a Function
- Building the Azure Functions runtime locally