Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides both Azure CLI (Bash) and PowerShell examples for managing deployment quotas. However, the PowerShell section is given equal prominence, despite PowerShell being primarily a Windows tool (though it is cross-platform now). The Bash example is explicitly mentioned as requiring a Bash environment, but there is no mention of Windows Command Prompt equivalents or clarification for Linux users. The documentation does not provide explicit Linux-specific instructions or highlight platform differences, which may cause confusion for Linux users. The CLI examples assume Bash, which is standard on Linux but not on Windows by default.
Recommendations
- Explicitly state platform requirements for each example (e.g., Bash for Linux/macOS, PowerShell for Windows).
- Provide Windows Command Prompt equivalents for Azure CLI commands, or clarify that Bash is required on Windows (e.g., via WSL or Git Bash).
- Add notes or tabs for Linux-specific instructions, especially for scripting and environment setup.
- Clarify that PowerShell is available cross-platform, but is most commonly used on Windows, and provide guidance for Linux users who may not have PowerShell installed.
- Consider reordering examples or adding a 'Platform' note to ensure Linux users are not overlooked.
Create Pull Request