Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides detailed instructions for both Azure PowerShell and Azure CLI, but the PowerShell section is presented before the CLI section, which may suggest a Windows-first approach. The PowerShell examples are extensive, and there is no mention of Linux-specific tools or shell patterns (such as Bash scripting or Linux package managers for installation). While Azure CLI is cross-platform and included, the ordering and emphasis on PowerShell may indicate a subtle Windows bias.
Recommendations
- Present Azure CLI instructions before PowerShell, as CLI is natively cross-platform and preferred by many Linux users.
- Explicitly mention that Azure CLI works on Linux, macOS, and Windows, and provide installation instructions for Linux (e.g., using apt, yum, or zypper).
- Include example commands using Bash scripting or note how to use Azure CLI in Linux shell environments.
- Consider adding a note about PowerShell Core availability on Linux, if PowerShell examples are retained, to clarify cross-platform support.
- Review other documentation pages for similar ordering or emphasis and standardize to prioritize cross-platform tools.
Create Pull Request