Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by including a PowerShell-based resource group creation step (via an include file) without providing equivalent Linux (Bash/Azure CLI) instructions. The use of PowerShell is implied as the default, and there are no explicit Linux command-line examples or parity in tooling. While OpenSSL is mentioned as a prerequisite for both Windows and Linux, the operational steps and examples are Windows-centric.
Recommendations
- Provide parallel instructions for resource group creation using Azure CLI (Bash) alongside the PowerShell example.
- Explicitly mention and show Linux command-line examples where applicable, not just Windows/PowerShell.
- Ensure that all included snippets (such as resource group creation) have both Windows (PowerShell) and Linux (Bash/CLI) variants, or clarify that the instructions are cross-platform.
- Review included files (e.g., powershell-resource-group-create.md) to ensure Linux parity or add a note linking to Linux equivalents.
- Consider reordering or presenting Windows and Linux instructions side-by-side to avoid implicit prioritization of Windows.
Create Pull Request