Bias Analysis
Detected Bias Types
Summary
The documentation page primarily uses Azure CLI examples with shell scripting syntax (echo, read, variable assignment), which is cross-platform and works on Linux, macOS, and Windows (with WSL or bash). However, there is a notable instance of Windows bias: the link for creating ARM templates points to a Visual Studio Code tutorial with PowerShell tabs highlighted, suggesting PowerShell (Windows) as the default method for template creation, rather than offering Bash or cross-platform alternatives first. No explicit PowerShell-only code is present, and no Windows-only tools are referenced in the main examples.
Recommendations
- Ensure that linked tutorials (such as ARM template creation) offer Bash or cross-platform instructions as prominently as PowerShell, or default to Bash if the main page uses Bash syntax.
- Where possible, clarify that the Azure CLI examples work on Linux, macOS, and Windows (with appropriate shells), and provide notes or links for shell differences if relevant.
- Avoid referencing Windows-specific tools or patterns (such as PowerShell) before their Linux equivalents in cross-platform documentation.
- Add explicit Bash and PowerShell tabs/examples for key workflows if the linked content is platform-specific.
Create Pull Request