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:
Summary:
The documentation exhibits a mild 'windows_first' bias by mentioning Windows PowerShell as the example of a local command console before any Linux or macOS alternatives. No Linux-specific shells or tools are referenced, and there are no explicit Linux/macOS command-line environment examples or notes, even though the Azure CLI is cross-platform. However, all command examples themselves are OS-agnostic Azure CLI commands.
Recommendations:
- When referring to local command consoles, mention Linux (e.g., Bash) and macOS (e.g., Terminal) alongside Windows PowerShell, or use neutral phrasing such as 'open a command-line terminal (such as Windows PowerShell, macOS Terminal, or Linux Bash)'.
- Add a note clarifying that all Azure CLI commands work identically on Windows, Linux, and macOS.
- Where appropriate, include screenshots or terminal output from non-Windows environments to reinforce cross-platform parity.
- Ensure that any references to shell-specific behavior (such as quoting or environment variables) include Linux/macOS considerations if relevant.
Create pull request