Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_first
Summary
The documentation provides only PowerShell deployment examples for both ARM and Bicep templates, with no mention of Azure CLI, Bash, or Linux-native deployment methods. This approach assumes users are familiar with PowerShell, which is more common on Windows, and does not offer parity for Linux or cross-platform users. The deployment instructions do not reference Azure CLI, Bash, or provide alternative commands for non-Windows environments.
Recommendations
- Add Azure CLI deployment examples alongside PowerShell for both ARM and Bicep templates.
- Explicitly mention that Azure Cloud Shell supports both PowerShell and Bash, and provide Bash/CLI instructions.
- Include notes or links for Linux/macOS users on how to run deployments using Azure CLI.
- Ensure that PowerShell is not presented as the only or primary method; alternate methods should be given equal prominence.
- Where possible, provide cross-platform guidance and clarify any differences in command syntax or prerequisites.
Create Pull Request