Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation presents three main pivots: Portal, PowerShell, and Azure CLI. The PowerShell (Windows-centric) section is given equal prominence to the CLI, but is listed before the CLI in the zone_pivot_groups and in the page structure. There are no Linux shell (bash) or cross-platform scripting examples outside of Azure CLI, and PowerShell is emphasized as a primary automation method. There are no explicit Linux-specific instructions or troubleshooting notes, nor are there references to Linux tools or environments.
Recommendations
- Ensure that the Azure CLI section is given equal or higher prominence than PowerShell, as CLI is cross-platform and preferred by many Linux users.
- Add explicit bash shell examples or scripts for common operations, especially for steps that involve string manipulation or resource ID construction.
- Include troubleshooting notes or tips relevant to Linux environments (e.g., file permissions, path differences, CLI installation on Linux).
- Clarify that Azure CLI commands work natively on Linux, macOS, and Windows, and provide links to Linux installation guides.
- Where PowerShell is mentioned, note that PowerShell Core is cross-platform, but also provide bash alternatives where possible.
- Consider adding a table or section comparing PowerShell and CLI usage, highlighting cross-platform compatibility.
Create Pull Request