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
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a bias towards Windows by referencing PowerShell and DOS commands as the primary means of interacting with the Kudu debug console, and by mentioning the use of Windows-specific tools like ProcDump. There are no examples or mentions of Linux shell commands or Linux-native troubleshooting tools, despite Azure App Service supporting Linux-based apps.
Recommendations:
- Include examples of using Bash or Linux shell commands in the Kudu debug console, alongside PowerShell and DOS commands.
- Mention Linux-compatible alternatives to ProcDump for memory dumps, or clarify if ProcDump is available in Linux containers.
- Provide parity in troubleshooting steps and tool recommendations for both Windows and Linux-based App Service environments.
- Explicitly state when a tool or command is Windows-only, and provide equivalent instructions for Linux users.
Create pull request