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
⚠️
missing_linux_example
Summary:
The documentation consistently refers to 'command prompt' and uses Windows-centric terminology and patterns (e.g., 'cmd' code blocks, references to 'command prompt', and instructions like 'code .'), without mentioning or providing equivalent instructions for Linux or macOS users. There are no bash/zsh examples, and no mention of terminal or shell alternatives. This may confuse or exclude non-Windows users.
Recommendations:
- Use neutral terms like 'terminal' or 'shell' instead of 'command prompt', and clarify that instructions apply to Windows, Linux, and macOS.
- Provide both Windows (cmd/PowerShell) and Linux/macOS (bash/zsh) command examples, using appropriate code block annotations (e.g., 'cmd', 'bash').
- Mention that .NET CLI commands work cross-platform, and specify any OS-specific differences if relevant.
- Include notes or callouts for any steps that differ on Linux/macOS (e.g., launching VS Code, environment variable management).
- Review and update screenshots, output, and instructions to ensure they are not Windows-specific unless necessary.
Create pull request