InfoQ Homepage Azure Functions Content on InfoQ
-
.NET News Roundup - Week of April 12th, 2021
It's been a busy week for the .NET community, with the release of new Visual Studio previews (Windows and Mac), updates to .NET Core 3.1 and 2.1, new releases from the Azure team, and more. InfoQ examined these and a number of smaller stories in the .NET ecosystem from the week of April 12th, 2021.
-
Azure Functions Support for node.JS 14 and .Net 5 Is Now Generally Available
Microsoft recently announced its Function as a Service (FaaS) offering Azure Functions now supports Node.js 14 and .NET 5. Developers can develop and deploy function applications leveraging the latest long-term supported (LTS) version of Node.js and the latest version of .NET.
-
Azure Functions Updates Include Moving .NET outside the Runtime
Azure Functions is moving to an out-of-process model that runs a .NET worker process alongside the runtime. The Azure Functions team also announced public preview support for Node.js 14, general availability of custom handlers and Java based functions running on Linux in its January update.
-
AWS Announces Node.js 14 Support for Its Function as a Service, Lambda
Recently AWS announced Node.js version 14 support for its Function as a Service (FaaS), Lambda. Developers can now author AWS Lambda functions using Node.js' new features, such as top-level-await, enhanced diagnostics, modifications of the streams APIs, and a revised JavaScript engine for better performance.
-
Microsoft Releases New Version of Durable Functions
The release 2.4.0 of Durable Functions brings native support for distributed tracing, ability to use Durable Functions in other .NET Core applications using dependency injection, and a new API to restart orchestrations. Durable Functions is an extension that helps developers build reliable, stateful apps on the Azure Functions platform.
-
Microsoft Announces Support for Azure Container Registry across Availability Zones in Public Preview
Microsoft recently announced the public preview for support of Azure Container Registry across Availability Zones. The Zone redundancy provides resiliency and high availability to a registry or replication resource (replica) in a specific region.
-
Azure Functions 3.0 Released to Production, Support for .NET Core 3.1 and Node 12 Included
In a recent blog post, Microsoft announced Azure Functions 3.0 go-live release is now available in production. The new capabilities in this release include support for .NET Core 3.1 and Node 12. In addition, Microsoft claims previous versions of Azure Functions should be able to run in the version 3.0 runtime without code changes, due to Azure Functions 3.0 being highly backwards compatible.
-
Stateful Programming Models in Serverless Functions: Chris Gillum at QCon San Francisco
Chris Gillum, principal engineering manager at Microsoft, presented at QCon San Francisco on Serverless Programming Models in Azure Functions. In his presentation, he discussed two stateful programming models, workflow and actors on Azure Functions - Microsoft’s implementation of serverless compute.
-
Azure Functions Premium Plan Goes GA, Brings Pre-Warmed Instances, VNET Integration
Announced as a public preview back in April of 2019, the Azure Functions Premium plan is now generally available. This set of functionality is focused on scale, performance, and network connectivity for serverless functions. The Premium plan was released amongst a host of other Azure Functions updates meant to broaden the appeal of Microsoft's serverless computing platform.
-
TriggerMesh Announces EveryBridge Serverless Event Bus
Recently TriggerMesh announced EveryBridge, an event bus that can consume events from various sources. These events are then used to start functions, which can run at any of the major cloud providers as well as on-premises.
-
Bringing Hybrid Automation to Serverless Computing, Microsoft Previews PowerShell in Azure Functions
In a recent blog post, Microsoft announced PowerShell support in Azure Functions 2.x runtime, in preview. This release focuses on bringing custom logic scenarios to administrators and developers who prefer to script in PowerShell. Azure Function event triggers and bindings bring new capabilities to PowerShell scenarios by supporting on-demand execution in addition to schedule support.
-
Microsoft Announces General Availability of SignalR Service Bindings in Azure Functions
Microsoft has announced the general availability of SignalR Service bindings in Azure Functions, which provides the ability to push messages and content updates in real-time to connected clients. Moreover, this would start through the various triggers of Azure Functions, including services such as Cosmos DB and Service Bus.
-
Microsoft Announces the General Availability of Java Support in Azure Functions
Microsoft announced the general availability (GA) of Java support in Azure Functions V2.0. Developers can now write functions in Java 8 and take advantage of the Maven-powered developer experience provided by Visual Studio Code, IntelliJ, Eclipse, and the cross-platform Functions Core Tools.
-
Microsoft Announces Azure IoT Edge Support for Virtual Machines
In a recent blog post, Microsoft announced support for Azure IoT Edge on virtual machines. This new capability expands Microsoft’s support for virtualization platforms, including VMware vSphere and Hyper-V. Using these virtualization platforms, customers can choose to run Azure IoT Edge on Windows, a variety of Linux distributions or containers.
-
Microsoft Announces a Public Preview of Python Support for Azure Functions
At the recent Connect() event, Microsoft announced the public preview of Python support in Azure Functions. Developers can build functions using Python 3.6, based upon the open-source Functions 2.0 runtime and publish them to a Consumption plan.