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
⚠️
missing_linux_example
⚠️
windows_tools
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by providing only Azure PowerShell command-line examples and omitting equivalent Azure CLI (cross-platform) or Bash examples. The PowerShell approach is presented as the sole scripting/command-line method, and no Linux-native or cross-platform shell instructions are given. The structure and order of examples also prioritize Windows-centric tools and workflows.
Recommendations:
- Add Azure CLI examples (az automation account delete, etc.) alongside PowerShell for all command-line operations.
- Include Bash shell snippets where appropriate to demonstrate cross-platform usage.
- Present Azure CLI examples before or alongside PowerShell to avoid a 'Windows-first' impression.
- Explicitly mention that PowerShell examples are platform-agnostic only if they are tested on Linux/macOS, or clarify any platform-specific limitations.
- Where possible, provide REST API examples using curl or similar cross-platform tools.
- Review screenshots and UI instructions to ensure they are not overly Windows-specific if accessed via browser.
Create pull request