Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for verifying the workspace, but the PowerShell example is given equal prominence despite being Windows-specific. There are no explicit Linux shell examples (e.g., Bash), and the verification steps focus on Azure CLI (cross-platform) and PowerShell (Windows-centric), with no mention of Linux-specific tools or patterns. The PowerShell example uses syntax and commands that are not applicable on Linux or macOS, and there is no guidance for users on non-Windows platforms beyond Azure CLI.
Recommendations
- Add explicit Bash/Linux shell examples for verification steps, especially for users running Terraform and Azure CLI on Linux or macOS.
- Clearly indicate which examples are cross-platform and which are Windows-specific, possibly by labeling tabs as 'Windows (PowerShell)' and 'Linux/macOS (Bash)'.
- Where PowerShell is used, provide equivalent Bash commands for Linux/macOS users.
- Mention that Azure CLI is cross-platform and recommend it as the primary verification method for non-Windows users.
- If any troubleshooting or cleanup steps involve PowerShell, provide Linux/macOS alternatives.
Create Pull Request