Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation provides detailed PowerShell examples and references to PowerShell cmdlets, which are Windows-specific tools. PowerShell is presented as a primary automation method alongside the Azure portal, with no mention of Bash, Linux shell scripting, or cross-platform alternatives for scripting. The CLI examples are present, but PowerShell is given equal or greater prominence, and there is no explicit guidance for Linux/macOS users regarding scripting or tool installation. The documentation does not address platform-specific nuances or recommend cross-platform approaches.
Recommendations
- Add Bash or shell script examples for Linux/macOS users, especially for automation tasks.
- Explicitly mention that Azure CLI is cross-platform and suitable for Linux/macOS, and provide installation links.
- Clarify that PowerShell examples are Windows-centric and suggest alternatives for non-Windows environments.
- Consider listing CLI examples before PowerShell, or grouping them together with notes on platform compatibility.
- Provide troubleshooting or usage notes for Linux/macOS users where PowerShell cmdlets are referenced.
Create Pull Request