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 demonstrates a Windows-first bias by referencing Windows-style paths (e.g., D:\home), using Windows terminology and folder structures throughout, and mentioning Windows containers before Linux containers. There are no Linux-specific examples or equivalent Linux path references, and tools or instructions that would be familiar to Linux users are absent. The only tool mentioned for checking disk usage is a GUI site extension, with no mention of command-line alternatives suitable for Linux users.
Recommendations:
- Include Linux path equivalents (e.g., /home/site) alongside Windows paths in all examples and explanations.
- When discussing containers, mention Linux containers first or provide parallel instructions/examples for both Windows and Linux containers.
- Provide Linux-friendly methods for checking folder sizes (e.g., using du in Kudu SSH/console) in addition to the Azure Web Apps Disk Usage extension.
- Clarify any differences in local cache behavior or configuration for Linux-based App Service plans.
- Ensure that all code snippets, environment variable checks, and troubleshooting steps are applicable to both Windows and Linux environments, or clearly indicate platform-specific differences.
Create pull request