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
⚠️
missing_linux_example
⚠️
windows_tools
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 omitting Linux-specific examples or equivalents. Tools and instructions (such as Kudu/SCM) are described in a way that assumes a Windows environment, and there is no mention of how to perform similar operations on Linux-based App Service plans. Linux and container scenarios are only mentioned in passing, mainly to state that the feature is not supported, without providing guidance or alternatives for Linux users.
Recommendations:
- Provide equivalent Linux path examples (e.g., /home/site) alongside Windows paths.
- Include instructions and screenshots for enabling and managing local cache on Linux-based App Service plans, or explicitly clarify feature parity and alternatives.
- Mention Linux-compatible tools or commands (such as Bash, Azure CLI on Linux) where relevant.
- Clarify differences in folder structure and environment variables for Linux App Service environments.
- If the feature is unsupported on Linux, offer guidance or links to alternative caching strategies or features for Linux/container users.
Create pull request