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 (Kudu, CMD, PowerShell), 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 are presented as the default or only option.
Recommendations:
- Add parallel instructions and examples for configuring ASP.NET apps on Linux-based App Service plans, including how to check .NET runtime versions and access diagnostic tools.
- Include Linux shell (bash) commands and file paths where appropriate, especially for sections showing how to enumerate installed runtimes or access environment variables.
- Mention and link to Linux-specific tools (such as SSH, bash, or Linux Kudu equivalents) alongside Windows tools like CMD and PowerShell.
- Clarify in each section whether the instructions apply only to Windows App Service plans, and provide Linux alternatives if available.
- Consider a table or side-by-side comparison for common tasks (e.g., setting environment variables, accessing logs) on both Windows and Linux App Service environments.
Create pull request