Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a bias toward Windows environments by exclusively providing Azure PowerShell examples for deploying and cleaning up resources. There are no examples using Azure CLI (which is cross-platform and preferred on Linux/macOS), nor are Linux-specific instructions or shell commands provided. The deployment workflow and screenshots focus on PowerShell and the Azure portal, both of which are more familiar to Windows users. Although the page briefly mentions that Azure CLI and REST API can be used, it does not provide any concrete examples or guidance for those methods.
Recommendations
- Add Azure CLI examples for template deployment and resource cleanup, alongside PowerShell examples.
- Explicitly mention that Azure CLI works on Linux/macOS and provide bash shell command blocks.
- Include screenshots or instructions for using Azure CLI in Cloud Shell (which supports both Bash and PowerShell).
- Present deployment options in a neutral order (e.g., CLI, PowerShell, Portal, REST API) rather than leading with PowerShell.
- Where possible, clarify cross-platform compatibility and provide parity in examples for both Windows and Linux users.
Create Pull Request