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.
Create pull request