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 as the first automation client for running ARG queries, followed by CLI and SDK, which may suggest a Windows-first bias. However, it does also mention Azure CLI and SDK, which are cross-platform, and does not provide any OS-specific command-line examples. No PowerShell-specific scripts or Windows-only tools are shown, and the Kusto queries are platform-agnostic.
Recommendations:
- List Azure CLI before PowerShell when mentioning automation clients, as CLI is cross-platform and more accessible to Linux users.
- Explicitly state that both PowerShell and Azure CLI are supported on Windows, Linux, and macOS.
- Provide example commands for both PowerShell and Azure CLI (or Bash) to demonstrate parity.
- Include links to Linux/macOS installation guides for Azure CLI and PowerShell to reinforce cross-platform support.
Create pull request