Detected Bias Types
Powershell Heavy
🔧
Windows Tools
Windows First
Summary
The documentation provides examples for Azure Portal, Azure CLI, Azure PowerShell, and REST API. While CLI and REST API are cross-platform, the PowerShell section is extensive and detailed, with multiple example scenarios and configuration objects, whereas the CLI section is brief and limited to basic usage. The prerequisites mention PowerShell and its module version before CLI, and PowerShell examples are given equal or greater prominence than CLI, which may indicate a Windows bias. There are no Linux-specific tools or shell examples (e.g., Bash scripts), and PowerShell is a Windows-centric tool, despite its cross-platform availability.
Recommendations
- Expand the Azure CLI section to include advanced scenarios, such as using configuration objects and allocation strategies, matching the depth of PowerShell examples.
- Add Bash script examples for Linux users, especially for tasks like parameter substitution and automation.
- In prerequisites, mention CLI and PowerShell together, or list CLI first to avoid Windows-first perception.
- Clarify that PowerShell is available cross-platform, but highlight Linux-native tools where possible.
- Consider adding a section or tips for Linux/macOS users, such as SSH key management or environment setup.