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 on Windows-specific deployment patterns, tools, and examples. It references Visual Studio and Windows file paths, and provides instructions for accessing .NET Framework versions using Windows-only tools (Kudu CMD/PowerShell) and directories. There are no Linux-specific examples, nor is there guidance for configuring ASP.NET apps in Linux App Service environments, despite Azure App Service supporting Linux. The documentation assumes Windows as the default platform for ASP.NET apps.
Recommendations:
- Add equivalent instructions and examples for Linux-based App Service environments, including how to check .NET runtime versions and access environment variables.
- Include Linux shell (bash) commands and file paths where appropriate, such as for listing installed .NET runtimes.
- Mention Linux deployment tools and patterns (e.g., VS Code, CLI, FTP, Git) alongside Visual Studio.
- Clarify which steps are Windows-specific and provide links or inline guidance for Linux users.
- Ensure parity in troubleshooting and diagnostics instructions for both Windows and Linux environments.
Create pull request