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 Windows bias by exclusively providing PowerShell-based automation instructions for converting templates, referencing a .ps1 script, and omitting any Linux/bash/CLI alternatives. The only automation example uses PowerShell, which is primarily associated with Windows environments, and there is no mention of Bash, Azure CLI, or cross-platform scripting. Manual steps are portal-based and platform-agnostic, but all scripting guidance assumes a Windows/PowerShell context.
Recommendations:
- Provide equivalent automation instructions using Azure CLI (az) commands, which are cross-platform and widely used on Linux and macOS.
- If the migration script is PowerShell-only, mention whether it works with PowerShell Core on Linux/macOS, and provide installation guidance if so.
- Offer Bash script examples or reference community tools/scripts for Linux users.
- Explicitly state platform compatibility for provided scripts and tools.
- Consider presenting CLI or Bash examples before or alongside PowerShell to ensure Linux parity.
Create pull request