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 Windows bias by focusing exclusively on Windows-based deployment and configuration patterns for ASP.NET apps. Examples and instructions reference Windows tools (such as Visual Studio, Kudu, CMD, and PowerShell) and Windows file paths, with no equivalent Linux or cross-platform guidance. There are no Linux-specific examples or mentions of how these tasks would differ or be accomplished on Linux-based App Service plans.
Recommendations:
- Add explicit guidance and examples for configuring and deploying ASP.NET apps on Linux-based App Service plans, including relevant command-line examples and file paths.
- When showing how to inspect .NET Framework versions, include Linux equivalents or clarify that these steps are Windows-only, and provide Linux alternatives if available.
- Balance references to Windows tools (Visual Studio, Kudu, CMD, PowerShell) with Linux-friendly alternatives (such as VS Code, Bash, SSH, or Linux-based Kudu/console).
- Clearly indicate when a step or feature is only available on Windows App Service, and provide links or notes for Linux users.
- Consider reordering or parallelizing instructions so that Linux and Windows approaches are presented side-by-side, rather than Windows-first or Windows-only.
Create pull request