Detected Bias Types
Windows First
Powershell Heavy
🔧
Windows Tools
Missing Linux Example
Summary
The documentation page exhibits a Windows bias by consistently providing examples that use Windows-specific tools, paths, and patterns (e.g., PowerShell scripts, C:\workspaces, winget for package installation). All code snippets and workflow descriptions assume a Windows environment, with no equivalent Linux/macOS examples or instructions. Linux tools (e.g., bash, apt, Linux file paths) are not mentioned, and Windows-centric tools are referenced exclusively and first.
Recommendations
- Provide parallel examples for Linux/macOS environments, including bash scripts and Linux file paths (e.g., /home/dev/workspaces).
- Include instructions for installing Azure CLI using Linux-native package managers (e.g., apt, yum, brew) alongside winget.
- Show how to run customization tasks using bash or sh in addition to PowerShell.
- Clarify which features and tasks are cross-platform and which are Windows-only.
- Add notes or tables indicating platform compatibility for each example.