Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation exclusively uses PowerShell for all examples and instructions, which is primarily a Windows-centric tool. There are no examples using Azure CLI, Bash, or other cross-platform tools. The focus on PowerShell commands and lack of Linux/macOS alternatives or parity demonstrates a clear Windows bias.
Recommendations
- Add equivalent Azure CLI examples for all PowerShell commands, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Explicitly mention that PowerShell Core is available on Linux/macOS, and clarify if the examples are compatible.
- Provide Bash script samples or instructions for common Linux workflows.
- Reorder or balance examples so that Windows and Linux approaches are presented equally, rather than Windows/PowerShell first or exclusively.
- Include notes on prerequisites for both Windows and Linux environments (e.g., installation of Azure CLI, PowerShell Core, required modules).
Create Pull Request