Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation generally maintains parity between Windows and Linux, providing separate extension types, installation, and troubleshooting instructions for both platforms. However, in several key command examples (such as viewing extension status, updating, and removing the extension), only the Windows extension name is shown, with no Linux equivalent provided. Additionally, in some sections, Windows examples or instructions appear before Linux ones, which may subtly reinforce a Windows-first perspective.
Recommendations
- For all command examples (especially az connectedmachine extension show, update, and delete), provide both Windows and Linux extension name variants, or clarify that the command applies to both by substituting the extension name accordingly.
- Where possible, alternate the order of Windows and Linux examples, or present them side-by-side to avoid implicit prioritization.
- Explicitly state that all commands and procedures apply equally to both Windows and Linux, and highlight any platform-specific differences.
- Ensure troubleshooting and log location instructions for both platforms are equally detailed and visible.
Create Pull Request