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 page references PowerShell before Azure CLI when listing ways to create a resource group, which may indicate a subtle 'windows_first' bias. However, both PowerShell and Azure CLI are mentioned, and no examples or tooling are provided that are exclusive to Windows. There are no code samples or instructions that are specific to Windows or PowerShell, and Linux parity is generally maintained.
Recommendations:
- When listing cross-platform tools such as PowerShell and Azure CLI, alternate the order or explicitly state that both are fully supported on Windows, Linux, and macOS.
- Consider providing explicit examples for both PowerShell and Azure CLI (or Bash) where relevant, to reinforce cross-platform parity.
- If mentioning PowerShell, clarify that Azure PowerShell is available on all major platforms, not just Windows.
- Ensure that any future additions of code samples or walkthroughs include both Windows and Linux command-line examples.
Create pull request