Detected Bias Types
Powershell Heavy
🔧
Windows Tools
Missing Linux Example
Windows First
Summary
The documentation provides detailed instructions and examples for removing resources from a move collection in Azure Resource Mover using the Azure Portal and PowerShell. All command-line examples use PowerShell cmdlets, with no mention of Azure CLI, Bash, or Linux-native tooling. This creates a bias toward Windows users, as PowerShell is primarily a Windows tool (despite cross-platform support, it's less common on Linux). The documentation does not provide equivalent Linux/Unix command-line examples or guidance, nor does it mention Azure CLI as an alternative. The PowerShell sections are extensive and presented before any mention of other automation or scripting options.
Recommendations
- Add equivalent Azure CLI examples for all PowerShell commands, showing how to remove resources and collections using az resource-mover commands.
- Explicitly mention that PowerShell is available cross-platform, but also provide Bash/Azure CLI instructions for Linux users.
- Include a section on automating resource removal using Azure CLI, with sample scripts and output.
- Where possible, provide parity in screenshots and walkthroughs for Linux/macOS environments (e.g., terminal screenshots, CLI usage).
- Consider reordering or balancing the documentation so that Windows and Linux command-line options are presented together or in parallel, rather than PowerShell-first.