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:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
windows_tools
Summary:
The documentation page generally avoids platform-specific bias in most sections, focusing on the Kusto Query Language and Azure Resource Graph concepts. However, in the 'Escape characters' section, Windows shells (cmd and PowerShell) are mentioned before Bash, and PowerShell-specific escaping is detailed with an example, which may indicate a subtle 'windows_first' and 'powershell_heavy' bias. There is also a lack of parity in the depth of examples for Linux shells compared to PowerShell. No Linux-specific tools or workflows are referenced, and there are no CLI (az) or cross-platform scripting examples provided.
Recommendations:
- Present Bash (Linux/macOS) examples before or alongside Windows (cmd/PowerShell) examples to avoid 'windows_first' bias.
- Provide equally detailed examples for Bash and other Linux shells as are given for PowerShell.
- Include cross-platform CLI (az) examples where relevant, especially for query execution.
- Explicitly mention that the Resource Graph and KQL are platform-agnostic, and provide guidance for both Windows and Linux users.
- Where shell-specific behavior is discussed, ensure all major platforms (Linux, macOS, Windows) are covered with equal depth and clarity.
Create pull request