News

Azure Functions 3.0, for Serverless Cloud Computing, Goes Live

Microsoft announced Azure Functions 3.0, its event-driven, serverless cloud computing runtime, has reached version 3.0, ready for production -- with a catch.

The catch is that while the go-live, production-ready release has shipped, it won't be the default version for developers to use until more work is done.

"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)" Microsoft said in a Dec. 9 blog post. "We plan to announce Functions 3.0 as the default version for new apps in January 2020."

Azure Functions, like AWS Lambda on the Amazon cloud and the Google Cloud Platform counterpart, allows for code constructs to be set up -- without the need to provision specific servers -- in order to be run, typically, in response to events.

While still not ready for default status, new capabilities and functionality added to this release include support for the newly released .NET Core 3.1 -- a LTS (long-term support) release -- and Node 12.

Until v3.0 is deemed to be default-worthy, Micrsoft provided the following list of work items its tracking before the January general availability release date:

  • PowerShell functions in 3.x are rolling out the week of Dec 9.
  • Durable Functions written in JavaScript will not work until the next Durable Functions release.
  • Visual Studio will create apps in ~2 by default. They should create in ~3 by default when we GA in January.
  • The Azure Portal will create apps in ~2 by default. They should create in ~3 when we GA in January.
  • The Azure CLI will create apps in ~2. They should create in ~3 by default and allow a version flag when we GA in January.
  • There is no version toggle for apps deployed to Linux in the Azure portal. You will need to manually modify the FUNCTIONS_EXTENSION_VERSION to ~3 to move to 3.x.
  • Azure Functions deployed to Azure Functions premium plan in Linux may need to also update the LinuxFxVersion to leverage 3.x functions.

"Users running on earlier versions of Azure Functions will continue to be supported and we're not deprecating either 1.0 or 2.0 at this time," Microsoft said. "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."

More information on Azure Functions is available in the documentation.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events