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
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation demonstrates a mild Windows bias. Windows-specific tools and configuration steps are often mentioned before their Linux equivalents, and some examples or instructions are provided only for Windows or with Windows-centric language. There are also cases where Linux-specific guidance is less detailed or omitted, and Windows tools (such as Visual Studio and PowerShell) are highlighted more prominently than Linux alternatives.
Recommendations:
- Ensure all CLI and configuration examples are provided for both Windows and Linux, ideally side-by-side or with clear tabs.
- When listing tools or instructions (e.g., Visual Studio, Visual Studio Code, Azure CLI, Azure PowerShell), present Linux-friendly options (such as Azure CLI and VS Code) before or alongside Windows-centric tools.
- Avoid language that assumes Windows as the default; explicitly mention Linux where applicable.
- For deployment and debugging sections, provide equivalent Linux workflows and commands, not just Windows/PowerShell or Visual Studio instructions.
- Where ReadyToRun or runtime identifier tables are shown, ensure Linux is given equal prominence and detail as Windows.
- For any references to file paths, environment variables, or shell commands, include both Windows and Linux syntax.
- Add more Linux-specific troubleshooting and best practices, especially for local development and deployment.
Create pull request