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
⚠️
missing_linux_example
Summary:
The documentation provides a file path example using a Windows path (C:\home\site\wwwroot) first, and only later mentions the Linux equivalent, without providing a Linux-specific example in the main steps. The note about Linux support is secondary and less detailed, and there are no Linux/POSIX shell or tooling examples.
Recommendations:
- Provide Linux file path examples alongside or before Windows examples in all instructions.
- Explicitly show both Windows and Linux file paths in step-by-step instructions, not just in notes.
- Clarify any platform-specific behaviors or limitations in the main instructional flow, not only in notes.
- Include Linux/POSIX shell commands or references where relevant, ensuring parity with any Windows-specific instructions.
- Consider using platform-agnostic language (e.g., 'the root of your project (deployed to C:\home\site\wwwroot on Windows or /home/site/wwwroot on Linux)') throughout the documentation.
Create pull request