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
11/13/2025
Today, we're thrilled to announce the public preview of the durable task extension for Microsoft Agent Framework. This extension transforms how you build production-ready, resilient and scalable...
11/12/2025
Azure Database for MySQL triggers for Azure Functions are now generally available, enabling you to set up change tracking and develop event-driven applications at scale on any MySQL table. You...
11/11/2025
AI Agents are no longer just a developer’s playground. They’re becoming essential for enterprise automation, decision-making, and customer engagement. But how do you build them? Do you go...
11/3/2025
In this issue: Ace Aviator of the Month News from our product group News from our community Ace Aviator of the Month Novembers’s Ace Aviator: Al Ghoniem Al Ghoniem - Senior Integration...
10/30/2025
Azure Functions now supports rolling updates in the Flex Consumption plan, delivering zero-downtime deployments with a simple configuration change. Instead of forcefully restarting all instances...
10/30/2025
In alignment with the end of community support, on April 30, 2026, support for Node.js 20 in Azure Functions will end. Your apps that are hosted on Functions will continue to run, but...
10/24/2025
Introduction Delivering high-performance serverless applications is at the heart of Azure Functions. Azure Functions serves countless customer workloads across scenarios like APIs, event...
10/22/2025
AI agents that can actually do stuff (not just chat) are the fun part nowadays, but wiring them cleanly into real APIs, keeping things observable, and shipping them to the cloud can get... messy....
10/20/2025
We’re excited to announce a new capability in Azure API Management (APIM) — you can now send messages directly to Azure Service Bus from your APIs using a built-in policy. This enhancement...
10/17/2025
You can now develop functions using Python 3.13 locally and deploy them to Azure Functions. Starting with Python 3.13, Functions introduces runtime version control, a new opt-in feature that...
10/15/2025
You can now enable availability zones for your Azure Functions Flex Consumption apps during both creation and post-deployment. When enabled, instances are automatically distributed across zones,...
10/14/2025
Introduction Azure Functions on Azure Container Apps lets you run serverless functions in a flexible, scalable container environment. As the platform evolves, there are two mechanisms to deploy...
10/10/2025
Introduction As organizations across industries race to integrate Artificial Intelligence (AI) into their business processes and realize tangible value, one question consistently arises — where...
10/9/2025
  Introduction As organizations across industries race to integrate Artificial Intelligence (AI) into their business processes and realize tangible value, one question consistently arises — where...
10/2/2025
We are excited to share that the Azure SRE Agent is now available in public preview for everyone instantly – no sign up required. A big thank you to all our preview customers who provided...
9/26/2025
The Azure Functions Linux Consumption hosting plan is being retired. Customers are advised to migrate to the Flex Consumption plan, which offers faster scaling, advanced networking, cold start...
9/25/2025
Governance Principles Least Privilege: Grant only the permissions required for each role.  Segregation of Duties (SoD): Separate responsibilities for build, deploy, operate, and...
9/25/2025
Picture this: Your agent authored with the OpenAI Agent SDK is halfway through analyzing 10,000 customer reviews when it hits a rate limit and dies. All that progress? Gone. Your multi-agent...
9/17/2025
Azure Functions now supports .NET 10 in Public Preview. To use .NET 10, adjust the target framework in your Functions project, and update references to Microsoft.Azure.Functions.Worker.Sdk to...
9/15/2025
Introduction During Microsoft Build 2025, there was some great content shared introducing Agentic AI modernisation. This post from Ikenna Okeke does a great job of summarising the modernisation...