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 exhibits a Windows bias by focusing exclusively on Windows-based deployment and configuration patterns for ASP.NET apps. All runtime version examples reference Windows file paths and tools (CMD, PowerShell, Kudu), with no mention of Linux equivalents or how to perform similar tasks on Linux-based App Service plans. There are no Linux-specific instructions or examples, and Windows tools and patterns are presented as the default or only option.
Recommendations:
- Add equivalent instructions and examples for Linux-based App Service plans, including how to check .NET runtime versions and access diagnostic tools on Linux.
- Provide Linux shell (bash) commands alongside CMD/PowerShell examples, and clarify when a command or tool is Windows-specific.
- Mention and link to documentation for configuring ASP.NET apps on Linux App Service, including differences in environment variable access, file paths, and diagnostic tooling.
- Clearly indicate when a section applies only to Windows and provide parity for Linux scenarios to ensure cross-platform inclusivity.
Create pull request