Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
windows_tools
Summary
The documentation exhibits a Windows bias in several ways: file paths are consistently shown in Windows format (e.g., C:\Templates\...), with no mention of Linux/macOS alternatives; all examples for saving files and referencing templates use Windows paths; and there is no guidance for Linux/macOS users on file locations or shell differences. While both PowerShell and Azure CLI examples are provided, the CLI examples also use Windows-style paths, and there is no explicit mention or demonstration of Linux shell usage or file conventions. Additionally, references to PowerShell and links to PowerShell-specific tutorials are present, but there are no equivalent links or notes for Bash or Linux environments.
Recommendations
- Provide file path examples for both Windows (C:\Templates\...) and Linux/macOS (/home/user/Templates/...) in all code snippets and instructions.
- Add explicit notes or tabs for Linux/macOS users, clarifying where to save files and how to reference them in commands.
- Include Bash-specific variable assignment and command examples where relevant (e.g., export, $(...) syntax).
- Where PowerShell is mentioned or linked, provide equivalent Bash or cross-platform CLI references.
- Ensure that screenshots and portal instructions are not Windows-centric (e.g., avoid showing Windows file dialogs only).
- Add a general note at the top indicating that the guide applies to all platforms, and highlight any platform-specific differences.
Create Pull Request