Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation page demonstrates a moderate Windows bias. PowerShell is presented before Azure CLI, and instructions for running PowerShell locally reference Windows-specific installation and usage patterns. The Azure Cloud Shell is mentioned for both PowerShell and CLI, but PowerShell examples and tooling are described in more detail, including module installation and login steps that are Windows-centric. There is no explicit mention of Linux or macOS environments, nor are there any Linux-specific examples or troubleshooting notes.
Recommendations
- Add explicit instructions for running Azure CLI and PowerShell on Linux and macOS, including installation and login steps.
- Provide parity in example detail for Azure CLI, such as filtering output for resources with at least one deployed (as shown in the PowerShell example).
- Include notes about using Bash or other shells on Linux/macOS, and clarify that Azure CLI is cross-platform.
- Avoid assuming local PowerShell usage is Windows-only; mention PowerShell Core and its availability on Linux/macOS.
- Balance the order of examples, sometimes presenting Azure CLI before PowerShell, or interleaving them.
Create Pull Request