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), tools, and deployment conventions throughout, without providing equivalent Linux examples or clarifications. The only site extension mentioned for checking disk usage is Azure Web Apps Disk Usage, which is Windows-centric. Linux container support is only mentioned in a note as unsupported, and there are no Linux-specific instructions, examples, or file path references. The documentation assumes a Windows environment as the default context.
Recommendations:
- Include Linux file path equivalents (e.g., /home/site) alongside Windows paths (D:\home) in all relevant sections.
- Clearly indicate when instructions or features are Windows-only, and provide Linux alternatives or workarounds where possible.
- Mention and provide examples for Linux-compatible tools or commands for tasks such as checking disk usage (e.g., using du or ls commands in KuduLite).
- Add explicit instructions or notes for enabling, configuring, and troubleshooting local cache (or its alternatives) on Linux-based App Service plans.
- Ensure that all code snippets, configuration examples, and best practices are presented for both Windows and Linux environments, or clarify when a feature is not available on one platform.
Create pull request