Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a moderate Windows bias. Azure PowerShell is given equal or greater prominence than Azure CLI, and PowerShell examples are provided throughout. The CLI examples are described as working in Bash or Azure PowerShell, but there are no explicit Linux shell script examples or references to Linux-specific environments. The PowerShell tab is consistently presented alongside or before CLI, and there is no mention of Linux tools, patterns, or considerations. There are no examples using native Linux tools or shell scripting beyond Azure CLI, and the Python examples use Azure CLI credentials, which may be less common in Linux environments.
Recommendations
- Explicitly mention that Azure CLI examples work natively in Linux/macOS Bash shells, and provide sample Bash scripts for common operations.
- Add notes or examples for Linux users, such as using environment variables, authentication methods, or shell scripting patterns specific to Linux.
- Clarify that PowerShell is available cross-platform, but provide guidance for Linux users who may prefer Bash or other shells.
- Consider adding a section or tab for Linux-specific considerations, troubleshooting, or best practices when moving resources.
- Ensure that CLI examples do not assume PowerShell syntax (e.g., variable assignment), and provide pure Bash alternatives where relevant.
Create Pull Request