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 explicitly labeled and formatted, potentially giving them prominence. Additionally, PowerShell examples are included immediately after Bash, which can be interpreted as a subtle 'windows_first' bias. However, Linux (Bash) examples are present and correct, and no Windows-only tools are used.
Recommendations:
- Clearly label both Bash and PowerShell examples with headings such as 'Bash (Linux/macOS)' and 'PowerShell (Windows)' to make platform targeting explicit.
- Present Bash and PowerShell examples in parallel tabs or side-by-side, rather than sequentially, to avoid implying priority.
- Ensure that introductory text does not imply that PowerShell is the default or preferred shell.
- Consider including a brief note about cross-platform compatibility of Azure CLI and how users can select the appropriate shell for their OS.
Create pull request