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
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by providing command-line examples exclusively in Azure PowerShell, referencing PowerShell installation, and omitting equivalent Azure CLI (cross-platform) or Bash examples. The instructions for scripting and automation are tailored to Windows users, with no mention of Linux or macOS workflows. Windows tooling and terminology are prioritized, and Linux users are not given parity in guidance.
Recommendations:
- Add Azure CLI examples alongside all PowerShell examples, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Explicitly mention that both Azure PowerShell and Azure CLI can be used, and provide links to both sets of documentation.
- Where possible, provide Bash shell script snippets for automation tasks, or clarify that the steps are not OS-specific.
- In sections that reference installing PowerShell, also reference installing Azure CLI and provide platform-agnostic instructions.
- Review and update terminology to avoid implying that PowerShell is the default or only scripting environment.
- Ensure screenshots and UI instructions are not specific to Windows unless unavoidable, and clarify when steps are identical across platforms.
Create pull request