Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by frequently referencing Azure PowerShell and Windows-centric tools first, providing detailed PowerShell commands and workflows, and omitting explicit Linux shell (bash) examples. While Linux is mentioned in passing (e.g., Linux agent), there are no concrete Linux CLI commands or instructions, and PowerShell is consistently presented as the primary method for management tasks.
Recommendations
- Provide equivalent Linux shell (bash) command examples alongside PowerShell commands, especially for inventorying extensions and managing role assignments.
- Explicitly mention and link to Linux-specific documentation or tools where available, such as az CLI usage in bash environments.
- Ensure that instructions for installing and managing agents and extensions are equally detailed for both Windows and Linux, including troubleshooting steps.
- Avoid presenting Windows/PowerShell methods first; alternate or parallelize instructions for both platforms.
- Include screenshots or code snippets from Linux environments to reinforce parity.
Create Pull Request