Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page exclusively uses PowerShell for all examples, commands, and explanations, implicitly assuming a Windows environment. There are no Bash, CLI, or Linux-native examples or references. The focus on PowerShell and the absence of Linux alternatives or cross-platform guidance demonstrates a clear Windows bias.
Recommendations
- Provide equivalent Azure CLI (az) or Bash script examples alongside PowerShell scripts to support Linux and macOS users.
- Mention that PowerShell Core is cross-platform, or clarify if the instructions are specific to Windows PowerShell.
- Include references or links to Linux/macOS setup guides for Azure CLI or PowerShell Core.
- Reorder or supplement content so that both Windows and Linux approaches are presented equally, rather than prioritizing Windows tools.
- Add a section or note on how to perform the same tasks using the Azure Portal or REST API for maximum cross-platform compatibility.
Create Pull Request