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_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by referencing Azure PowerShell cmdlets exclusively for command-line management, without providing equivalent instructions or examples for Linux users (e.g., Azure CLI or Bash). All command-line tooling guidance is centered on PowerShell, and there are no Linux shell or cross-platform command examples. While the API and SDK samples are platform-neutral, the lack of Linux-specific or cross-platform command-line instructions limits accessibility for non-Windows users.
Recommendations:
- Provide Azure CLI examples alongside PowerShell cmdlets for all command-line operations, ensuring parity for Linux and macOS users.
- Explicitly mention cross-platform alternatives (e.g., Bash scripts, REST API usage with curl) where PowerShell is referenced.
- Clarify which tools are supported on which platforms, and recommend cross-platform tools where possible.
- Include notes or links to documentation for installing and using Azure CLI on Linux.
- Review all sections referencing PowerShell to ensure Linux users are not excluded from management workflows.
Create pull request