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

  1. 5/17/2023, Learning Module
    Learn how Azure Functions can be a great solution for data processing, systems integration, and building simple APIs and microservices.
  2. 5/17/2023, Learning Module
    Azure Functions allows you to host business logic that can be executed without managing or provisioning server infrastructure

News

Date News
7/25/2025
In May, the Azure SRE Agent was introduced - an AI-powered Site Reliability Engineering (SRE) assistant built to help customers identify, diagnose, and resolve issues across their Azure...
7/17/2025
Kafka Extension for Azure Functions in Consumption plan is now in public preview. This extension enables you to detect and respond to real time messages streaming into Kafka Topics, or write to...
7/15/2025
A discussion on Model Context Protocol: Part 1 - Why is there a need for MCP  Part 2 - What MCP is, including its architecture and core components Link part 2  Part 3 - A demo of MCP — including...
7/13/2025
In the JS AI Build-a-thon, quest 9 was all about shipping faster, smarter, and more confidently. This quest challenged developers to skip the boilerplate and focus on what really matters, solving...
6/18/2025
We're announcing significant improvements to OpenTelemetry support in Azure Functions, expanding on the limited preview announced last year. These enhancements deliver better observability,...
6/17/2025
Scenario Once a loan application is submitted, financial institutions must process a variety of supporting documents—including pay stubs, tax returns, credit reports, and bank statements—before a...
6/10/2025
We’re excited to announce the General Availability (GA) of Custom Code support in Azure Logic Apps Standard with .NET 8. This release marks a significant step forward in enabling developers to...
5/29/2025
Introduction Ensuring reliable, high-performance serverless applications is central to our work on Azure Functions. With new plans like Flex Consumption expanding the platform’s capabilities,...
5/27/2025
Integration between Azure Functions and Azure Cosmos DB for MongoDB (vCore) is now available in public preview. You can now respond to changes in your collections using Azure Functions triggers...
5/27/2025
You can now configure Azure Container Apps and Azure Functions as Private Link enabled origins in your Front Door Premium profile. Private Link enabled origins in Front Door allow you to...
5/21/2025
GitHub Copilot has changed how developers write code, but when combined with an MCP (Model Copilot Protocol) server, it also connects your services. With it, Copilot can understand your database...
5/21/2025
Azure Functions integration with AI Foundry Agent service is now generally available. Integrating Azure Functions with AI Foundry Agent service enables you to build intelligent, event-driven...
5/20/2025
We are introducing a new, streamlined method for running Azure Functions directly in Azure Container Apps. This integration allows you to leverage the full features and capabilities of Azure...
5/20/2025
Overview This blog post shows you how to enable SmallRye Health in Quarkus applications with health probes in Azure Container Apps. The techniques shown in this blog post show you how to...
5/20/2025
This blog post provides a step-to-step guidance for how to debug the Azure WebJobs Extension SDK both locally and remotely on the function app.   As you all know, Azure Function Apps are built on...
5/19/2025
2025 is the year of AI agents, and the recent AI Agents Hackathon proved it in style. This free, three-week virtual hackathon (April 8–30, 2025) brought together developers worldwide to build...
5/19/2025
The Model Context Protocol (MCP) is a way for apps to provide capabilities and context to a large language model. Azure Functions recently introduced an MCP extension as an early preview to...
5/19/2025
Durable functions extension v3 in Azure Functions is now generally available. Major improvements in this new major version include improved cost efficiency for usage of Azure Storage v2...
5/19/2025
Azure Functions triggers and bindings enable you to easily integrate event and data sources with function applications. This feature enables you to use types from service SDKs and frameworks,...
5/19/2025
Azure Functions support for HTTP streams in Python is now GA. With this feature, customers can stream HTTP requests to and responses from their Function Apps, using function exposed FastAPI...