Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates Windows bias by referencing Azure PowerShell and Azure CLI as the primary credential sources, listing 'AzurePowerShell' immediately after 'AzureCLI' in credential precedence, and omitting explicit Linux or cross-platform command examples. No Linux-specific tools or authentication patterns are mentioned, and the documentation does not clarify parity or differences for Linux users.
Recommendations
- Explicitly mention that Azure CLI and Azure PowerShell are available on both Windows and Linux, and clarify any platform-specific differences.
- Provide Linux-specific examples or notes, such as authentication via environment variables or managed identities, especially for scenarios where Azure PowerShell is not available or commonly used.
- Include guidance for using Bicep in Linux environments, such as installation instructions, credential management, and troubleshooting tips.
- List credential types in a neutral order (e.g., alphabetically) to avoid implying Windows-first workflows.
- Reference cross-platform editors and tools (e.g., VS Code) with installation and usage notes for Linux.
Create Pull Request