Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides both Azure CLI and PowerShell examples for managing deployment quotas. However, the PowerShell section is given equal prominence, and the CLI examples rely on Bash scripting, which is not natively available on Windows. There is no explicit mention of Windows or Linux, but the CLI examples assume a Bash environment, potentially excluding Windows users who do not have WSL or Git Bash installed. Conversely, the PowerShell examples are Windows-centric and do not mention cross-platform PowerShell Core usage. There is no explicit Linux example or guidance for users on Linux systems beyond the Bash scripting in the CLI section.
Recommendations
- Explicitly state that the Azure CLI examples require a Bash environment and provide equivalent Windows Command Prompt or PowerShell Core examples for CLI usage.
- Clarify that PowerShell examples can be run on PowerShell Core, which is cross-platform, and provide instructions for Linux/macOS users if applicable.
- Add a note or section describing how to perform these actions on Linux systems, including installation prerequisites for Azure CLI and PowerShell Core.
- Ensure that both Windows and Linux usage patterns are covered equally, and avoid assuming the user's operating system.
Create Pull Request