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 bias by referencing Windows-style paths (e.g., D:\home), focusing on Windows-specific deployment patterns, and mentioning tools and behaviors (such as Kudu/SCM and Azure Web Apps Disk Usage) that are primarily associated with Windows App Service environments. There are no Linux-specific examples or equivalent Linux paths, and Linux/container scenarios are only mentioned to state that the feature is unsupported, without offering Linux alternatives or guidance.
Recommendations:
- Include Linux-specific examples and equivalent Linux filesystem paths (e.g., /home/site) where relevant.
- Clarify which features and instructions apply to Windows, Linux, or both, and provide parallel guidance for Linux App Service where possible.
- Mention Linux-compatible tools or commands (such as using SSH or Linux-native utilities to check disk usage) alongside Windows tools.
- If a feature is unsupported on Linux, provide links or references to alternative solutions (such as App Cache) and include basic usage instructions.
- Ensure that terminology and examples are inclusive of both platforms, or clearly indicate when content is Windows-only.
Create pull request