Using Azure Functions Middleware to Access ClaimsPrincipal in Azure Static Web Apps

Wanted to access the current ClaimsPrincipal from your Azure Function when using Azure Static Web Apps without manually parsing the header every time? Want to access the ClaimsPrincipal somewhere else in your dependency graph without relying on Azure Functions concepts? Now you can!

November 2, 2021 · 9 min

Is Accessing Querystring Values in Azure Functions Hard?

Accessing querystring values on web requests is an important concept for any modern APIs. But how can it be done in Azure Functions?

September 22, 2021 · 3 min

Separate the Metadata Noise from the Implementation in Azure Functions

Can lesser known C# language features be used to aid with lower the cognative noise in Azure Function definitions?

September 14, 2021 · 8 min

Minimal Api in .NET 6 Out Of Process Azure Functions

Can you write a “Minimal Api” using Azure Functions in .NET 6.0? Let’s take a look!

September 7, 2021 · 10 min

Ambiguous match found in Azure Functions project

Running an Azure Functions project but start getting Ambiguous match found error? Let’s take a look at what could be the issue.

August 17, 2021 · 2 min