9
Total Pages
7
Linux-Friendly Pages
2
Pages with Bias
22.2%
Bias Rate

Bias Trend Over Time

Pages with Bias Issues (2)

Page-Level Analysis

Missing Linux Example
Summary:
The documentation exclusively describes how to modify a Compute Fleet using the Azure portal UI, without providing any command-line examples or automation guidance. There are no references to Windows-specific tools, but there is also a lack of parity for Linux users: no CLI (Azure CLI, Bash) or PowerShell instructions are given, which may disadvantage users who prefer or require command-line or scriptable solutions, especially on Linux.
Recommendations:
  • Add step-by-step instructions for modifying Compute Fleets using the Azure CLI, including example commands for both target capacity and VM size changes.
  • Include Bash script examples for automating common modification tasks.
  • If relevant, provide PowerShell examples as well, but ensure they are presented alongside (not before) Linux-friendly CLI/Bash examples.
  • Clearly indicate which methods are cross-platform and highlight any differences in behavior or prerequisites between Windows and Linux environments.

Page-Level Analysis

Windows First Windows Tools
Summary:
The documentation page demonstrates mild Windows bias by referencing Windows-specific documentation first (e.g., password requirements link points to the Windows VM FAQ), and by mentioning password authentication (common for Windows) before SSH keys (common for Linux). However, both Windows and Linux images are mentioned as options, and SSH key guidance is provided for Linux users.
Recommendations:
  • Provide parallel links to both Windows and Linux documentation for password and username requirements.
  • Mention SSH public key authentication before password authentication, or present both options equally, to reflect Linux best practices.
  • Ensure that any referenced documentation or examples (such as password requirements) are OS-neutral or have both Windows and Linux variants.
  • Explicitly include example steps or screenshots for both Windows and Linux image deployments, if applicable.