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 demonstrates a Windows bias by referencing Windows-style paths (e.g., D:\home), describing folder structures and behaviors using Windows conventions, and mentioning Windows-specific tools and deployment patterns (such as Kudu/SCM and Azure Web Apps Disk Usage) without providing equivalent Linux examples or clarifying differences for Linux-based App Service plans. There are no Linux command-line examples or explicit guidance for Linux users, and Linux container support is only mentioned in a note about lack of support, not in positive examples.
Recommendations:
- Include parallel Linux examples and path conventions (e.g., /home/site/wwwroot) alongside Windows paths.
- Clarify differences in local cache behavior for Linux-based App Service plans and provide explicit guidance for Linux users.
- Mention and provide examples of Linux-compatible tools or commands for checking disk usage and environment variables.
- Where features are unsupported on Linux, offer alternative recommendations or workarounds for Linux users.
- Ensure that all code snippets, folder references, and troubleshooting steps are presented for both Windows and Linux environments.
Create pull request