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
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation is heavily Windows-centric. All restore options and examples are described in the context of Windows environments, referencing Windows-specific tools (robocopy, Windows Server Backup utility) and PowerShell for automation. There are no mentions of Linux support, tools, or examples, and the documentation implicitly assumes the user is operating on Windows.
Recommendations:
- Clarify early in the documentation whether the MARS agent is Windows-only or if Linux is supported. If Linux is not supported, state this explicitly.
- If Linux support is available or planned, provide equivalent Linux examples for restore operations, including command-line instructions and references to Linux-native tools.
- Avoid referencing Windows tools (e.g., robocopy, Windows Server Backup) exclusively; if alternatives exist for other platforms, mention them.
- When describing automation, include both PowerShell and bash (or other Linux shell) examples if cross-platform support exists.
- Structure documentation sections so that platform-specific instructions are clearly separated, and avoid always presenting Windows first if multiple platforms are supported.
Create pull request