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 exclusively referencing Windows-based tools and workflows (such as Visual Studio, Kudu, CMD/PowerShell, and Windows file paths) when discussing configuration and diagnostics for ASP.NET apps on Azure App Service. There are no Linux-specific instructions or examples, and the documentation assumes the use of Windows environments throughout.
Recommendations:
- Add equivalent Linux-based instructions and examples for each configuration task, such as using Bash or SSH in Kudu for Linux-based App Service plans.
- Include file paths and commands relevant to Linux containers or App Service on Linux (e.g., /home/site/wwwroot).
- Mention and provide examples for deploying and configuring ASP.NET apps on App Service for Linux, not just Windows.
- Clarify when instructions are Windows-specific and provide parallel guidance for Linux scenarios.
- Reference cross-platform tools (such as VS Code, Azure CLI, or GitHub Actions) alongside or instead of Windows-only tools like Visual Studio.
Create pull request