Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation exclusively uses PowerShell and Windows-centric tooling (Invoke-RestMethod, PowerShell variables, and operators) for all examples and workflows. There are no equivalent examples for Linux users (e.g., using Bash, curl, or Azure CLI), and the documentation assumes familiarity with Windows scripting patterns. This creates a clear bias towards Windows environments and leaves Linux users without guidance.
Recommendations
- Provide equivalent Linux/Bash examples using curl or Azure CLI for all PowerShell commands.
- Introduce cross-platform Azure CLI examples, which are supported on both Windows and Linux.
- Explicitly mention that the steps can be performed from any OS, and clarify any OS-specific requirements.
- Structure example sections so that both Windows (PowerShell) and Linux (Bash/CLI) users can easily find relevant instructions.
- Avoid using Windows-specific operators (such as -replace) without showing the equivalent in Bash or other shells.
Create Pull Request