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
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation generally provides parity between Linux and Windows, but there are several areas where Windows is prioritized or Linux is underrepresented. Windows examples and tools (such as Kudu, FTPS, and web.config) are sometimes mentioned first or exclusively, and some advanced troubleshooting or configuration steps are described in more detail for Windows. In a few places, Linux-specific instructions are less detailed or omitted, and Windows-centric tools or patterns (like Kudu/Process Explorer) are referenced without clear Linux alternatives.
Recommendations:
- Ensure that for every Windows example or tool mentioned (such as Kudu, FTPS, or web.config), a Linux equivalent or alternative is provided and described with equal detail.
- Avoid mentioning Windows-first patterns (such as referencing Kudu/Process Explorer for PID discovery) without immediately providing the Linux method (e.g., using SSH and ps/jcmd).
- Where possible, present Linux and Windows instructions side-by-side or in parallel tabs, rather than Windows-first.
- Expand Linux troubleshooting and configuration sections to match the depth and clarity of Windows sections (e.g., for log analysis, file download, and advanced diagnostics).
- Review references to Windows-specific files (like web.config) and clarify their (non-)applicability to Linux, offering Linux-native alternatives where appropriate.
- Audit for any missing Linux examples, especially in advanced or edge-case scenarios, and add them to ensure full parity.
Create pull request