Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation demonstrates a Windows bias by providing a dedicated PowerShell section for template modification, referencing PowerShell commands (Get-AzLocation) for obtaining region codes, and omitting equivalent Azure CLI or Bash instructions. The PowerShell example is given its own tab, but there is no corresponding Azure CLI or Linux shell example, and the only command-line example is Windows-centric. Additionally, the documentation refers to the Azure portal (web UI) throughout, which is cross-platform, but when it comes to scripting or automation, only PowerShell is highlighted.
Recommendations
- Add an Azure CLI (az) example tab alongside PowerShell and Portal for template deployment and modification steps.
- Provide the equivalent Azure CLI command for obtaining region codes (e.g., 'az account list-locations').
- Ensure all scripting and automation steps are demonstrated using both PowerShell and Azure CLI to support Linux/macOS users.
- Where possible, include Bash shell examples for common tasks, or clarify that the steps are cross-platform.
- Review all references to command-line tooling to ensure parity between Windows and Linux environments.
Create Pull Request