Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates Windows bias by listing PowerShell commands and tools alongside Azure CLI, but does not provide explicit Linux shell examples or mention Linux-native tools. PowerShell is referenced before or equally with Azure CLI, which is cross-platform but often associated with Windows. There are no bash or Linux shell command examples, and no mention of Linux-specific patterns or workflows, despite the product supporting Linux platforms.
Recommendations
- Add explicit bash or Linux shell command examples for all workflows currently shown with PowerShell.
- When listing automation options, mention bash/Linux shell scripts and Azure CLI before PowerShell, or clarify cross-platform support.
- Include references to Linux-native tools or patterns where relevant, especially in sections about firmware analysis and agent installation.
- Ensure that screenshots and UI descriptions do not assume a Windows environment, and clarify platform support where applicable.
Create Pull Request