Bias Analysis
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.
Create Pull Request