Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by referencing Azure PowerShell alongside Azure CLI when discussing export options, and by listing PowerShell before CLI in the 'Next steps' section. There are no explicit Linux-specific examples or mentions of Linux tools, and the instructions focus on the Azure portal (web-based, cross-platform) but do not provide parity guidance for Linux users who may prefer CLI workflows. The page does not mention platform-specific nuances or provide examples for Linux shell environments.
Recommendations
- Ensure Azure CLI examples are presented before or alongside PowerShell examples, as CLI is cross-platform and preferred by many Linux users.
- Add explicit Linux shell (bash) usage examples for exporting ARM templates and decompiling to Bicep, including command-line instructions.
- Clarify that both Azure CLI and PowerShell are available on Windows, macOS, and Linux, and provide installation links for each platform.
- Avoid listing PowerShell before CLI in sections where cross-platform parity is important, or alternate the order.
- Include notes or sections addressing platform-specific considerations, such as file paths, shell syntax, or tool availability on Linux.
Create Pull Request