Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides detailed instructions for configuring cross-tenant customer-managed keys using the Azure portal, PowerShell, and Azure CLI. The PowerShell example is given before the Azure CLI example, and there is no mention of Linux-specific shell usage or alternative scripting environments. The CLI example uses Bash syntax, but there is no explicit reference to Linux or guidance for Linux users. There are no examples for Linux-native tools or environments beyond Azure CLI, and no mention of platform-specific differences or considerations.
Recommendations
- Explicitly mention that Azure CLI commands can be run on Linux, macOS, and Windows, and provide platform-specific notes if needed.
- Provide examples using Bash or other Linux-native shells, and clarify any differences in environment setup or command usage between Windows and Linux.
- Consider including references to Linux package managers for installing Azure CLI (e.g., apt, yum) and PowerShell Core on Linux, if relevant.
- If PowerShell is mentioned, clarify that PowerShell Core is cross-platform and provide installation instructions for Linux.
- Avoid listing PowerShell examples before CLI examples, or alternate the order to avoid implicit prioritization of Windows tools.
Create Pull Request