Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation page demonstrates a Windows bias primarily through its exclusive reference to PowerShell scripts in the 'Next steps' section, with no mention of Linux or cross-platform alternatives (such as Bash or curl). There are no Linux-specific examples or guidance, and the only scripting samples referenced are for PowerShell, a Windows-centric tool. Additionally, the documentation does not provide command-line examples using tools common on Linux, nor does it mention Linux authentication workflows or tools, implicitly prioritizing Windows users.
Recommendations
- Add equivalent Bash or shell script examples for Linux users alongside PowerShell scripts.
- Include command-line examples using curl or wget for REST API calls, which are cross-platform.
- Reference Linux authentication tools (such as Azure CLI on Linux) and provide sample usage.
- Ensure that any scripting or automation guidance is provided for both Windows and Linux environments.
- Explicitly state cross-platform compatibility where applicable, and avoid assuming a Windows-only environment.
Create Pull Request