Detected Bias Types
Powershell Heavy
Windows First
🔧
Windows Tools
Summary
The documentation provides detailed examples for Azure Portal, Azure CLI, and Azure PowerShell. PowerShell, a Windows-centric tool, is given its own section with extensive example coverage. The CLI section uses Azure CLI, which is cross-platform, but PowerShell is presented as an equal or primary automation method, and no Linux/macOS-specific shell examples (e.g., Bash scripts) are provided. There is no mention of Linux-native tools or patterns, nor any guidance for Linux/macOS users who may not have PowerShell available.
Recommendations
- Add explicit Bash or shell script examples for Linux/macOS users where automation is discussed.
- Clarify that Azure CLI is cross-platform and provide guidance for installing and using it on Linux/macOS.
- If PowerShell is required for certain advanced tasks, mention PowerShell Core (pwsh) and its availability on Linux/macOS.
- Reorder sections so that cross-platform tools (CLI) are presented before Windows-specific tools (PowerShell).
- Add a note or table summarizing tool compatibility across Windows, Linux, and macOS.