Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page presents deployment commands for both Azure CLI and Azure PowerShell, but lists Azure CLI first. However, the PowerShell example is given equal prominence and detail. There is no mention of Linux-specific tools, shell environments, or examples using Bash or other Linux-native scripting. The 'Cloud Shell' reference is generic and does not clarify parity between Bash and PowerShell experiences. No explicit Windows-only tools are referenced, but the lack of Linux/Bash examples and the presence of PowerShell commands may imply a slight Windows bias.
Recommendations
- Add explicit Bash examples for Azure CLI commands, showing usage in Linux/macOS environments (e.g., with standard Bash syntax and line continuations).
- Clarify that Azure CLI works cross-platform and provide notes or examples for Linux/macOS users, such as installation instructions or shell-specific tips.
- Expand the 'Cloud Shell' reference to distinguish between Bash and PowerShell environments, and provide examples for both.
- Consider including a table or section comparing command usage across Windows (PowerShell), Linux (Bash), and macOS, to reinforce cross-platform parity.
- Avoid assuming PowerShell as the default scripting environment; mention alternatives where appropriate.
Create Pull Request