The new isolated process model for .NET Azure Functions allows usage of middleware, which we can use to implement authentication and authorization
How to add existing users with social accounts to Azure AD B2C using the Microsoft Graph API
How to bind multiple values from a URL to an array parameter
Azure AD authentication for Cosmos DB data plane is now in preview, so let's see how we can access it with no keys
How to keep track of which parallel tasks have completed and make it visible in an orchestrator's custom status
An approach for building and publishing custom policies in Azure DevOps CI/CD pipelines
Overview of the features of the Azure AD B2C extension for VS Code, how you can use a configuration file for different environments, and approaches for deploying custom policies manually
Debugging access issues when using Managed Identities can be difficult, so here is a trick to getting an access token to inspect token contents or test access outside the app
Tip for easily setting up existing user secrets on a different machine
Approaches for cleaning up execution history of completed Durable Functions instances