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 page exhibits a mild Windows bias. While it covers both Windows and Linux scenarios, Windows-specific tools, settings, and examples are often mentioned first or in more detail. Some deployment and configuration instructions are Windows-centric, and Linux equivalents are sometimes less prominent or missing. PowerShell is referenced as an option, but Linux shell examples are less emphasized. In performance and deployment sections, Windows commands and settings are presented before Linux, and ReadyToRun instructions focus on Windows before Linux. Some CLI commands and explanations are tailored to Windows users, with Linux guidance added as an afterthought or in a separate tab.
Recommendations:
- Ensure that all command-line examples (e.g., Azure CLI, dotnet publish) are shown for both Windows and Linux, with equal prominence.
- When listing tools or methods (e.g., Visual Studio, Visual Studio Code, Azure CLI, PowerShell), avoid listing Windows-specific tools first by default; alternate order or group by platform.
- Provide Linux shell (bash) equivalents for any PowerShell or Windows Command Prompt examples.
- In sections like ReadyToRun and deployment, present Linux and Windows instructions side-by-side or in parallel tabs, not with Windows first.
- Where platform-specific settings are required (e.g., netFrameworkVersion vs. linuxFxVersion), make sure both are described with equal detail and visibility.
- Explicitly mention any differences or limitations for Linux users up front, not only in footnotes or after Windows instructions.
- Review all code snippets and ensure none assume a Windows file system or path structure unless platform-specific.
Create pull request