❌
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 demonstrates a Windows bias by referencing only Windows file paths and conventions (e.g., 'Drive:' notation, backslashes in paths), mentioning Windows-specific technologies (e.g., Exchange, SQL Server, SharePoint), and omitting any mention of Linux or cross-platform usage. There are no examples or instructions for Linux environments, nor any discussion of Linux-compatible scripting or file system conventions.
Recommendations:
  • Include explicit guidance for Linux environments, such as using forward slashes in paths and Linux mount points (e.g., '/mnt/data').
  • Provide Linux-specific examples for ScriptingConfig.xml, including how to specify data sources and script paths.
  • Clarify whether MABS supports Linux agents and, if so, document any differences in script execution or configuration.
  • Mention Linux scripting languages (e.g., Bash, Python) and how to invoke them in the configuration.
  • Ensure that references to Windows technologies are balanced with Linux equivalents where applicable, or clearly state if only Windows is supported.
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>