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 instructions. Tools and folder structures are described only in the context of Windows, and there is no guidance for Linux-based App Service environments. The only mention of Linux is to state that the feature is unsupported for Linux containers, without further Linux-specific context or alternatives.
Recommendations:
- Provide equivalent Linux path examples (e.g., /home/site) alongside Windows paths.
- Include instructions or notes for Linux-based App Service environments, even if only to clarify differences or limitations.
- Mention and describe Linux tools or commands where applicable, such as how to check folder sizes or environment variables in Linux environments.
- Clarify which features or settings apply to Windows, Linux, or both, and provide parity in documentation structure.
- If a feature is unsupported on Linux, offer links or references to Linux alternatives (such as App Cache) and describe how to use them.
Create pull request