Bias Analysis
Detected Bias Types
Summary
The documentation page is largely a reference table listing Azure resource types and their support for move operations, with minimal command-line examples. However, in the section for Microsoft.Automation, region move guidance is provided via a 'PowerShell script' link, with no mention of equivalent CLI or Linux-friendly alternatives. This is the only clear evidence of Windows/Powershell bias on the page. There are no other explicit Windows-first patterns, exclusive Windows tools, or missing Linux examples in the rest of the content.
Recommendations
- Where a PowerShell script is referenced (e.g., Microsoft.Automation region move), also provide or link to Azure CLI or REST API instructions, which are cross-platform and Linux-friendly.
- Review any linked guidance pages (such as those for App Service, Recovery Services, etc.) to ensure they do not exhibit Windows/Powershell bias and include CLI/Bash examples where appropriate.
- If scripts or automation are required for move operations, offer both PowerShell and Bash/CLI versions, or note the cross-platform alternatives.
- Explicitly state when a move operation can be performed using Azure CLI, REST API, or Portal, not just PowerShell.
Create Pull Request