Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_first
Summary
The documentation provides detailed PowerShell scripts for querying delegation changes, but does not offer equivalent examples using Bash, shell scripting, or cross-platform tools. While Azure CLI is mentioned for role assignment, the main workflow for querying and reporting is PowerShell-centric, which may create friction for Linux/macOS users. PowerShell examples are shown first and in greater detail, with no alternative Linux-native scripting guidance.
Recommendations
- Provide equivalent Bash or shell script examples for querying the Tenant Activity Log using Azure CLI and REST API calls.
- Highlight cross-platform approaches, such as using Python or other language SDKs, for automation tasks.
- Clarify that PowerShell Core is available cross-platform, but also offer guidance for users who prefer native Linux/macOS tools.
- Ensure that Azure CLI examples are as detailed as PowerShell ones, especially for querying and reporting delegation changes.
Create Pull Request