Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by listing Azure PowerShell as the first deployment method and referencing it explicitly, while only briefly mentioning Azure CLI. There are no explicit Linux or cross-platform shell examples (e.g., Bash), and no mention of running these commands in a Linux environment or using Linux-specific tools. The examples and instructions implicitly assume familiarity with Windows-centric tools and workflows.
Recommendations
- Provide both Azure CLI and Azure PowerShell examples side by side, with CLI (which is cross-platform) listed first.
- Include explicit Bash (Linux/macOS) command-line examples for deploying ARM/Bicep templates.
- Mention that Azure CLI works on Windows, Linux, and macOS, and provide instructions for each platform where relevant.
- Avoid listing Windows/PowerShell tools before cross-platform alternatives unless there is a technical reason.
- Add a section or note about running deployments from Linux/macOS terminals, including any differences or prerequisites.
Create Pull Request