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 configuration patterns for ASP.NET apps. All runtime version discovery commands use Windows file paths and Kudu's CMD/PowerShell consoles, with no mention of Linux equivalents. Visual Studio (a Windows-centric tool) is assumed as the primary deployment method, and there are no examples or guidance for Linux-based App Service environments or tools. Linux or cross-platform scenarios are only mentioned in passing, with no actionable instructions.
Recommendations:
- Add explicit instructions and examples for configuring ASP.NET apps on Linux-based App Service plans, including how to check installed .NET runtimes and access diagnostic tools.
- Provide Linux shell (bash) equivalents for all file system and runtime inspection commands, and clarify when a command is Windows-specific.
- Include deployment guidance using cross-platform tools (such as the .NET CLI and VS Code) alongside Visual Studio instructions.
- Clearly indicate which instructions apply to Windows, Linux, or both, and ensure Linux guidance is not relegated to footnotes or external links.
- Mention and demonstrate use of Kudu SSH/bash console for Linux App Service, not just CMD/PowerShell for Windows.
Create pull request