Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides both Azure CLI (with Bash scripting) and PowerShell examples for managing deployment quotas. However, the PowerShell section is given equal prominence, and there is no explicit mention of Linux or macOS environments. The Bash examples in the Azure CLI section assume a Bash shell but do not clarify cross-platform compatibility or alternatives for Windows users. The PowerShell examples are Windows-centric and do not offer Linux PowerShell Core guidance. There is no mention of Linux-specific tools or considerations, and the documentation does not address shell differences or provide parity guidance.
Recommendations
- Explicitly state that Azure CLI examples are intended for Bash (Linux/macOS) and provide equivalent Windows Command Prompt or PowerShell Core examples for cross-platform clarity.
- Clarify that PowerShell examples can be run on PowerShell Core on Linux/macOS, or provide notes about any platform-specific differences.
- Add a section or note on how to perform these tasks on Linux and macOS, including any prerequisites or differences in shell behavior.
- Ensure that Linux and macOS users are addressed directly in the documentation, not just implicitly through Bash examples.
- Consider providing a table or summary comparing commands across Windows (PowerShell, CMD) and Linux/macOS (Bash, PowerShell Core) for better parity.
Create Pull Request