Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation page is heavily focused on PowerShell commands for Azure Service Manager and Resource Manager, with no mention of Linux-native tools or cross-platform alternatives (such as Azure CLI, Bash, or REST API usage via curl). All code examples and migration guidance are provided exclusively in PowerShell, which is traditionally a Windows-centric tool, and there is no parity for Linux users. The 'Next steps' section also only references PowerShell documentation, reinforcing the Windows-first approach.
Recommendations
- Add equivalent Azure CLI examples for each PowerShell command, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Include REST API usage examples using curl or httpie, which are standard tools on Linux.
- Explicitly mention that PowerShell Core is available cross-platform, but also provide guidance for users who prefer Bash or other shells.
- In the 'Next steps' section, add links to Azure CLI documentation and REST API guides.
- Consider reordering or balancing examples so that Linux-friendly tools are presented alongside or before Windows-centric ones.
Create Pull Request