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-centric bias by referencing Windows file paths (e.g., D:\home), using Windows terminology and tools (such as Kudu/SCM), and omitting Linux-specific examples or equivalents. The documentation describes behaviors and settings primarily in the context of Windows-based App Service environments, with only brief mentions of Linux or containerized scenarios, and does not provide Linux command-line examples or clarify differences for Linux users.
Recommendations:
- Provide parallel Linux examples and file paths (e.g., /home/site) alongside Windows paths.
- Explicitly describe how local cache works (or does not work) on Linux-based App Service plans, including any differences in behavior, paths, or configuration.
- Include Linux command-line examples (e.g., using Bash) for checking folder sizes or environment variables, not just references to Windows tools or extensions.
- Clarify the availability and configuration of local cache or its alternatives (such as App Cache) for Linux and containerized environments, with links to relevant documentation.
- Where features are not supported on Linux, provide clear guidance and alternatives for Linux users.
Create pull request