Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides deployment command examples for both Azure CLI and Azure PowerShell, but lists Azure CLI first. However, the PowerShell example is included prominently, and there is no explicit mention of Linux/macOS equivalents for PowerShell. The CLI example is cross-platform, but the documentation does not clarify this or provide any Linux/macOS-specific notes or examples. There is no mention of Bash, shell scripting, or Linux-specific tooling, and Cloud Shell is only referenced in a link, not in the main content.
Recommendations
- Explicitly state that Azure CLI works on Windows, Linux, and macOS, and is recommended for cross-platform use.
- Add a note clarifying that Azure PowerShell is primarily a Windows tool, and provide guidance for Linux/macOS users (e.g., using Azure CLI or PowerShell Core).
- Include examples or notes for running commands in Bash or other Linux shells.
- Provide parity in examples, such as showing how to run deployments from Cloud Shell (which is cross-platform) or from a Linux terminal.
- Reorder examples or provide tabs for Windows and Linux/macOS usage to avoid implicit prioritization.
Create Pull Request