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 Azure PowerShell second and does not provide explicit Linux shell examples for service principal creation or management. The only command-line example shown is for 'docker login', which is cross-platform, but the links to sample scripts and the mention of PowerShell may suggest a slight Windows-first bias. There is no mention of Linux-specific tools or patterns, and no explicit Bash or shell script examples for service principal creation or credential management. The certificate section references 'openssl', which is cross-platform, but does not provide a full Linux workflow.
Recommendations
- Add explicit Bash and Linux shell examples for service principal creation, credential reset, and certificate management.
- List Azure CLI (cross-platform) examples before PowerShell, and clarify that CLI commands work on Linux, macOS, and Windows.
- Provide links to Linux-focused sample scripts or workflows, and mention Linux-specific considerations where relevant.
- Ensure parity in documentation by including both PowerShell and Bash examples side-by-side where possible.
Create Pull Request