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
⚠️
missing_linux_example
⚠️
windows_tools
⚠️
windows_first
Summary:
The documentation page demonstrates a strong bias towards Windows by exclusively providing PowerShell-based automation instructions and scripts for converting templates. There are no examples or guidance for Linux or cross-platform CLI users (e.g., Bash, Azure CLI), and the only automation method relies on a .ps1 script, which is native to Windows environments. Manual steps are portal-based and platform-agnostic, but all scripting and automation content is Windows-centric.
Recommendations:
- Provide equivalent automation instructions using Azure CLI (az) commands, which are cross-platform and work on Linux, macOS, and Windows.
- If a migration script is only available in PowerShell, mention this limitation explicitly and provide guidance for Linux/macOS users (e.g., using PowerShell Core or requesting a Bash/Python version).
- Offer Bash or shell script examples for Linux users, or reference community tools/scripts if available.
- Ensure that scripting and automation sections include both Windows (PowerShell) and Linux (Bash/Azure CLI) options, or clearly state platform requirements.
- Consider reordering or parallelizing instructions so that Windows and Linux users see their options presented equally, rather than Windows-first.
Create pull request