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
⚠️
windows_tools
Summary:
The documentation lists Windows file types and tools (cmd, bat, exe, PowerShell) in detail and first, while Linux support is described more generically and with fewer examples. Windows-specific tools and patterns are named explicitly, whereas Linux examples are minimal and lack parity in detail.
Recommendations:
- Provide a more comprehensive list of supported file types for Linux, similar to the Windows section (e.g., include *.py*, *.pl*, *.php*, *.rb*, etc. if supported).
- List Linux examples with the same level of detail as Windows, including explicit mentions of runtimes and file types.
- Avoid listing Windows tools and patterns (cmd, PowerShell) before Linux equivalents; consider parallel structure or a neutral order.
- Include example scenarios for Linux containers similar to those given for Windows containers (e.g., mention Java, .jar, .war, etc. if supported).
- Clarify if runtimes for Linux file types are pre-installed, as is stated for Windows.
Create pull request