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 exhibits a Windows-first bias. File paths and folder structures are consistently described using Windows conventions (e.g., D:\home), with no mention of Linux equivalents. Tools and features such as Kudu (SCM) are referenced without clarifying their availability or differences on Linux App Service. There are no Linux-specific examples or instructions, and the only mention of Linux is to state that the local cache feature is not supported for Linux containers, with no further guidance for Linux-based App Service users.
Recommendations:
- Include Linux-specific file paths and folder structure examples (e.g., /home/site/wwwroot) alongside Windows paths.
- Clarify which features and tools (such as Kudu/SCM) are available or behave differently on Linux App Service.
- Provide equivalent instructions and examples for configuring local cache or its alternatives on Linux-based App Service plans.
- Explicitly state the differences in feature support and behavior between Windows and Linux App Service, and link to Linux-relevant documentation where appropriate.
- Where features are unsupported on Linux, offer guidance or alternatives (such as App Cache) with clear instructions for Linux users.
Create pull request