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 demonstrates a Windows-centric bias by emphasizing Windows-specific tools (IIS, Procdump, PowerShell), referencing Windows-only features (such as .NET Profiler for Windows), and omitting Linux-specific troubleshooting steps or examples. The Kudu console section highlights PowerShell and DOS commands, with no mention of Bash or Linux shell. There are no Linux-specific diagnostic or logging instructions, and the documentation links to Windows-focused resources.
Recommendations:
- Include equivalent Linux troubleshooting steps and examples, such as using Bash in Kudu, Linux-specific diagnostic tools, and log file locations.
- When mentioning PowerShell or DOS commands, also provide Bash or shell command equivalents for Linux-based App Service environments.
- Reference both Windows and Linux in tool descriptions and links (e.g., Application Insights Profiler availability and setup for Linux).
- Add guidance for enabling and accessing logs and diagnostics on Linux App Service plans, including differences in log formats and locations.
- Ensure that external links and references (such as to Procdump or IIS features) are balanced with Linux alternatives or clearly indicate platform applicability.
Create pull request