Azure Functions
Run your application code serverless based on triggers, schedules, events, etc.
Overview
Azure Functions is a cloud service available on-demand that provides all the continually updated infrastructure and resources needed to run your applications. You focus on the code that matters most to you, in the most productive language for you, and Functions handles the rest. Functions provides serverless compute for Azure. You can use Functions to build web APIs, respond to database changes, process IoT streams, manage message queues, and more.
Key Resources
| Homepage: | https://learn.microsoft.com/azure/azure-functions/ |
|---|---|
| Pricing: | https://azure.microsoft.com/pricing/details/functions/ |
| Newsfeed: | RSS |
Getting Started
-
Learn how Azure Functions can be a great solution for data processing, systems integration, and building simple APIs and microservices.
-
Azure Functions allows you to host business logic that can be executed without managing or provisioning server infrastructure
News
| Date | News |
|---|---|
| 12/5/2025 |
Our Python + MCP series is a three-part, hands-on journey into one of the most important emerging technologies of 2025: MCP (Model Context Protocol) — an open standard for extending AI agents and...
|
| 12/1/2025 |
Python 3.13+ apps on Azure Functions are now faster by default. By replacing the standard event loop with uvloop, the Functions Python worker delivers higher throughput and lower latency for...
|
| 12/1/2025 |
Python 3.13+ apps on Azure Functions are now faster by default. By replacing the standard event loop with uvloop, the Functions Python worker delivers higher throughput and lower latency for...
|
| 12/1/2025 |
In this issue:
Ace Aviator of the Month
News from our product group
Community Playbook
News from our community
Ace Aviator of the Month
December’s Ace Aviator: Daniel Jonathan
Daniel Jonathan...
|
| 11/24/2025 |
Azure Logic Apps now supports cloning existing Consumption Logic Apps into Standard workflows. This feature simplifies migration by allowing you to reuse your existing workflows without starting...
|
| 11/21/2025 |
Azure Functions now supports custom
handlers in Flex consumption. Custom handlers are lightweight web servers that
receive events from the Functions host. Any language that supports...
|
| 11/20/2025 |
Earlier this year, we introduced the Durable Task Scheduler, our orchestration engine designed for complex workflows and intelligent agents. It automatically checkpoints progress and protects...
|
| 11/19/2025 |
(これは 2025/11/13 に出された製品チームの記事『Bulletproof agents with the durable task extension for Microsoft Agent Framework』を日本語に翻訳したものです。)
本日 (2025/11/13)、Durable Task Extension for Microsoft Agent...
|
| 11/18/2025 |
Model Context Protocol (MCP) servers allow AI agents to access external tools, data, and systems, greatly extending the capability and power of agents. When you’re ready to expose your MCP...
|
| 11/18/2025 |
Every new wave of applications brings with it the promise of reshaping how we work, build and create. From digitization to web, from cloud to mobile, these shifts have made us all more connected,...
|
| 11/18/2025 |
Azure Functions is redefining event-driven applications and high-scale APIs in 2025, accelerating innovation for developers building the next generation of intelligent, resilient, and scalable...
|
| 11/18/2025 |
You can now build and host reliable
production-grade AI agents using the durable extension for
Microsoft Agent Framework. This integration combines the Microsoft Agent
Framework with Azure...
|
| 11/18/2025 |
You can now develop functions using Node.js 24 locally and deploy them
to Azure Functions on Windows and Linux. Note: Node.js 24 does not support
32-bit systems on Windows. To ensure...
|
| 11/18/2025 |
You can now develop functions using Java
25 locally and deploy them to Azure Functions on Windows and Linux. Upgrade your apps to Java 25 to take
advantage of enhanced security, a longer support...
|
| 11/18/2025 |
Model
Context Protocol (MCP) is a way for apps to provide capabilities and context to
a large language model. A key feature of MCP is the ability to define tools
that AI agents can leverage to...
|
| 11/18/2025 |
Earlier this year, we
introduced Azure Functions durable task scheduler, an orchestration engine
designed for complex workflows and intelligent agents. It automatically
checkpoints progress and...
|
| 11/18/2025 |
We are introducing a new capability that allows you to host
remote Model Context Protocol (MCP) servers built with the MCP SDKs on Functions. Some key benefits of hosting on the Functions...
|
| 11/18/2025 |
Azure Functions Flex Consumption is
now the recommended hosting plan for serverless workloads requiring advanced
scaling, networking, and cost optimization. To support customers migrating...
|
| 11/18/2025 |
Azure Functions now supports
OpenTelemetry in general availability (GA), enabling developers to export logs,
traces, and metrics using open standards. This release builds on the public
preview...
|
| 11/18/2025 |
Azure Container Apps (ACA) is a fully managed serverless container platform that enables developers to design and deploy microservices and modern apps without requiring container expertise or...
|