20
Pages Scanned
2
Pages Flagged
20
Changed Pages
10.0%
% Pages Flagged

Scan Information

Started At: 2026-01-22 01:38:44

Finished At: 2026-01-22 01:45:34

Status: completed

Target Repo: Azure Management

Current Phase: discovery

Files Queued: 20

Files Completed: 20

Problematic Pages

2 issues found
Lighthouse Monitor delegation changes in your managing tenant ...ticles/lighthouse/how-to/monitor-delegation-changes.md
Medium Priority View Details →
Reviewed by: LLM Analysis
Issues: 3 bias types
Detected Bias Types
⚠️ powershell_heavy ⚠️ windows_first ⚠️ missing_linux_example
Summary
The documentation page provides detailed PowerShell scripts and examples for monitoring delegation changes in Azure Lighthouse, with only brief Azure CLI coverage for role assignment. The main workflow for querying and reporting on delegation changes is shown exclusively in Azure PowerShell, with no equivalent Bash, Python, or cross-platform REST API example. This creates friction for Linux/macOS users who may not have access to PowerShell or prefer other scripting environments.
Recommendations
  • Provide a full Bash or Python example for querying the Tenant Activity Log using Azure CLI and/or REST API calls.
  • Include cross-platform instructions for authentication and token acquisition (e.g., using az CLI, MSAL libraries, or direct REST API calls).
  • Explicitly note PowerShell requirements and offer alternatives for non-Windows environments.
  • Where possible, show Azure CLI and REST API examples alongside PowerShell, especially for critical workflows like activity log querying.
Lighthouse Deploy Azure Policy to delegated subscriptions at scale ...lob/main/articles/lighthouse/how-to/policy-at-scale.md
Medium Priority View Details →
Reviewed by: LLM Analysis
Issues: 4 bias types
Detected Bias Types
⚠️ powershell_heavy ⚠️ missing_linux_example ⚠️ windows_tools ⚠️ windows_first
Summary
The documentation exclusively uses PowerShell for all code examples and deployment instructions, without providing equivalent Azure CLI, Bash, or cross-platform alternatives. This creates friction for Linux/macOS users who may not have PowerShell installed or prefer native tools. The use of PowerShell cmdlets and patterns is pervasive throughout the guide, and no mention is made of Linux-friendly workflows.
Recommendations
  • Add equivalent Azure CLI examples for each PowerShell script and command.
  • Explicitly mention that PowerShell Core is cross-platform, and provide installation guidance for Linux/macOS users if PowerShell is required.
  • Include Bash or shell script alternatives where possible, especially for querying and deploying resources.
  • Clarify tool requirements at the start of the article, and link to cross-platform installation guides.
  • Consider reordering examples so that Azure CLI or platform-neutral approaches are shown first or alongside PowerShell.