Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page exclusively uses Azure PowerShell cmdlets for all examples and instructions, with no mention of Azure CLI, Bash, or Linux-native workflows. All prerequisite links and instructions default to PowerShell, and the use of Azure Cloud Shell is described in terms of running PowerShell, which is more familiar to Windows users. There are no Linux-specific or cross-platform examples provided, and no mention of how to accomplish the same tasks using Azure CLI or Bash.
Recommendations
- Add parallel examples using Azure CLI (az) commands for all PowerShell cmdlet instructions.
- Update prerequisite links to include both PowerShell and Azure CLI tabs, ensuring Linux users have clear guidance.
- Explicitly mention that Azure Cloud Shell supports both Bash and PowerShell, and provide instructions for both.
- Include notes or sections highlighting cross-platform compatibility and differences, if any, between PowerShell and CLI workflows.
- Ensure that all resource creation and management steps have CLI equivalents documented and linked.
Create Pull Request