Live tracker for Microsoft Entra ID retirements, breaking changes, preview features, and what's-new updates. Auto-updated every 4 hours from official Microsoft sources.
Author: Antonio Russo · aboutcloud.io
Live: entratracker.aboutcloud.io | tracker.aboutcloud.io
API: https://api.aboutcloud.io/entra-tracker
A fully automated, €0/month change tracker that monitors four official Microsoft source repositories and RSS feeds for Entra ID updates — what's new, previews, retirements, and breaking changes. Every update is classified by type, service category, and impact, then served through a searchable, filterable web UI.
This repository is continuously scanned by Trivy on every push and daily at midnight UTC. The badge above is live — it updates automatically via GitHub Actions after each scan.
📊 Latest Trivy Report (click to expand)
Full results available in the Actions tab.
| Scanner | Status |
|---|---|
| Secrets | Scanned on every push |
| Misconfigurations | Scanned on every push |
| Vulnerabilities | Scanned on every push |
| Property | Value |
|---|---|
| Handlers | fetch, scheduled |
| Compatibility date | 2026-03-31 |
Bindings:
| Name | Type | Details |
|---|---|---|
ENTRA_CACHE |
KV Namespace | Single-key cache of parsed articles + metadata |
Cron Trigger: Every 4 hours — scrapes all 4 sources in parallel and refreshes KV.
| Property | Value |
|---|---|
| Deployment type | Git-based (branch: main) |
| Tech | Static HTML + inline CSS/JS |
Key: entra_tracker_v3 — single-key storage containing all parsed articles and metadata.
Base URL: https://api.aboutcloud.io/entra-tracker
Returns full article catalog with metadata. Supports search, filter by type/category, and date range.
| # | Source | Type | Description |
|---|---|---|---|
| 1 | entra-docs: fundamentals/whats-new.md |
Markdown | Core Entra ID + B2C/External ID what's-new |
| 2 | TechCommunity RSS | RSS | Entra blog announcements |
| 3 | entra-docs: external-id/whats-new-docs.md |
Markdown | External ID docs changelog |
| 4 | azure-docs: active-directory-b2c/whats-new-docs.md |
Markdown | B2C docs changelog |
- Preview — public preview features
- GA — generally available
- Retirement — features being deprecated/retired
- Breaking Change — changes requiring action
- Plan for Change — upcoming changes
- Updated — documentation updates
Tracked per item based on Microsoft's own categorization (Entra ID Protection, Conditional Access, External ID, B2C, etc.).
- 🔍 Full-text search — across title, description, category, type
- 🏷️ Type filters — Preview, GA, Retirement, Breaking Change, Plan for Change
- 📂 Service category pills — filter by Entra service area
- 📅 Date range picker — scope by time period
- 📊 Stats bar — total items, breakdown by type
- 🔗 Crosslinks to aboutcloud.io and entraerrors.aboutcloud.io
- 🌙 Dark theme (Entra-inspired)
├── api/ # Worker script
│ ├── worker.js # Full worker source
│ └── wrangler.toml # Worker configuration
├── web/ # Pages frontend
│ ├── index.html # Full frontend
│ └── wrangler.toml # Pages configuration
├── .github/workflows/ # CI/CD
│ └── trivy-scan.yml # Automated security scanning
├── architecture.svg # Architecture diagram
├── trivy-badge.svg # Auto-updated security badge
├── LICENSE
└── README.md
- Clone:
git clone https://github.com/arusso-aboutcloud/Entra-Tracker.git - Install Wrangler:
npm install -g wrangler - Create KV namespace:
wrangler kv:namespace create ENTRA_CACHE - Update
wrangler.tomlwith your KV namespace ID - Deploy:
wrangler deploy
MIT — see LICENSE for full text.
💼 Using this commercially? MIT licensed and free for personal, educational, and open-source projects.
Building something commercial (SaaS, managed services, reselling)? I'd love to chat —
contact me
Last reconciled: 2026-04-29