Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation provides examples and guidance for both Windows (PowerShell) and cross-platform (Azure CLI, Terraform, Bicep) tools. However, there is a noticeable emphasis on PowerShell, including a dedicated section, prerequisite links that point to Windows-specific installation guides, and references to PowerShell modules. In several places, PowerShell is mentioned before CLI alternatives, and the PowerShell section is more detailed than the CLI section. Some links (e.g., 'Install Azure PowerShell') default to Windows instructions, and there are no explicit Linux/macOS PowerShell installation notes or examples.
Recommendations
- Add explicit Linux/macOS installation instructions and links for Azure PowerShell.
- Ensure parity in example depth and detail between PowerShell and Azure CLI sections.
- Where PowerShell is mentioned, also mention cross-platform alternatives (e.g., Azure CLI) and clarify OS compatibility.
- Avoid defaulting to Windows-centric links; use cross-platform documentation pages where possible.
- Consider listing CLI examples before PowerShell, or side-by-side, to avoid implicit prioritization.
Create Pull Request