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-specific paths (e.g., D:\home), tools, and deployment patterns throughout. There are no Linux-specific examples or equivalent Linux paths provided. The only mention of Linux is in the context of unsupported scenarios, and all operational instructions and folder structures are described using Windows conventions. Additionally, tools like Kudu are referenced without mention of KuduLite or Linux alternatives, and the only tool suggested for disk usage is a Windows-centric site extension.
Recommendations:
- Include Linux-specific examples and folder paths (e.g., /home/site) alongside Windows paths.
- Clarify how local cache works (or does not) on Linux-based App Service plans, and provide parity in operational instructions where possible.
- Reference KuduLite and provide instructions or links relevant to Linux App Service environments.
- When mentioning tools like 'Azure Web Apps Disk Usage', specify if they are available and how to use them on Linux App Service.
- Add a section or callouts for Linux users, even if only to clarify limitations and suggest alternatives (such as App Cache for containers and Linux).
Create pull request