Bias Analysis
Detected Bias Types
Summary
The documentation page is largely platform-neutral, presenting Azure resource move capabilities in tabular format without explicit command-line examples. However, the only script reference for region moves (Azure Automation account) specifically mentions a 'PowerShell script', with no mention of Bash, Azure CLI, or Linux alternatives. There are no Linux-specific tools, examples, or parity guidance, and the only explicit scripting guidance is Windows-centric.
Recommendations
- Where scripting is referenced (e.g., for Azure Automation account region moves), provide equivalent Azure CLI or Bash script examples alongside PowerShell.
- Explicitly mention that move operations can be performed from Linux/macOS using Azure CLI, not just PowerShell.
- For any linked guidance pages (e.g., move guidance for App Service, SQL, etc.), ensure that both PowerShell and Azure CLI/Bash examples are present and equally discoverable.
- Add a general note in the 'Next steps' section clarifying that all move operations can be performed from any OS using Azure CLI, PowerShell, or REST API.
- Audit linked articles for similar bias and update them to include Linux-friendly instructions where missing.
Create Pull Request