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 bias by referencing Windows-specific paths (e.g., D:\home), tools, and deployment conventions throughout, without providing equivalent Linux examples. Windows containers are mentioned before Linux containers, and instructions for checking folder sizes and environment variables rely on Windows-centric site extensions and Kudu, which are more familiar to Windows users. There are no explicit Linux shell or file path examples, nor guidance for Linux-based App Service environments.
Recommendations:
- Add Linux-specific examples for file paths (e.g., /home/site/wwwroot) and environment variables.
- Include instructions for checking folder sizes and cache status using Linux shell commands (e.g., du, ls) in addition to Windows tools.
- Mention Linux containers and built-in Linux environments alongside Windows containers, and provide parity in explanations.
- Clarify which instructions apply to Windows, Linux, or both, and provide guidance for Linux users where behavior or tooling differs.
- Reference Linux-compatible site extensions or alternatives for disk usage and diagnostics.
Create pull request