News

Azure Functions Runtime 3.0 Now GA, with Support for .NET Core 3.1

Microsoft said Azure Functions Runtime 3.0 is now generally available for production use, sporting support for .NET Core 3.1 and Node 12 among other capabilities.

Azure Functions enables serverless computing, in which small pieces of code, or functions, are run, typically in response to events, without developers having to worry about application infrastructure.

The company last month had declared "Azure Functions 3.0 go-live release is now available," but with a caveat:

"While the runtime is now ready for production, and most of the tooling and performance optimizations are rolling out soon, there are still some tooling improvements to come before we announce Functions 3.0 as the default for new apps (see the progress of known tooling gaps). We plan to announce Functions 3.0 as the default version for new apps in January 2020."

Last week, the company apparently did just that.

"Azure Functions 3.0 is now generally available, so it's now possible to build and deploy functions with the 3.0 runtime version in production," a blog post said.

The release is backwards-compatible, so developers should be able to upgrade existing apps running on older language versions without any code changes. Also, production apps running on the new runtime are eligible for support.

"Applications running on earlier versions of the Azure Functions runtime will continue to be supported and we're not deprecating either 1.0 or 2.0 at this time," Microsoft said, repeating the same verbiage from last month's announcement. "Customers running Azure Functions targeting 1.0 or 2.0 will also continue to receive security updates and patches moving forward -- to both the Azure Functions runtime and the underlying .NET runtime -- for apps running in Azure. Whenever there's a major version deprecation, we plan to provide notice at least a year in advance for users to migrate their apps to a newer version."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube