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 strong Windows bias. It assumes the use of Windows-based App Service instances, referencing Windows file paths, tools (CMD, PowerShell, Kudu), and Visual Studio workflows exclusively. There are no Linux-specific instructions, examples, or mentions of Linux-based App Service environments for ASP.NET (non-Core) apps. Linux equivalents for listing .NET Framework versions, accessing diagnostic tools, or configuring the environment are missing.
Recommendations:
- Add explicit notes clarifying whether instructions apply to Windows, Linux, or both App Service environments.
- Provide Linux-specific instructions or clearly state if certain features (e.g., .NET Framework, not .NET Core) are only available on Windows App Service.
- Include examples using Linux tools (e.g., Bash, SSH, Linux file paths) where applicable, or explain the lack of support.
- Mention and link to documentation for running ASP.NET apps in Linux containers, if that's the only Linux option.
- Balance the order of presentation: if both Windows and Linux are supported, present them side-by-side or alternate which comes first.
- Clarify that Visual Studio and Kudu are Windows-centric tools, and suggest alternatives for Linux-based workflows (e.g., VS Code, Azure CLI, FTP/SSH).
Create pull request