Detected Bias Types
Powershell Heavy
Windows First
Missing Linux Example
🔧
Windows Tools
Summary
The documentation exclusively uses PowerShell for all examples and instructions, with no mention of Bash, Python, or cross-platform alternatives. All automation steps, module installations, and runbook creation are described using PowerShell-specific modules and syntax, which are most familiar to Windows users. There is no guidance for Linux or macOS users, nor are Azure CLI or SDK alternatives presented. The documentation implicitly assumes a Windows-centric workflow, potentially excluding users who prefer or require Linux-native tools.
Recommendations
- Add equivalent examples using Azure CLI, which is cross-platform and widely used on Linux and macOS.
- Include Bash script samples for runbook creation and cluster management.
- Mention Python SDK or REST API options for automation, with code snippets.
- Clearly state PowerShell is available on Linux and macOS, and provide installation instructions for non-Windows platforms.
- Reorder sections or add parallel instructions so Linux-friendly tools are presented alongside or before Windows-specific ones.
- Provide guidance on choosing between PowerShell and other automation tools based on user environment.