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 |
---|---|
9/12/2024 |
This Blog Post was authored by David Burg, Principal Software Engineer, with contributions of Harold Campos, Principal PM.
Business growth, is achieved not only by extending towards more...
|
8/23/2024 |
In my previous post, I discussed different containerising options for .NET developers. Now, let's slightly move the focus to Azure Functions app. How can you containerise the Azure Functions app?...
|
8/21/2024 |
Welcome to the first edition of the Azure Static Web Apps Community! Every month, we'll be sharing content created by the Technical Community, whether it's articles, videos, or podcasts...
|
8/19/2024 |
Welcome to the August 2024 edition of Azure Functions newsletter! We'll share the latest news for Azure Functions here on the Apps on Azure blog.
Azure Functions monthly community live...
|
8/13/2024 |
Flex Consumption delivers fast and large scale-out features on a serverless model and supports long function execution times, private networking, instance size selection, and concurrency...
|
7/30/2024 |
GitHub Repository: azure-ai-vision-search
Introduction
Vector image search uses AI to revolutionize how we find and retrieve images. This article explains how to combine Azure OpenAI and Azure...
|
7/17/2024 |
Overview.
The broadening of conventional data engineering pipelines and applications to include document extraction and preprocessing for unstructured PDFs, audio, and video files is becoming...
|
6/20/2024 |
Sometimes, on the Azure portal, you might see an error message on the Function App like "we were not able to load some functions in the list due to errors."
There are many reasons for this...
|
6/19/2024 |
Azure Functions triggers and bindings for building intelligent apps with Azure OpenAI
Over the last year, we have seen a large interest from customers to bring intelligence to their existing...
|
6/17/2024 |
Taking Azure Functions from 0 to 32,000 RPS in 7 seconds
Consider a connected car platform that processes data from millions of cars. Or a national retailer running pop-up campaign that...
|
6/10/2024 |
We continually work to improve performance and mitigate Azure Functions cold starts - the extra time it takes for a function that hasn’t been used recently to respond to an event. We understand...
|
5/29/2024 |
Introduction
First, let’s provide an overview of how Cosmos DB is being used in this scenario. As per the architectural overview shown below, there are an ecosystem of Customer systems that emit...
|
5/23/2024 |
We are excited to announce the launch of two new features in Azure Load Testing: multi-region load tests and support for Locust framework. Azure Load Testing is a fully managed service for...
|
5/21/2024 |
Azure Functions is Azure’s primary serverless service used in production by hundreds of thousands of customers who run trillions of executions on it monthly. It was first released in early 2016...
|
5/21/2024 |
Azure Functions is Azure’s primary serverless service used in production by hundreds of thousands of customers who run trillions of executions on it monthly. It was first released in early 2016...
|
5/21/2024 |
Use HTTP streams in Python for processing large data streaming OpenAI responses and delivering dynamic content
|
5/21/2024 |
You can now stream HTTP requests to, and responses from, your Functions Apps.
|
5/21/2024 |
You can now use Dapr’s powerful cloud native building block API with Azure Functions.
|
5/21/2024 |
You can now use a fully browser based end-to-end development environment for Azure Functions, starting from the Azure Portal.
|
5/21/2024 |
Flex consumption is a new Azure Functions hosting plan that provides fast scaling and networking features with a serverless billing model.
|