Detected Bias Types
Powershell Heavy
🔧
Windows Tools
Windows First
Summary
The documentation page demonstrates a moderate Windows bias. PowerShell is presented as a primary automation method, with detailed instructions and prerequisites for installing and using the Azure PowerShell module, which is most commonly used on Windows. The CLI section is present and platform-neutral, but the PowerShell example and tooling are given prominence and detail. There is no mention of Linux-specific tools, shell environments, or considerations (e.g., Bash, zsh, or Linux package managers for CLI installation). The documentation does not provide Linux-specific examples or highlight Linux workflows, and Windows-centric tools (PowerShell) are described in more depth.
Recommendations
- Add explicit Linux/Bash shell examples for Azure CLI usage, including sample commands run in Bash.
- Include notes or instructions for installing and using Azure CLI on Linux distributions (e.g., apt, yum, zypper).
- Mention that PowerShell Core is available cross-platform, and clarify how Linux/macOS users can use PowerShell if desired.
- Balance the depth of instructions for PowerShell and CLI, ensuring CLI instructions are as detailed as PowerShell, especially for Linux users.
- Consider adding a troubleshooting section for common Linux-specific issues (e.g., permissions, environment variables).