Detected Bias Types
🔧
Windows Tools
Windows First
Missing Linux Example
Summary
The documentation page references Windows-centric tools (PowerShell, Azure portal, CLI, Terraform) as deployment options, listing PowerShell explicitly and without mentioning Linux-specific equivalents or patterns (e.g., Bash, Azure CLI on Linux, kubectl usage). The order of tool listing places PowerShell before cross-platform or Linux-native options, and there are no Linux-specific examples or guidance. This may unintentionally signal a preference for Windows workflows and tools, and does not provide parity for Linux users.
Recommendations
- Explicitly mention that Azure CLI and Terraform are cross-platform and provide example commands for both Windows (PowerShell) and Linux (Bash).
- Include Linux-native deployment examples, such as using Bash scripts or kubectl commands, especially for Kubernetes resource management.
- Reorder tool listings to avoid placing Windows-specific tools (PowerShell) before cross-platform or Linux-native options.
- Clarify that all deployment strategies and tools are supported on both Windows and Linux, and provide links to platform-specific guidance where appropriate.
- Add a section or callout for Linux users, highlighting any considerations or best practices for deploying Application Gateway for Containers from Linux environments.