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 generally uses cross-platform tools (Git, Node.js, Azure CLI) and generic shell commands, but in Step 6 it explicitly lists 'Windows Command Prompt, PowerShell, or other command shell' as options for running Azure CLI, mentioning Windows shells first and not providing Linux/macOS-specific terminal guidance or examples. No Linux- or macOS-specific instructions or screenshots are provided, and the phrase order subtly prioritizes Windows environments.
Recommendations:
- When referencing command shells, list platforms in a neutral or rotating order, e.g., 'Open a terminal (such as Windows Command Prompt, PowerShell, macOS Terminal, or Linux shell)'.
- Explicitly state that all commands work on Windows, Linux, and macOS, and provide platform-agnostic instructions.
- Where relevant, add notes or examples for Linux/macOS users (e.g., how to open a terminal, or differences in environment variable syntax).
- Consider including screenshots or terminal prompts from multiple platforms to reinforce cross-platform support.
- Avoid phrases that implicitly prioritize Windows (such as always listing Windows shells first).
Create pull request