DEV Community

Cover image for What happened with Azure Functions in 2022? And some wishes for 2023
Christian Lechner
Christian Lechner

Posted on • Updated on

What happened with Azure Functions in 2022? And some wishes for 2023

The year 2022 is coming to an end and this is a good time to take a look back at one area that I love in Microsoft Azure namely Azure Functions. I gathered my thoughts on that and two contradicting impressions came to my mind:

  • Quite some improvements and enhancements came to Azure Functions this year.
  • Not too much happened around Azure Functions - it was a quiet and the magic happened in other places (like Azure Container Apps).

Sounds weird right?

The first impression is easy to grasp: in my weekly news about SAP and Microsoft called myNewsWrap I have Azure Functions and Serverless as permanent topic and I did not run out of news here.

But why then that second thought that hit my mind: hey, the (nearly) monthly Azure Functions Update that was streamed on YouTube and hosted by Jeff Hollan (the Halloween episode was legendary) did not happen this year. At least, I do not remember one. I am aware that Jeff left Microsoft, but those session were interesting, entertaining and fostered the interaction with the community. Not having them explains my second impression as they really sticked to my mind as highlights in the Azure Functions Community.

So something for the wish list for 2023. But before we come to that let's check the facts. What were the announcements that you should know (at least from my point of view) when you are working with Azure Functions that you hopefully did not miss.

Azure Functions Logo

Language agnostic features

Basically there is one main language agnostic feature namely the Dynamic concurrency in Azure Functions. This feature is GA and allows you to fine tune your concurrency settings per trigger and find the perfect configuration for your workload. This is an advanced topic, but when you hit the point that you need it, good to know that you can do adjustments in this area.

Bindings

More action happened on the extensions/bindings provided by Azure Functions. Here you go:

Of course several updates also landed around the developer experience and tooling. The updated extension defaults for new Azure Functions projects is worth to highlight especially when you deploy new projects but also for upgrading existing ones.

So quite some updates around bindings from big new features to enhancements of existing ones. Not a bad year for Azure Functions extensions.

Of course also the supported languages got some love this year, so let us take a look at them.

.NET

First the primus inter pares language of Azure Functions, .NET.

First things first, at the time when you read this post, the extended support for .NET 3.1 has ended as announced in the beginning of this year in the blog post Extended support for Microsoft .NET Core 3.1 will end on 3 December 2022.

The story line of Azure Functions and .NET pivoted basically around two main topics:

  1. The isolated worker model (which is the standard for all non-.NET languages)
  2. The official support for .NET 7 as soon as it is released.

Here is the best of around the isolated worker model, cumulating in the GA announcement:

Be aware that there are some aspects to take into account when moving to version v4 and the isolated model, so I would highly recommend to check out the GA announcement and the links in there. I have also a section with some migration topics later here in this post.

And here we go with the announcements around .NET 7 that became GA in November:

If you want to get some general information about the way forward and the roadmap around .NET then the blog post .NET on Azure Functions Roadmap Update is the right place for you.

Node.js/TypeScript

In the Node.js and TypeScript area the most important points concerning the version support are the soon deprecated and newly supported releases of Node.js:

Quite some improvements have been made under the hood like the ones mentioned here

The Azure Functions Node.js Roadmap 2022 made quite some announcements for 2022 like the new programming model, but unfortunately this will not be delivered by Santa Clause in 2022.

One interesting addition to Azure Functions I would alos like to highlight is the OpenAPI for JavaScript Azure Functions.

PowerShell

The PowerShell ecosystem got two language-specific goodies this year (both GA), namely:

Java

One language that at least from my perception did not receive too much attention in the Azure Functions Universe was Java. This year things changed a bit by the public preview of Java 17 Support in Azure Functions and by the long-awaited support of Durable Functions with Java. So you can create your first durable function in Java (Preview).

UPDATE - 16.12.2023: Java developers received early Christmas presents:

END OF UPDATE - 16.12.2023

Besides the languages we also have one very important citizen in Azure Functions town, Durable Functions. What happened there? Let's check it out.

Durable Functions

The team around Durable Functions have been quite busy this year.

Following the story line around identity-based connections, Durable Functions added identity-based connection support with a corresponding announcement Public preview: Durable functions support for managed identity for Azure Storage.

Of course the support of isolated process and .NET 7 was one topic of 2022. You find the details in the following blog posts:

Besides that Durable Functions have been constantly improved and enhanced over the course of the year:

When it comes to Node.js we also had two highlights this year:

New storage providers

The two new storage providers for Durable Functions have been announced a while ago. Up to now they are not GA (which I would have expected to happen this year to be honest), but anyway they have a constant stream of new releases over the course of the year, so check out the release notes:

And there are also some movement to support them in VSCode as described in this issue:

Let's see what 2023 will bring for these two friends.

It ain't over until ... well, it's migrated

As already mentioned the topic of migrating from AzureFunctions V3 to V4 is a topic, so here are some of the main blog posts I collected over the course of the year:

Learning

Learning about Azure Functions is always a topic. So here we go with the sessions that crossed my path:

Of course there was much more in countless meetups etc. - Kudos to all who contributed in sharing knowledge and experience.

Last but not least: what would learning Azure Functions be without the community effort initiated by Marc Duiker and his partners in crime. Quite some contributions - kudos to all who contributed here:

One further spotlight in that context must be put on the Serverless Camp organized by the Bit Project. A great initiative and a superb way to learn Serverless. Thanks to all who contributed to this project!

Wishes for 2023

Citing the Looney Tunes ... That's all Folks!. At least for 2022.

Looking back a lot of stuff has happened in 2022 around Azure Functions and (my favorite) Durable Functions.

But new year, new wishes. So here is my wish list for 2023:

  • I hope the monthly (or at least bi-monthly Azure Functions news on YouTube gets a revival. I loved them especially as a vibrant interaction with community. Keeping my fingers crossed for that one.
  • As already mentioned I am hoping to see GA of the new storage backends. But I am greedy here: I would also love to see an evolution of Netherite towards a Kubernetes native implementation (wouldn't that be cool in combination with Azure Arc?).
  • Finishing on the new programing model for Node.js that was planned for 2022. According to the road map on GitHub this seems to be a realistic wish.
  • Let's shift gears a bit: I also would love to see Golang as a first class citizen in the Azure Functions world including Durable Functions. I think this is a perfect match and maybe this is not out of reach when looking at this interesting tweet.
  • Seeing the results and the consequent actions of the Survey on dev experience - really curious about the outcome of that one.

With these wishes there is one last thing: I wish you, dear reader, a Merry Christmas and a Happy New Year - see you in 2023!

P.S. Before I forget. There was also an official update published by Microsoft at the beginning of October that I do not want to hide here: Azure Functions – 2022 update.

P.P.S Curious what are your wishes around Azure Functions for 2023. happy to read them in the comments below.

Top comments (2)

Collapse
 
techwatching profile image
Alexandre NĂ©dĂ©lec • Edited

Nice article, thanks. I missed some announcement so that's great to catch them here. My wish for Azure Functions in 2023 would be to see complete support for managed identity to connect to azure storage (WEBSITE_CONTENTAZUREFILECONNECTIONSTRING secret setting can still not be removed, which make the whole thing not usable). I also missed the YouTube monthly news

Collapse
 
lechnerc77 profile image
Christian Lechner

Thanks for the kind feedback. I also hope/wish that the managed identity story will be completed over the course of 2023.