Accelerate and simplify application development with serverless compute
Develop more efficiently with Functions, an event-driven serverless compute platform that can also solve complex orchestration problems. Build and debug locally without additional setup, deploy and operate at scale in the cloud, and integrate services using triggers and bindings.
Automated and flexible scaling based on your workload volume, keeping the focus on adding value instead of managing infrastructure
Integrated programming model based on triggers and bindings that help you respond to events and seamlessly connect to other services
End-to-end development experience, from building and debugging to deploying and monitoring with integrated tools and built-in DevOps capabilities
Variety of programming languages and hosting options—always pick the best one for each scenario and quickly adjust to meet business needs
Improve your end-to-end development experience
Take advantage of a complete, end-to-end development experience with Functions—from building and debugging locally on major platforms like Windows, macOS, and Linux to deploying and monitoring in the cloud. Use Functions extensions and templates on Visual Studio and Visual Studio Code for a faster and more efficient development on your local machine, fully integrated with the whole Azure platform. Develop using your favorite code editor and the Azure Functions Core Tools. Set up continuous integration and continuous delivery (CI/CD) with Azure Pipelines, and get intelligent and proactive insights about the performance of applications in production from Azure Monitor.
Set up your local development environment Learn how to automate delivery with CI/CD pipelines for FunctionsSimplify complex orchestration challenges resolution
Serverless functions are meant to be short-lived and stateless—until you need them to solve stateful problems. Remove this limitation in a fully managed way without provisioning more resources, just by coding your workflow definition. Simplify complex, stateful coordination requirements programmatically in event-driven applications with the Durable Functions extension. Use your functions also on declarative workflows that can take advantage of over 250 connectors with Azure Logic Apps.
Learn more about Durable Functions
Connect other services without hard-coding integrations for faster solutions development
Write only the code that truly matters to your business. Save coding time with a programming model based on triggers and bindings that enable your serverless applications to respond to events and connect to other services seamlessly. Build more scalable and stable event-driven applications with a microservices-friendly approach using Functions.
Learn how to save time with triggers and bindingsChoose the best hosting option for your application
Not all applications are the same, and one hosting plan won’t fit them all. Pick the Functions plan that matches your business needs, from pay-per-execution in the cloud to edge computing in your IoT devices. Deploy the same code to multiple targets: the cloud service itself, your own infrastructure, Azure Stack, or Azure IoT Edge.
Learn about hosting plans Run code anywhere with the Azure Functions Core ToolsDevelop your way
Start coding right away with the technology stack you already know and love—no new languages or frameworks to learn. Pick the programming languages you like best for each unique scenario, from web services and APIs to Machine Learning workflows or automation scripts.
See supported languagesCreate reliable serverless applications with built-in security and monitoring

- Monitor and analyze code performance with Azure Application Insights. Spot bottlenecks and failure hotspots across all components of your application using application maps with distributed tracing from Azure Monitor.
- Source application settings with full control over access policies and audit history—without making code changes—using Azure Key Vault.
- Isolate networks through virtual network connectivity on the Functions Premium plan, enabling outbound traffic into a secured virtual network gating incoming traffic and defining app restrictions.
- Configure managed identities at the service level to let applications easily access other resources protected by Azure Active Directory.
- Grant access to your application using built-in authentication with Azure Active Directory, Microsoft account, and external providers such as Twitter, Facebook, and Google.
Choose the hosting plan that fits your business needs
Consumption plan
Scale automatically and only pay for compute resources when your functions are running. On the Consumption plan, instances of the Functions host are dynamically added and removed based on the number of incoming events.
Premium plan
While automatically scaling based on demand, use pre-warmed workers to run applications with no delay after being idle, run on more powerful instances, and connect to VNETs.
Azure App Service plan
Run Functions within an App Service plan at regular App Service plan rates. Good fit for long running operations, as well as when more predictive scaling and costs are required.
Get started with Functions
Documentation
Learn to use Functions with quickstart guides, tutorials, and code samples.
Microsoft Learn
Master the basics of Functions with this guided learning path.
Serverless Computing Cookbook
Build and monitor event-driven applications with this step-by-step guide.
Build these solutions with Functions
Serverless APIs with Node.js or Microsoft .NET
Serverless web application with built-in AI
Serverless microservices for event-driven scenarios
Machine learning workflows with a serverless architecture
Serverless data processing pipelines for files and real-time data
Serverless application with real-time capabilities
Start building applications with Functions in three steps
See what customers are doing with Azure Functions
Increase development velocity
Relativity cut development time for its cloud-based e-discovery platform from four months with traditional methods to one week using Functions.

Improve processing times for complex business problems
FUJIFILM Software reduced processing time and enabled same-day tagging for an average of 3,000 photos per baseball game using Azure Durable Functions.

Achieve higher cost-effectiveness and ROI
Direct.One generated five times more transactions with Functions for less than a quarter of the cost of using virtual machines.

Reduce service integration time
Hotailors can integrate three times as many new suppliers in the same amount of time using Functions.

Azure Functions updates, blogs, and announcements
-
UPDATE
Azure Functions 3.0 go-live release is now available
-
UPDATE
Azure Functions premium plan meter ID changes
-
November 6, 2019
Serverless for the enterprise with Microsoft Azure
-
UPDATE
Python 3.7 support and remote build are now generally available
-
UPDATE
New version of Durable Functions available now
-
UPDATE
Azure Functions integration with Azure Monitor Logs is now in public preview
-
UPDATE
.NET Core 3 support in Azure Functions, now in preview
-
UPDATE
PowerShell support in Azure Functions is now generally available
-
August 19, 2019
Announcing the general availability of Python support in Azure Functions
Frequently asked questions about Functions
-
Functions provides varying levels of support for languages including C#, JavaScript, F#, Java, and Python.
-
Functions apps on Consumption plans and App Service plans will run or be available 99.95 percent of the time.
-
Functions can run in different modes: Consumption plan, Azure App Service plan, and Premium plan.
-
Avoid hard-coding access to other services like Azure Blog storage and Azure Cosmos DB using triggers and bindings. Triggers are what cause a function to run, and bindings are declarations that connect the function to another resource.
-
Create and test functions on your local machine using favorite code editor and development tools. Connect local functions to live Azure services and debug them on your local computer using the full Functions runtime. The requirements for developing functions on your local computer depend on the programming languages and tools you prefer.