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 mild Windows bias by listing Windows-specific terminals (PowerShell, Windows Terminal, Command Prompt) first and explicitly, while only mentioning 'or equivalent' for non-Windows environments. There are no explicit Linux/macOS terminal or tool references, and no Linux/macOS-specific instructions or examples are provided. However, the actual commands (git, npm, az CLI) are cross-platform.
Recommendations:
- Explicitly mention Linux and macOS terminals (e.g., 'Terminal on macOS or Linux') alongside Windows terminals.
- Provide example commands or screenshots from Linux/macOS environments where appropriate.
- Clarify that all CLI commands work cross-platform and provide any OS-specific notes if needed (e.g., path separators, file editing instructions).
- Avoid using Windows-specific terminology like 'PowerShell' or 'Command Prompt' exclusively; use more inclusive phrasing such as 'Open a terminal (e.g., PowerShell, Command Prompt, Terminal on macOS/Linux)'.
Create pull request