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 demonstrates a Windows-first bias by consistently mentioning Windows shells (PowerShell, Windows Terminal, Command Prompt) before any Linux or cross-platform equivalents. Instructions for running commands specifically reference PowerShell and do not mention Linux or macOS terminals. There are no explicit Linux/macOS command-line examples or tool references, though the commands themselves are cross-platform.
Recommendations:
- Explicitly mention Linux/macOS terminals (e.g., 'Terminal', 'bash', 'zsh') alongside Windows shells in setup and run instructions.
- Add a note clarifying that all command-line instructions work on Linux/macOS as well as Windows.
- Provide Linux/macOS-specific examples or screenshots where appropriate, especially for shell commands and environment setup.
- Avoid listing Windows shells first; use neutral language such as 'Open a terminal (PowerShell, Command Prompt, or Terminal on Linux/macOS)'.
Create pull request