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 exhibits a Windows-centric bias in several areas. Diagnostic and troubleshooting tools such as Kudu and Procdump are described with a focus on Windows environments, and PowerShell/DOS commands are mentioned as the default for the debug console. Application Insights Profiler is linked specifically to Windows instructions. There are no explicit Linux or cross-platform examples, and Linux-native tools or workflows are not discussed. Azure PowerShell is recommended for app management without mention of Azure CLI or Linux shell equivalents.
Recommendations:
- Add equivalent Linux examples and instructions throughout, especially for diagnostic and troubleshooting steps.
- Mention and provide examples for using Azure CLI and Bash shell alongside or instead of Azure PowerShell.
- Clarify which features/tools are available on both Windows and Linux App Service plans, and note any differences.
- Include Linux-native tools (e.g., strace, lsof, top) for troubleshooting and explain how to access them in App Service for Linux.
- Update links and references to include both Windows and Linux documentation where available.
- In sections mentioning Kudu, clarify the differences in available commands and features between Windows and Linux App Service environments.
Create pull request