Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation generally provides parity between Windows and Linux, especially in log file locations. However, there is evidence of Windows bias: Windows paths are consistently listed before Linux paths in tables, and the only example for retaining Azure Activity logs references PowerShell, with no mention of Bash or CLI alternatives for Linux users.
Recommendations
- Alternate the order of OS examples in tables, or list Linux first in some cases to avoid implicit prioritization.
- Provide equivalent Bash or Azure CLI examples alongside PowerShell for tasks such as retaining Azure Activity logs.
- Explicitly state that all features and commands are supported on both Windows and Linux, and link to platform-specific guidance where relevant.
- Review other sections for subtle language or tool prioritization and ensure Linux is equally represented.
Create Pull Request