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:
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by focusing on Windows-specific tools (IIS, Procdump, PowerShell), referencing Windows terminology (web.config, .NET Profiler for Windows), and omitting equivalent Linux guidance or examples. Linux-specific diagnostic methods, tools, and code samples are not provided, and Windows approaches are often mentioned first or exclusively.
Recommendations:
- Provide Linux-specific instructions and examples alongside Windows ones, especially for diagnostics, logging, and profiling.
- Mention Linux equivalents for tools such as IIS diagnostics (e.g., Nginx/Apache logs), Procdump (e.g., gcore, dotnet-dump), and PowerShell (e.g., Bash/CLI commands).
- Clarify which features or instructions are Windows-only and offer alternative steps for Linux-based App Service environments.
- Include code/configuration samples for both Windows (.NET/web.config) and Linux (Node.js, Python, etc.) stacks.
- Update references and links to include Linux-focused documentation where available.
Create pull request