Azure articles from the community.

May 7, 2025

Integrating the Entra External ID hybrid approach via custom policies with the Azure AD B2C MFA…

Integrating the Entra External ID hybrid approach via custom policies with the Azure AD B2C MFA startup pack Lilium LxO hybrid “Triumphator” — via Wikimedia Commons Note that this […]
May 6, 2025

Azure Local Solution Categories explained: Validated Nodes, Integrated Systems, and Premier Solutions

Microsoft launched Azure Local (formerly Azure Stack HCI) in December 2020, the launch marked a new operating system (OS) specifically designed for hyper-converged infrastructure (HCI) enabling […]
May 4, 2025

EF Core 10.0: Simplified LeftJoin and RightJoin

In this post, let’s see a nice feature that is already available with EF Core 10.0 Preview. For an example, consider the following DbContext Entities. public record Customer{    public int Id { get; set; }     public string Name { get; set; }} public record&