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 management patterns for ASP.NET apps. All runtime version discovery and management instructions reference Windows file paths, tools (Kudu, CMD, PowerShell), and Visual Studio workflows, with no mention of Linux App Service environments or equivalent Linux tooling. There are no Linux-specific examples or parity notes for users deploying to Linux App Service.
Recommendations:
- Add parallel instructions and examples for Linux App Service environments, including how to check installed .NET runtimes and access diagnostic tools on Linux.
- Include Linux shell (bash) commands and file paths where appropriate, or explicitly state when a feature is Windows-only.
- Reference Linux-compatible deployment tools (such as Azure CLI, FTP, or Git) and clarify any differences in workflow for Linux-hosted ASP.NET apps.
- Provide guidance on accessing environment variables and logs in Linux containers or App Service on Linux.
- Clearly label sections as Windows-specific when Linux alternatives are not available, and link to Linux documentation where possible.
Create pull request