Skip to main content
  1. Tags/

Csharp

Using Azure App Configuration in .NET 5 Functions

Azure .NET 5 Functions #

A lot has been said about .NET 5 support for Azure Functions. The most important news: it is now officially supported! 🥳 To enable running Azure Functions with .NET 5, the new Isolated Model enables Functions to run as an out-of-process language worker separate from the Azure Functions runtime. This way you’ll have full control over the Function’s dependencies on one hand, and new features like a middleware pipeline on the other. For an awesome write-up about everything around this, check out Oscar van Tol’s post Azure Functions in .NET 5 and beyond.

Azure Static Web Apps: UPDATE

After my two previous posts Azure Static Web Apps: a first look and Azure Static Web Apps: quirks & gotchas, let’s have an updated look at ASWA in this post.

Support for new languages 👩🏻‍💻 #

Announced at Microsoft Ignite this year, Blazor and C# APIs now supported in Azure Static Web Apps. This enables .NET developers to build and deploy full stack .NET applications with Static Web Apps.