About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
powershell_heavy
⚠️
windows_first
Summary:
The documentation provides both Bash and PowerShell examples for Azure CLI commands, but the PowerShell examples are labeled and formatted explicitly, suggesting a Windows-centric approach. The PowerShell examples are always presented immediately after the Bash examples, indicating a slight 'windows_first' bias. There are no missing Linux examples, but the explicit PowerShell formatting and comments may make Windows users feel more directly supported.
Recommendations:
- Clearly label both Bash and PowerShell examples as 'Linux/macOS' and 'Windows' respectively to highlight cross-platform parity.
- Present Bash (Linux/macOS) and PowerShell (Windows) examples in parallel tabs or sections, rather than always listing PowerShell after Bash.
- Ensure that introductory text does not implicitly prioritize Windows or PowerShell usage.
- Consider adding a brief note explaining that Azure CLI works identically on all platforms, and that users should choose the example matching their shell environment.
Create pull request