Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation generally presents Windows and Linux log locations side-by-side, maintaining parity. However, there is a subtle Windows bias in the 'Azure Activity log' section, where the link to retaining activity logs explicitly references PowerShell, a Windows-centric tool, without mentioning Linux alternatives (such as Azure CLI or REST API). Additionally, in all log location tables, Windows paths are listed before Linux paths, which may reinforce a Windows-first perspective.
Recommendations
- Provide Linux-specific instructions or examples alongside PowerShell references, such as using Azure CLI or Bash scripts for activity log retention.
- Alternate the order of OS examples in tables or documentation sections, sometimes listing Linux first to balance perspective.
- Explicitly state that both Windows and Linux are supported and provide parity in tooling and documentation.
- Where possible, link to documentation tabs or sections for both PowerShell and CLI, ensuring Linux users are equally served.
Create Pull Request