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 command examples (e.g., 'cmd' code blocks, references to 'command prompt'), without providing equivalent instructions or terminal commands for Linux or macOS users. There are no bash/zsh shell examples, and no mention of Linux-specific considerations, despite .NET Core and Visual Studio Code being cross-platform.
Recommendations:
- Include Linux/macOS terminal instructions alongside Windows examples, using 'bash' code blocks where appropriate.
- Refer to the terminal generically (e.g., 'open a terminal or command prompt') rather than only 'command prompt'.
- Show both Windows and Linux/macOS commands for common tasks (e.g., directory creation, running dotnet commands, opening VS Code).
- Explicitly state that the instructions apply to all supported platforms, and highlight any OS-specific differences if they exist.
- Consider adding a platform selector or tabs for Windows, Linux, and macOS instructions where commands or steps differ.
Create pull request