Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page is largely platform-neutral, focusing on Azure resource types and their move capabilities. However, there are isolated instances of Windows bias: a reference to a PowerShell script for region moves (Microsoft.Automation), and guidance for SQL virtual machines that links only to Windows-specific instructions for managing the SQL IaaS Agent extension. There are no explicit Linux or cross-platform CLI examples, and the only script-based example is PowerShell, which is Windows-centric.
Recommendations
- Where scripts are referenced (e.g., Microsoft.Automation), provide both PowerShell and Azure CLI (az) examples, with clear instructions for Linux/macOS users.
- For SQL virtual machine move guidance, include links or instructions for both Windows and Linux-based SQL Server VMs, or clarify if the process is identical.
- Audit all linked guidance (e.g., move-limitations/app-service-move-limitations.md, automation-disaster-recovery.md) to ensure Linux parity in examples and tooling.
- Where possible, prefer cross-platform tools (Azure CLI, REST API) in examples and documentation, or present them before Windows-specific tools.
- Explicitly mention if a process or tool is Windows-only, and provide alternatives for Linux users when available.
Create Pull Request