Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation references both Azure CLI and Azure PowerShell sample scripts, but lists PowerShell examples and links alongside CLI examples, potentially giving Windows tools parity or priority. There is no explicit mention of Linux-specific shell scripting or environment setup, and examples use environment variables in a way that is compatible with both Bash and PowerShell, but do not clarify platform differences. No Linux-specific authentication patterns or troubleshooting are discussed, and the sample script links do not highlight Linux-first workflows.
Recommendations
- Add explicit Linux/Bash shell script examples and clarify platform differences in environment variable usage.
- Provide guidance for Linux users on installing and using Azure CLI, including authentication patterns specific to Linux environments.
- Ensure that Linux tools (e.g., Bash, OpenSSL) are mentioned before or alongside Windows tools, and provide troubleshooting tips for Linux users.
- Include links to Linux-focused sample repositories or documentation, and highlight Linux compatibility in all examples.
- Add a section on using service principals in Linux CI/CD environments (e.g., GitHub Actions, Jenkins on Linux runners).
Create Pull Request