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-first bias by exclusively referencing Windows-style paths (e.g., D:\home), using Windows-centric terminology, and omitting Linux-specific examples or equivalents. Tools and folder structures are described only in the context of Windows environments, and there is no guidance for Linux-based App Service plans. The only mention of Linux is to state that the feature is unsupported for Linux containers, but there are no examples or instructions for Linux App Service environments.
Recommendations:
- Provide parallel examples and explanations for Linux-based App Service plans, including Linux file paths and environment variables.
- Clarify which features and instructions apply to Windows, Linux, or both, ideally with clear sections or callouts.
- Include Linux-native tools or commands (e.g., using du or ls to check folder sizes) alongside Windows tools.
- Mention and link to documentation for Linux equivalents or alternatives (such as App Cache for Linux) more prominently.
- Avoid using only Windows paths (D:\home, D:\local) and instead provide Linux path equivalents (e.g., /home/site, /home/LogFiles) where appropriate.
Create pull request