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
⚠️
windows_tools
⚠️
missing_linux_example
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 steps use Windows file paths and tools (Kudu, CMD, PowerShell), with no mention of Linux equivalents. There are no examples or instructions for configuring or troubleshooting ASP.NET apps running on Linux App Service plans, nor any Linux shell or file system references.
Recommendations:
- Add parallel instructions and examples for ASP.NET apps running on Linux App Service plans, including how to check installed .NET runtimes and access environment variables.
- Provide Linux shell (bash) commands for listing available .NET runtimes and SDKs in Linux containers or App Service for Linux.
- Mention and demonstrate how to use Kudu SSH or App Service SSH console for Linux-based apps.
- Clarify which instructions apply only to Windows App Service and provide links or sections for Linux-specific guidance.
- Include troubleshooting and diagnostic log access steps for Linux-based ASP.NET apps, referencing Linux file paths and tools.
Create pull request