Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by primarily referencing Azure PowerShell scripts and cmdlets for migration and preview registration, and by using PowerShell-centric examples in the CLI sections. There are no explicit Linux/bash examples or references to cross-platform command-line usage, and PowerShell is mentioned before Azure CLI or other tools. The documentation does not provide parity for Linux users or those preferring bash scripting.
Recommendations
- Provide equivalent Azure CLI (bash) examples alongside or before PowerShell examples for all script-based instructions, especially for migration and preview registration.
- Clearly indicate that Azure CLI commands can be run on any platform (Windows, Linux, macOS), and provide bash syntax where appropriate.
- Balance references to PowerShell and CLI in the text, ensuring that Linux-friendly tools are not secondary.
- Add explicit Linux/bash usage notes or examples in sections that currently only mention PowerShell.
- Where possible, link to both PowerShell and CLI tutorials or documentation in the 'Next steps' and other guidance sections.
Create Pull Request