Bias Analysis
Detected 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 in Azure App Service. All examples and instructions assume a Windows environment (e.g., Kudu CMD/PowerShell, Windows file paths, Visual Studio tooling), with no equivalent Linux-based guidance or examples. Linux scenarios are only mentioned in passing, without actionable steps or parity in documentation.
Recommendations
- Add equivalent Linux-based instructions and examples for each configuration task, especially for scenarios where ASP.NET apps are hosted on Linux App Service plans or custom Linux containers.
- Provide Linux shell (bash) commands and file paths alongside Windows CMD/PowerShell examples, particularly for tasks like inspecting installed runtimes or accessing diagnostic logs.
- Include guidance for deploying and configuring ASP.NET apps using cross-platform tools (e.g., dotnet CLI, VS Code) in addition to Visual Studio.
- Clarify which instructions apply only to Windows App Service plans and provide clear, parallel sections for Linux where applicable.
- Reference Linux-specific troubleshooting and diagnostic tools (e.g., Kudu Bash, Linux logs location) where relevant.
Create Pull Request