❌
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

Bias Types:
⚠️ windows_first
⚠️ missing_linux_example
⚠️ windows_tools
Summary:
The documentation is heavily oriented toward Windows environments. All paths, examples, and terminology (such as drive letters, backslashes in paths, and references to Windows-specific applications like Exchange and SharePoint) are Windows-centric. There are no examples or guidance for Linux systems, and no mention of Linux shell scripting or file system conventions.
Recommendations:
  • Add explicit guidance for configuring pre- and post-backup scripts on Linux systems, including example paths (e.g., /opt/scripts/myscript.sh) and file permissions.
  • Provide Linux shell script examples alongside Windows examples, and clarify any differences in script execution (e.g., bash vs. PowerShell/cmd).
  • Mention Linux data source naming conventions and provide examples relevant to Linux workloads (e.g., mount points, application data paths).
  • Clarify whether MABS supports Linux agents and, if so, document any differences in ScriptingConfig.xml location or usage.
  • Avoid assuming drive letters or Windows-only applications in examples; use more generic or cross-platform examples where possible.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-11 00:00 #108 completed βœ… Clean
2025-08-11 00:00 #77 completed βœ… Clean
2025-08-10 00:00 #76 completed βœ… Clean
2025-08-09 00:00 #75 completed βœ… Clean
2025-08-08 00:00 #74 completed βœ… Clean
2025-08-07 00:00 #73 completed βœ… Clean
2025-08-06 00:00 #72 completed βœ… Clean
2025-08-05 00:00 #71 completed βœ… Clean
2025-08-03 00:00 #69 completed βœ… Clean
2025-08-01 00:00 #67 completed βœ… Clean
2025-07-31 00:00 #66 completed βœ… Clean
2025-07-30 00:00 #65 completed βœ… Clean
2025-07-29 00:01 #64 completed βœ… Clean
2025-07-28 00:00 #63 completed βœ… Clean
2025-07-27 00:00 #62 completed βœ… Clean
2025-07-26 00:01 #61 completed βœ… Clean
2025-07-25 00:00 #60 completed βœ… Clean
2025-07-24 00:00 #59 completed βœ… Clean
2025-07-23 00:00 #58 completed βœ… Clean
2025-07-22 00:01 #57 completed βœ… Clean
2025-07-21 00:00 #56 completed βœ… Clean
2025-07-19 13:51 #54 completed βœ… Clean
2025-07-17 00:00 #53 completed ❌ Biased
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-09 13:09 #3 cancelled βœ… Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets

<?xml version="1.0" encoding="utf-8"?> <ScriptConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/dls/ScriptingConfig.xsd"> <DatasourceScriptConfig DataSourceName="Data source"> <PreBackupScript>”Path\Script Parameters” </PreBackupScript> <PostBackupScript>"Path\Script Parameters” </PostBackupScript> <TimeOut>30</TimeOut> </DatasourceScriptConfig> </ScriptConfiguration>