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 Linux-specific instructions or equivalents. Examples and tool mentions (e.g., Kudu console, Procdump, PowerShell) are Windows-centric, with no parallel guidance for Linux-based App Service environments.
Recommendations:
- Provide Linux-specific instructions and examples alongside Windows ones, especially for diagnostics, logging, and troubleshooting steps.
- Mention Linux equivalents for tools like Procdump (e.g., gcore, dotnet-dump) and clarify which features are available on Linux App Service plans.
- Include guidance for enabling diagnostics and collecting logs on Linux-based App Service (e.g., using XPlat diagnostics, Application Insights for Linux).
- Avoid assuming IIS or web.config is present; note differences for Linux (e.g., nginx, Apache, appsettings.json).
- When referencing PowerShell, also provide Azure CLI or Bash examples for parity.
- Clarify in each section whether the feature or tool applies to Windows, Linux, or both App Service environments.
Create pull request