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
Summary:
The documentation lists Windows hosting options and file/script types before their Linux equivalents, and Windows-specific tools and script types (.exe, .cmd, .bat, .ps1) are mentioned before Linux equivalents (.sh). This ordering and emphasis may suggest a Windows-centric perspective.
Recommendations:
- Alternate the order of Windows and Linux hosting options, or list them alphabetically to avoid implicit prioritization.
- List script/file types in a neutral or grouped manner (e.g., by function or alphabetically), rather than placing Windows types first.
- Explicitly mention Linux tools and patterns (e.g., cron jobs, shell scripts) alongside Windows equivalents.
- Provide balanced examples for both Windows and Linux environments where applicable.
Create pull request