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 examples reference Windows file paths and tools (CMD, PowerShell, Kudu), with no mention of Linux equivalents or how to perform these tasks on Linux-based App Service plans. There are no Linux-specific instructions or examples, and Windows tools and patterns are presented as the default.
Recommendations:
- Add equivalent instructions and examples for Linux-based App Service plans, including how to check available .NET runtimes and access diagnostic tools.
- Include Linux shell (bash) commands and file paths where appropriate, especially for runtime version discovery and environment variable access.
- Clarify when instructions are Windows-specific and provide parallel Linux guidance, or explicitly state if a feature is not available on Linux.
- Mention Linux deployment tools and patterns (e.g., SSH, bash, Linux containers) alongside Windows tools like Kudu and PowerShell.
- Provide links to Linux-specific documentation or troubleshooting guides for ASP.NET apps on Azure App Service (Linux).
Create pull request