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 page references PowerShell before Azure CLI and REST API when discussing tools for adding the Exists operator or grouping expressions. This ordering and mention of PowerShell (a Windows-centric tool) first, with no explicit Linux/Bash examples or mention of cross-platform parity, suggests a mild Windows bias. However, Azure CLI (which is cross-platform) is also mentioned, and no examples are given, so the bias is limited to tool ordering and naming.
Recommendations:
- When listing tools, alternate the order (e.g., mention Azure CLI before PowerShell) or group them as 'Azure CLI, PowerShell, or REST API' to avoid Windows-first bias.
- Explicitly state that Azure CLI is cross-platform and works on Linux, macOS, and Windows.
- Where possible, provide example commands for both Azure CLI (Bash/shell) and PowerShell to ensure parity.
- Avoid implying PowerShell is the primary or default tool for these operations.
- Consider adding a note or section about using these features on Linux/macOS environments.
Create pull request