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-style paths (e.g., D:\home), using Windows-centric terminology and tools (such as Kudu/SCM), and omitting Linux-specific examples or guidance. While there is a note mentioning that the feature is not supported in Linux containers and a link to an alternative (App Cache), the main documentation and all examples are presented from a Windows perspective, with no parity for Linux App Service environments.
Recommendations:
- Include equivalent Linux file paths and behaviors (e.g., /home/site) alongside Windows paths in all relevant sections.
- Provide explicit examples and instructions for enabling and managing local cache (or its alternatives) on Linux-based App Service plans.
- Clarify which features, settings, and tools are available or behave differently on Linux App Service, and provide links to Linux-specific documentation where appropriate.
- Where features are not supported on Linux, offer clear guidance and migration paths (such as using App Cache), including usage examples.
- Ensure that any references to tools (e.g., Kudu/SCM) mention their Linux equivalents (e.g., KuduLite) and note any differences in usage or availability.
Create pull request