Bias Analysis
Detected Bias Types
Summary
The documentation references both Azure CLI and Azure PowerShell for deploying Bicep files, but lists Azure PowerShell (a Windows-centric tool) before Azure CLI (which is cross-platform). No explicit Linux-only or Windows-only examples are given, but the ordering subtly prioritizes Windows tooling. No Linux-specific tools or shell examples are provided.
Recommendations
- List Azure CLI before Azure PowerShell when describing deployment options, as Azure CLI is cross-platform and more inclusive for Linux users.
- Explicitly mention that all examples work on Linux, macOS, and Windows when using Azure CLI.
- Consider including a Linux shell (bash) example for deploying Bicep files, to demonstrate parity.
- If referencing PowerShell, clarify that it is available cross-platform, or provide a bash equivalent for Linux users.
Create Pull Request