Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for deployment, resource review, and cleanup. However, Azure PowerShell is a Windows-centric tool and its inclusion alongside Azure CLI (which is cross-platform) may suggest a Windows bias, especially since no Linux-specific shell examples (e.g., Bash) or platform notes are given. The prerequisites mention both Azure CLI and Azure PowerShell, but do not clarify platform differences or recommend CLI for Linux/macOS users. There are no explicit Linux or macOS instructions, nor are there references to platform-specific considerations.
Recommendations
- Clarify that Azure CLI is cross-platform and recommended for Linux/macOS users, while Azure PowerShell is primarily for Windows.
- Add explicit Bash shell examples or notes for Linux/macOS users, such as using Bash with Azure CLI.
- Include a section or note on platform compatibility for each tool, helping users choose the best option for their OS.
- Consider listing Azure CLI examples first, as it is cross-platform, to reduce perceived Windows bias.
- If PowerShell is included, mention that it is available on Linux/macOS but is more commonly used on Windows.
Create Pull Request