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
Summary:
The documentation provides both Azure CLI and Azure PowerShell instructions for deploying and managing resources, but PowerShell (a Windows-centric tool) is consistently presented alongside CLI, and sometimes before or with equal prominence. There are no explicit Linux shell (bash) examples or mentions of Linux-specific tools or workflows, and PowerShell is highlighted as a primary option, which may suggest a bias toward Windows users.
Recommendations:
- Explicitly mention that Azure CLI commands can be run on Linux, macOS, and Windows, and clarify that PowerShell is primarily for Windows users (unless using PowerShell Core).
- Add bash shell examples or clarify that the CLI examples are suitable for Linux/macOS terminals.
- Where PowerShell is presented, consider listing CLI (bash) examples first, as CLI is cross-platform.
- Include a note or section for Linux/macOS users, confirming that all steps can be performed on those platforms using Azure CLI.
- Avoid implying parity between PowerShell and CLI unless both are equally cross-platform.
Create pull request