Sad Tux - Windows bias detected
This page contains Windows bias

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

Detected Bias Types
windows_first
missing_linux_example
windows_tools
Summary
The documentation exclusively provides instructions and examples for installing the Azure File Sync agent on Windows, using Windows-specific tools (msiexec) and conventions (unattend answer files, Windows file paths, environment variables like %SYSTEMDRIVE%). There are no examples or mentions of Linux installation methods, tools, or compatibility, indicating a strong Windows bias.
Recommendations
  • Clarify in the introduction whether Azure File Sync agent is supported on Linux. If not, state this explicitly to avoid confusion.
  • If Linux support exists or is planned, provide equivalent Linux installation instructions (e.g., using .deb/.rpm packages, shell scripts, or relevant package managers).
  • Include Linux command-line examples alongside Windows examples, using appropriate tools and file path conventions.
  • Mention Linux-specific considerations or limitations, if any, in the installation process.
  • Ensure that all configuration options and parameters are documented for both platforms, or clearly indicate if some are Windows-only.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-19 00:01 #85 completed Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets

msiexec /i packagename.msi /qb /l*v AFSInstaller.log
msiexec /i StorageSyncAgent_WS2016.msi /qb /l*v AFSInstaller.log
msiexec /i StorageSyncAgent_WS2016.msi USE_CUSTOM_PROXY_SETTINGS=1 PROXY_ADDRESS=10.0.0.1 PROXY_PORT=80 PROXY_AUTHREQUIRED_FLAG=1 PROXY_USERNAME=username  PROXY_PASSWORD=password /qb /l*v AFSInstaller.log
msiexec /i StorageSyncAgent_WS2016.msi UNATTEND_ANSWER_FILE=c:\agent\unattend.ini /qb /l*v AFSInstaller.log