Detected Bias Types
Powershell Heavy
Windows First
Missing Linux Example
Summary
The documentation provides detailed PowerShell examples for configuring data persistence, with Azure CLI examples following. There is an explicit mention of using 'automated scripts using PowerShell or Azure CLI' for backups, but no mention of Bash, Linux shell scripting, or macOS-specific guidance. The PowerShell section appears first and is more verbose, which may signal a Windows-first approach. There are no Linux/macOS-specific instructions, troubleshooting tips, or references to platform differences, potentially leaving Linux/macOS users with less tailored guidance.
Recommendations
- Add Bash/Linux shell script examples for exporting data and configuring persistence, especially for common Linux environments.
- Present Azure CLI examples before or alongside PowerShell to avoid Windows-first ordering.
- Explicitly mention that Azure CLI works cross-platform and provide guidance for Linux/macOS users (e.g., installation links, environment notes).
- Include troubleshooting notes or tips for Linux/macOS users, such as file permissions, shell differences, or environment setup.
- Clarify that PowerShell Core is available on Linux/macOS if PowerShell usage is required, or provide equivalent Bash commands.