Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides parallel instructions for Azure CLI, Azure PowerShell, and Azure Developer CLI, but the PowerShell section introduces a Windows-centric toolset without offering Linux shell equivalents (e.g., Bash scripting for querying ACR). Additionally, PowerShell is presented as a primary tab alongside CLI, which may imply parity, but Linux/macOS users are left without explicit guidance for common shell environments. There are no explicit Linux/macOS-specific instructions or troubleshooting, and PowerShell is given equal prominence to the cross-platform CLI.
Recommendations
- Add a Bash (Linux/macOS) example for querying the ACR login server, e.g., using 'az acr list' with jq or similar tools.
- Clarify that Azure CLI commands are cross-platform and can be run in Bash, zsh, or other Unix shells.
- Consider reordering tabs to present Azure CLI (cross-platform) first, followed by Bash (Linux/macOS), then PowerShell (Windows), to reflect the broader user base.
- Include troubleshooting or notes for Linux/macOS users where file paths, permissions, or environment differences may arise.
- Explicitly mention that PowerShell Core is available on Linux/macOS if PowerShell is to be included, or clarify its intended audience.
Create Pull Request