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:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation references PowerShell explicitly as the only command-line interface for performing Resource Mover operations outside the portal, with no mention of Azure CLI or Linux/macOS workflows. Instructions for assigning managed identities and permissions are given only for PowerShell, and there are no Linux or cross-platform examples or guidance. This creates a Windows-centric impression and may exclude or confuse users on Linux or macOS.
Recommendations:
- Add Azure CLI examples alongside or instead of PowerShell for all command-line operations, especially for assigning managed identities and permissions.
- Explicitly mention that Azure CLI can be used on Linux, macOS, and Windows, and provide equivalent commands.
- Where PowerShell is referenced, clarify that it is available cross-platform, or provide Bash/Azure CLI alternatives.
- Review all procedural steps to ensure Linux users are not excluded, and add notes or links to relevant Linux/macOS documentation where appropriate.
Create pull request