Detected Bias Types
â ī¸
windows_first
â ī¸
windows_tools
â ī¸
powershell_heavy
Summary
The documentation page covers environment variables and app settings for Azure App Service, supporting both Windows and Linux. However, there is a notable Windows bias: Windows-specific paths (e.g., 'D:\home'), tools (e.g., msbuild, Web Deploy/MSDeploy), and IIS-related settings are often mentioned first or exclusively. Windows terminology and examples (such as `%HOME%` and `.dll` extensions) appear before or instead of Linux equivalents. While Linux-specific variables and sections exist (e.g., Oryx build automation, Linux container settings), Windows settings and tools are more prominently described, and Linux examples are sometimes missing or less detailed.
Recommendations
- Ensure Linux paths and equivalents are mentioned alongside Windows paths in all examples and tables.
- Provide Linux-specific examples and explanations where Windows tools (e.g., msbuild, Web Deploy) are referenced.
- Balance the order of presentation so Linux and Windows are treated equally (e.g., list both '/home' and 'D:\home' for HOME variable).
- Expand Linux build automation (Oryx) documentation to match the detail given for Windows (Kudu).
- Clarify which settings are Windows-only and which are cross-platform, ideally with clear labels or pivots.