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
⚠️
windows_tools
Summary:
The documentation page demonstrates a bias toward Windows by primarily referencing Windows development tools and workflows (e.g., Visual Studio, right-click actions), and omitting explicit Linux or cross-platform instructions. Package installation is described first via Visual Studio (a Windows-centric tool), with CLI instructions only linked and not shown inline. There are no Linux-specific or cross-platform development environment examples, and no mention of Linux file managers or editors. The guidance assumes a GUI-based workflow typical of Windows, with no parity for Linux users.
Recommendations:
- Provide explicit CLI-based instructions for all steps, including file creation and editing, to support Linux and cross-platform users.
- Include examples using cross-platform editors (e.g., VS Code, nano, vim) and file system navigation commands (e.g., mkdir, touch, cp).
- Present package installation instructions for both Visual Studio (Windows) and dotnet CLI (cross-platform) side-by-side, not just as links.
- Avoid instructions that assume a GUI (e.g., 'right-click'), or supplement them with equivalent terminal commands.
- Add a section or callouts for Linux/macOS users, highlighting any differences or additional steps required.
- Ensure screenshots (if any) and terminology are inclusive of both Windows and Linux environments.
Create pull request