This tutorial shows you how to configure a function app using Microsoft Entra identities instead of secrets or connection strings, where possible. Using identities helps you avoid accidentally leaking ...
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful! Last week, I casually dropped the term “higher-order function” ...
Most people know the power of using a serverless compute like Azure Functions. You get a powerful, scalable compute for surprisingly low costs. This article covers the basics of using Azure Functions, ...