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
⚠️
powershell_heavy
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 file system examples use Windows paths and tools (CMD, PowerShell, Kudu), 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 are Linux-specific tools or file paths referenced.
Recommendations:
- Add parallel instructions and examples for ASP.NET apps running on Linux App Service plans, including how to check and set runtime versions, and where to find relevant files.
- Include Linux shell (bash) commands and file paths alongside Windows CMD/PowerShell examples, especially for tasks like listing installed runtimes or accessing logs.
- Mention and link to Linux-specific management tools or interfaces (e.g., SSH, Kudu for Linux, or App Service SSH console) where appropriate.
- Clearly indicate which instructions are Windows-specific and provide equivalent guidance for Linux environments.
- Ensure that references to deployment tools (such as Visual Studio) are balanced with cross-platform alternatives (such as Azure CLI, GitHub Actions, or VS Code).
Create pull request