Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page consistently uses PowerShell syntax for Azure CLI commands, which is most common on Windows. All command-line examples are given in PowerShell format, with no Bash or Linux shell equivalents. There is no mention of Linux-specific patterns, and the use of PowerShell may confuse Linux users, who typically use Bash for Azure CLI. The documentation does not clarify cross-platform usage or provide parity for Linux environments.
Recommendations
- Provide Azure CLI examples in Bash syntax alongside PowerShell, or use generic CLI syntax that works on both platforms.
- Explicitly mention that Azure CLI commands can be run on Linux, macOS, and Windows, and clarify any platform-specific considerations.
- Avoid using PowerShell-specific syntax (such as curly braces for parameters) in CLI examples unless also providing Bash equivalents.
- Include notes or sections for Linux users, ensuring that instructions are clear for both Windows and Linux environments.
- If referencing tools or workflows, mention both Windows and Linux alternatives where applicable.
Create Pull Request