Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI (Bash) and Azure PowerShell examples, but PowerShell is frequently mentioned alongside or immediately after CLI, and some sections (such as Next Steps) list PowerShell resources before CLI. There is a slight tendency to present Windows/PowerShell options as equally prominent or sometimes first, which may subtly reinforce Windows-centric usage patterns. However, Bash/CLI options are present throughout, and the shell selection is explicitly offered.
Recommendations
- Ensure that Azure CLI (Bash) examples are presented before PowerShell examples in each section to avoid Windows-first ordering.
- Add explicit notes clarifying that Bash/CLI is cross-platform and may be preferable for Linux/macOS users.
- Balance the 'Next steps' section by listing CLI and PowerShell resources together or alternating their order.
- Where screenshots or instructions reference PowerShell-specific features (such as the Azure drive), clarify their platform specificity and offer equivalent Bash/CLI workflows if available.
- Consider adding a short section explaining the differences between Bash and PowerShell environments, including platform compatibility.
Create Pull Request