Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by explicitly mentioning PowerShell as a migration tool alongside Azure CLI, but does not provide any Linux-specific examples or mention Linux shell environments. The instructions and environment variable setup are generic, but the reference to PowerShell and the absence of Linux/Bash examples or notes suggest a preference for Windows tooling. There is no mention of Linux-specific considerations, nor are there examples using Bash or other Linux-native scripting environments.
Recommendations
- Add explicit Bash/Linux shell examples for all CLI commands, including environment variable setup and command execution.
- Clarify that Azure CLI commands work cross-platform and provide notes or links for Linux users regarding installation and usage.
- Remove or balance references to PowerShell by including equivalent Bash scripts or instructions.
- Mention any OS-specific caveats or considerations (e.g., file paths, environment variable syntax) where relevant.
- Ensure screenshots and UI references do not assume a Windows environment when showing the Azure portal.
Create Pull Request