Detected Bias Types
Windows First
Powershell Heavy
Missing Linux Example
Summary
The documentation provides onboarding instructions for Azure Lighthouse with examples and tooling references for Azure Portal, Azure CLI, and Azure PowerShell. While Azure CLI is cross-platform, Azure PowerShell is typically associated with Windows environments, and its examples are given equal prominence. There is no mention of Linux-specific shell usage (e.g., Bash), nor are there any explicit Linux-oriented instructions or troubleshooting steps. The documentation does not reference Linux tools or patterns, and the order of presentation often places Azure PowerShell examples before or alongside CLI, which may reinforce a Windows-centric workflow. No explicit Linux shell examples (such as Bash scripts or usage in native Linux environments) are provided.
Recommendations
- Add explicit Bash shell examples for template deployment and verification, demonstrating usage in native Linux environments.
- Clarify that Azure CLI commands work identically on Linux, macOS, and Windows, and provide any platform-specific caveats if relevant.
- Include troubleshooting steps or notes for common issues encountered on Linux (e.g., file permissions, path formats, environment variables).
- Consider reordering examples to present Azure CLI (cross-platform) before Azure PowerShell (Windows-centric), or explicitly state platform parity.
- Reference Linux-native tools (such as curl, jq, or shell scripting) where appropriate for automation or template manipulation.
- Add a note or section highlighting cross-platform support and best practices for Linux users.