
In the world of identity management, we often find ourselves solving the same recurring headaches: deciphering cryptic error codes and chasing a moving target of documentation updates. For the past few months, I have been quietly maintaining two tools built to solve these exact problems for the Microsoft Entra ID ecosystem.
Today, I am thrilled to open-source AADSTS Entra Errors and Entra Tracker. Both are built entirely on a serverless stack, cost €0/month to operate, and are now available under the MIT license.
Live:entraerrors.aboutcloud.io| GitHub:AADSTS-Entra-Errors
We have all been there—a user hits an AADSTS50126, and you are suddenly deep in a Microsoft Learn rabbit hole trying to determine if the issue lies with the user, your configuration, or a transient Microsoft service.
This tool provides a classification engine that goes beyond the standard reference:
Live:entratracker.aboutcloud.io| GitHub:Entra-Tracker
Microsoft announces Entra ID updates across a fragmented landscape: "What's New" pages, Tech Community blogs, and disparate documentation for External ID and B2C. Entra Tracker consolidates these into a single, actionable feed.
Every four hours, the engine parses four distinct sources to provide:
Both tools were architected with a "Zero" philosophy: Zero database, zero servers, zero containers, and—most importantly—zero bill.
The pipeline is elegantly simple:
These tools are not just proofs of concept; they have been serving live production traffic through aboutcloud.io since early 2026.
Open-sourcing internal tools requires a rigorous approach to security. Before taking these repositories public, I conducted a comprehensive audit:
These projects were born from my own professional needs within the Entra ecosystem. By open-sourcing them, I hope to save you time and frustration.
The community thrives when we share our work. I encourage you to star the repos, open issues, or submit PRs. If you are building something commercial, I am always open to collaboration—let’s talk.
Happy tracking!
If you're running a similar setup or have questions, reach out in the comments or on LinkedIn.
— Antonio | AboutCloud
arusso@aboutcloud.io
Note: These tools are MIT licensed and free for personal, educational, and open-source use.

When Microsoft pushed passkeys from future direction to deploy now, I started getting the same question from every IT lead I spoke to: Who in our tenant can actually adopt passkeys this week? And who can't, and why? It's a deceptively simple question. The tooling situation around it is not. The Entra admin portal has the answer spread across four blades. The Microsoft Graph API has the right primitives, but no single endpoint that combines them. The hosted SaaS scanners want either a privilege
By Antonio Russo

This is nothing new in the Tech world.....but if you've visited the blog in the last few days, you've probably noticed a small chat bubble in the bottom-right corner. That's Ask AboutCloud Bot, a new feature I've been quietly cooking up: a semantic search engine and RAG (Retrieval Augmented Generation) chatbot that can answer questions about every post on this blog, plus the three free Entra ID tools I maintain. As well anything related to ENTRA ID in general and Internet searches . It runs end
By Antonio Russo