Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides step-by-step instructions for enabling and managing container soft delete using the Azure portal, PowerShell, Azure CLI, and ARM templates. However, the PowerShell section is given before the Azure CLI section, and all command-line examples are either PowerShell (Windows-centric) or Azure CLI (cross-platform, but no explicit Linux shell examples). There are no Linux-specific shell (bash) examples, nor are Linux-native tools or patterns mentioned. The documentation implicitly prioritizes Windows tools and workflows by listing PowerShell before CLI and omitting Linux-specific guidance.
Recommendations
- Add explicit bash examples for Azure CLI commands, demonstrating usage in Linux/macOS terminals.
- Mention that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows.
- Consider listing Azure CLI before PowerShell to reflect its cross-platform nature and reduce perceived Windows-first bias.
- If relevant, include instructions for using REST API or SDKs from Linux environments.
- Clarify that PowerShell Core is available on Linux/macOS, if PowerShell is to be included, and provide installation guidance for those platforms.
Create Pull Request