Detected Bias Types
Windows First
Powershell Heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for deployment, resource review, and cleanup. However, PowerShell examples are given equal prominence to CLI, and PowerShell is a Windows-centric tool. There is no mention of Linux-specific shell patterns (e.g., Bash), nor are there any Linux-specific notes or troubleshooting tips. The ordering of examples sometimes places PowerShell before CLI, and the use of PowerShell tabs may suggest a Windows-first audience. No Linux-exclusive tools or patterns are referenced.
Recommendations
- Clearly indicate that Azure CLI commands work cross-platform (Windows, Linux, macOS) and are preferred for Linux users.
- Add explicit Bash shell examples or notes for Linux users, especially for file operations and environment setup.
- If PowerShell is mentioned, clarify that PowerShell Core is available on Linux, or provide links to installation instructions for Linux users.
- Ensure CLI examples are listed first, or provide a note about platform parity.
- Include troubleshooting tips or common issues for Linux environments (e.g., file permissions, path formats).