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 or only option.
Recommendations:
- Add parallel instructions and examples for Linux-based App Service plans, including how to check installed .NET runtimes and access diagnostic tools on Linux.
- Include Linux shell (bash) commands and file paths where appropriate, alongside or in place of Windows CMD/PowerShell examples.
- Clarify which instructions apply only to Windows-based hosting and provide clear guidance for Linux-based hosting scenarios.
- Reference Linux-specific tools (such as SSH, bash, or Linux Kudu equivalents) where relevant.
- Ensure that all configuration and troubleshooting steps are covered for both Windows and Linux environments to achieve parity.
Create pull request