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
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a mild Windows bias. In the 'Getting started' section, PowerShell is mentioned first among automation clients, ahead of CLI and SDK options. There are no explicit Linux or cross-platform shell (e.g., Bash) examples, nor are Linux-specific tools or workflows referenced. The sample queries are platform-agnostic (Kusto), but the automation guidance implicitly prioritizes Windows/PowerShell users.
Recommendations:
- List Azure CLI before PowerShell when mentioning automation clients, or present both together to avoid implying a platform preference.
- Explicitly mention that both PowerShell and Azure CLI are cross-platform, and provide links to installation/use on Linux/macOS as well as Windows.
- Add sample usage snippets for both PowerShell and Azure CLI (and/or Bash) to demonstrate parity.
- Reference Linux/macOS environments in automation and scripting contexts, not just Windows.
- Consider including a short section or note on using ARG queries from Linux terminals, with example commands.
Create pull request