InfoQ Homepage Azure Functions Content on InfoQ
-
.NET Aspire 9.0 Now Generally Available: Enhanced AWS & Azure Integration and More Improvements
.NET Aspire 9.0 is now generally available, bringing several features aimed at improving cloud-native application development on both AWS and Azure. This release supports both .NET 8 (LTS) and .NET 9 (STS), giving developers flexibility in choosing the platform that best fits their projects.
-
.NET Aspire 9.0 RC1: Simplified Setup, Azure Functions Support Added, and Other Improvements
.NET Aspire has released version 9.0 Release Candidate 1 (RC1), a major update to the platform. This version supports both .NET 8 Long Term Support (LTS) and .NET 9 Standard Term Support (STS), incorporating many features and fixes requested by developers across the different components.
-
High HTTP Scaling with Azure Functions Flex Consumption: Q&A with Thiago Almeida and Paul Batum
Microsoft has introduced a significant enhancement to its Azure Functions platform with the Flex Consumption plan, designed to handle high HTTP scale efficiently. This new plan supports customizable per-instance concurrency, allowing users to achieve high throughput while managing costs effectively. In practical tests, Azure Functions Flex demonstrated the ability to scale from zero to 32,000 RPS.
-
Microsoft Introduces the Public Preview of Flex Consumption Plan for Azure Functions at Build
At the annual Build conference, Microsoft announced the flex consumption plan for Azure Functions, which brings users fast and large elastic scale, instance size selection, private networking, availability zones, and higher concurrency control.
-
.NET Upgrade Assistant Now Supports Azure Functions Upgrades and .NET 8
Microsoft has released a new version of .NET Upgrade Assistant in Visual Studio, which provides a set of new enhancements and support for different platforms and frameworks. The tool now supports .NET 8 and it also brings enhancements like an upgrade for Azure Functions, alongside .NET MAUI, WinUI and support for ARM64.
-
Azure Durable Functions Now Supports Storage Backends Microsoft Netherite and MSSQL
Microsoft recently announced that Azure Durable Functions support for the new storage providers, Netherite and Microsoft SQL Server (MSSQL), is generally available.
-
Azure SQL Trigger for Azure Functions in Public Preview
Azure recently announced the public preview of Azure SQL trigger for Azure Functions to build event-driven applications. The new functionality is currently available only for C# functions and can be triggered by changes to an Azure SQL table.
-
.NET 7 for Azure Functions Isolated Worker Process Now Generally Available
Microsoft recently announced the general availability of the .NET 7 for Azure Functions isolated worker process. Azure Functions will support .NET 7 serverless apps hosted on all Windows and Linux SKUs, including Consumption plan, Elastic Premium plan, and App Service plans.
-
Azure Functions v4 Now Support .NET Framework 4.8 with Isolated Execution
Microsoft announced on September 26th that Azure Functions runtime v4 will support running .NET Framework 4.8 functions in an isolated process, allowing the developers to move their legacy .NET functions to the latest runtime. The isolated process execution decouples the function code from the Azure Functions’ host runtime.
-
Are Recursive Serverless Functions the Biggest Billing Risk on the Cloud?
Forrest Brazeal, head of content at Google Cloud, recently argued that serverless functions are the cloud's biggest billing risk for developers as there's no simple way to protect against recursive calls and they can scale out almost indefinitely on all the cloud providers.
-
Azure Static Web Apps Introduces API Backend Options
Azure recently announced the preview of new API backend options in Azure Static Web Apps. Developers can now create an end-to-end authenticated application calling APIs hosted on Azure App Service, Azure Container Apps, or Azure API Management.
-
Microsoft Announces Preview of a New Set of Azure Arc-Enabled Services
Recently, Microsoft, during its annual Build conference, announced a new set of Azure Service in preview that customers can run on virtually any CNCF-conformant Kubernetes cluster with the help of its Azure Arc multi-cloud service. With Azure Arc, customers can use a single service in the Cloud to manage their container clusters across clouds and on-premises data centers.
-
Microsoft Announces the General Availability of Logic App Standard
At the annual Build conference, Microsoft announced the general availability (GA) of Logic App Standard, the latest installment of their integration Platform as a Service (iPaaS) offering. Logic App Standard is a new single-tenant offering allowing customers to run workflows anywhere.
-
.NET News Roundup: Microsoft Build, .NET 6, MAUI, Visual Studio 2019, Project Reunion
It's been a busy week for the .NET community with this year's edition of Microsoft Build. During the event, Microsoft released new previews for .NET 6 and its related frameworks, along with a new version of Visual Studio, TypeScript 4.3, and more. InfoQ examined these and a number of smaller stories in the .NET ecosystem from the week of May 24th, 2021.
-
Microsoft Announces Preview Service for Building Real-Time Web Applications Called Azure Web PubSub
Recently Microsoft announced a preview of Azure Web PubSub, a new service for building real-time web applications. Azure Web PubSub is a fully-managed service that supports native and serverless WebSockets.