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:
Summary:
The documentation mentions PowerShell before Azure CLI when listing tools for creating resource groups, suggesting a subtle 'windows_first' bias. However, both Windows (PowerShell) and cross-platform (Azure CLI, ARM template, Portal) options are referenced, and no examples or commands are provided that are exclusive to Windows or PowerShell. There are no missing Linux examples, nor are Windows tools or patterns mentioned exclusively.
Recommendations:
- When listing tools or methods, alternate the order or explicitly state that both PowerShell and Azure CLI are supported equally.
- Provide example commands for both PowerShell and Azure CLI (and/or Bash) where relevant, ensuring parity.
- Consider adding a note that Azure CLI is cross-platform and can be used on Windows, Linux, and macOS.
- Avoid consistently listing PowerShell before Azure CLI to prevent the perception of Windows-first bias.
Create pull request