Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by providing detailed PowerShell scripts for querying delegation changes, with no equivalent Bash or Linux shell examples. PowerShell is presented first in all code sections, and the main sample script is exclusively PowerShell-based. Although Azure CLI commands are briefly mentioned for role assignment, all advanced scripting and automation guidance is Windows-centric, with no Linux-native alternatives or cross-platform scripting shown.
Recommendations
- Provide equivalent Bash or shell script examples for querying the Tenant Activity Log using REST API calls, leveraging curl/jq or Azure CLI.
- Present Azure CLI examples before or alongside PowerShell, especially for common tasks like role assignment and log querying.
- Explicitly mention cross-platform compatibility for all scripts and tools, and clarify when a script is Windows-only.
- Offer downloadable sample scripts for Linux/macOS environments, or link to GitHub repositories with both PowerShell and Bash versions.
- Add guidance for running these tasks in Linux-based Azure Cloud Shell, including any differences in authentication or environment setup.
Create Pull Request