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 page demonstrates a Windows bias by listing Windows file types and tools (cmd, bat, exe, PowerShell) first and in greater detail, while Linux support is described more generically and with fewer examples. Windows-specific tools and patterns are mentioned explicitly, whereas Linux examples are minimal and lack parity in detail.
Recommendations:
- Provide equally detailed lists of supported file types for Linux, including examples for Bash (*.sh*), Python (*.py*), Node.js (*.js*), Java (*.jar*, *.war*), and other common Linux scripting/programming languages.
- Include Linux-specific tools or patterns where relevant, such as mentioning shell scripts, Python, Perl, or Ruby scripts.
- Ensure that for every Windows example (e.g., PowerShell, cmd), there is a Linux equivalent (e.g., Bash, Python) with comparable detail.
- Avoid listing Windows file types and tools first by default; consider presenting both platforms in parallel or in alphabetical order.
- Clarify that runtimes for Linux file types are also pre-installed or specify any requirements, matching the detail given for Windows.
Create pull request