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 on Windows-based deployment and configuration patterns for ASP.NET apps. Examples and instructions reference Windows tools (Visual Studio, Kudu CMD/PowerShell, Windows file paths), and there is a lack of equivalent Linux examples or guidance for ASP.NET apps running on Linux App Service. The documentation assumes a Windows environment for most configuration tasks and does not provide parity for Linux users.
Recommendations:
- Add explicit instructions and examples for configuring ASP.NET apps on Linux App Service, including how to check .NET Framework versions and access environment variables.
- Provide Linux shell (bash) equivalents for commands currently shown only in CMD/PowerShell.
- Mention Linux-specific deployment tools and patterns, such as using VS Code, FTP/SFTP, or Linux-based build pipelines.
- Clarify which steps are Windows-specific and offer alternative steps for Linux environments where applicable.
- Include screenshots or navigation steps for Linux-based Kudu/SSH consoles if available.
Create pull request