Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by prioritizing PowerShell-based deployment instructions, referencing Windows-specific tools and patterns, and omitting explicit Linux or cross-platform CLI examples. PowerShell is presented as the default manual deployment method, while Python deployment requires Visual Studio Code, a tool more commonly associated with Windows environments. There is no mention of Bash, Azure CLI, or Linux-native workflows, nor are there instructions for deploying from Linux terminals or using Linux-friendly editors.
Recommendations
- Add explicit instructions for deploying Azure Functions-based connectors using Bash or Azure CLI, suitable for Linux environments.
- Include examples for manual deployment using Linux-native tools (e.g., terminal commands, editors like Vim or nano) alongside PowerShell.
- Clarify that PowerShell Core is cross-platform, but also provide guidance for Linux users on installation and usage.
- Offer parity in tooling by describing how to deploy using VS Code on Linux and Mac, and mention alternatives for those who do not use VS Code.
- Ensure that references to workspace keys and other configuration steps include both Windows and Linux agent documentation.
- Present deployment options in a neutral order (e.g., ARM template, CLI, PowerShell, Python) rather than prioritizing Windows-centric methods.
Create Pull Request