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), using Windows terminology and tools (such as Kudu/SCM), and omitting Linux-specific examples or guidance. While there is a brief mention of Linux containers, the main documentation, examples, and folder structures are Windows-centric, with no equivalent Linux paths, commands, or operational details provided.
Recommendations:
- Include Linux-specific examples and folder paths (e.g., /home/site/wwwroot) alongside Windows examples.
- Clarify differences in local cache behavior and configuration for Linux-based App Service plans.
- Provide parity in tooling instructions, such as how to inspect environment variables or folder structures on Linux (e.g., using SSH or Linux shell commands).
- Explicitly state when a feature or instruction is Windows-only, and offer alternatives or workarounds for Linux users.
- Reference Linux tools or commands (such as ls, du, or cat) where appropriate, and provide equivalent instructions for both platforms.
Create pull request