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:
⚠️
windows_first
⚠️
powershell_heavy
Summary:
The documentation references both PowerShell and Azure CLI for migration, but consistently lists PowerShell (a Windows-centric tool) before Azure CLI in both the main migration options and in the links to further instructions. There are no explicit Linux-specific examples, and the documentation does not mention Bash, shell scripts, or Linux-native tools. This ordering and emphasis subtly prioritizes Windows/PowerShell users, which may make Linux users feel secondary.
Recommendations:
- Alternate the order of PowerShell and Azure CLI references, or list Azure CLI first in some sections to balance perceived priority.
- Explicitly mention that both PowerShell and Azure CLI are cross-platform, and provide examples or links for both Windows and Linux environments.
- Include at least one example command or workflow using Azure CLI (preferably in Bash syntax) directly in the documentation, not just as a link.
- Add a note or section clarifying that all migration steps can be performed from Linux, macOS, or Windows, and provide any OS-specific caveats if relevant.
- Where possible, avoid phrasing that implies PowerShell is the default or primary method for migration.
Create pull request