Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates several forms of Windows bias. PowerShell is prominently listed as a recommended tool for creating datasets, both in the main text and in the quickstart links, without mention of Linux-native alternatives (e.g., Bash, CLI). Windows-centric tools and patterns (PowerShell, .NET) are mentioned before cross-platform or Linux-friendly options. There are no examples or instructions tailored for Linux users, and no explicit mention of Bash, Azure CLI, or Linux shell scripting. This may make the documentation less accessible or welcoming to users on Linux or macOS platforms.
Recommendations
- Add explicit examples and quickstart links for Azure CLI and Bash scripting, which are cross-platform and widely used on Linux.
- When listing tools or SDKs, mention cross-platform options (e.g., Azure CLI, Python SDK) before or alongside Windows-specific tools like PowerShell.
- Provide sample commands for dataset creation using Azure CLI and Bash, in addition to PowerShell and .NET.
- Clarify that REST API and Azure Resource Manager templates are platform-agnostic, and provide usage examples from Linux/macOS terminals.
- Consider adding a section or tab for Linux/macOS users, outlining recommended workflows and tools.
Create Pull Request