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:
⚠️
windows_first
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by referencing Windows-specific paths (e.g., D:\home), using Windows-centric terminology and folder structures, and mentioning Windows containers before Linux containers. There are no Linux-specific examples, commands, or equivalent Linux filesystem paths provided. The only tool mentioned for disk usage is Azure Web Apps Disk Usage, with no mention of Linux alternatives. The documentation does not provide parity for Linux users in terms of examples, troubleshooting, or operational details.
Recommendations:
- Include Linux-specific examples, such as Linux filesystem paths (/home/site, /home/LogFiles, etc.) and how local cache works on Linux-based App Service plans.
- Mention Linux tools or commands for checking disk usage (e.g., du, df) alongside Azure Web Apps Disk Usage.
- Clarify differences in behavior and support for local cache between Windows and Linux App Service environments, including any limitations or alternative features.
- Provide troubleshooting steps and environment variable inspection methods for Linux environments (e.g., using SSH, Bash commands).
- Ensure that references to containers mention Linux and Windows equivalently, and provide links or instructions for both.
Create pull request