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. All runtime version discovery examples use Windows file paths and Kudu's CMD/PowerShell consoles, with no mention of Linux-based App Service environments or their equivalents. There are no Linux-specific instructions or examples, and Windows tools and patterns (such as Visual Studio and web.config) are referenced throughout without Linux parity.
Recommendations:
- Add equivalent instructions and examples for Linux-based App Service environments, such as using SSH or Bash in Kudu for Linux.
- Include Linux file paths and commands for checking installed .NET runtimes in Linux containers or App Service on Linux.
- Clarify which instructions apply only to Windows App Service plans and provide parallel guidance for Linux plans.
- Mention and provide examples for deploying and configuring ASP.NET apps using cross-platform tools (e.g., dotnet CLI) where possible.
- Reference Linux-specific configuration files or patterns (e.g., appsettings.json for ASP.NET Core on Linux) where appropriate.
Create pull request