Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
windows_tools
missing_linux_example
Summary
The documentation consistently lists PowerShell as a primary scripting option and often mentions it before Azure CLI or REST API, which can be used cross-platform. There are no explicit Linux/bash examples or references to Linux-specific tools or workflows. The document also highlights Power BI (a Windows-centric tool) for analytics, with no mention of Linux-friendly alternatives. While cURL and REST Client are mentioned, there is a general lack of parity in example scripts or guidance for Linux users.
Recommendations
- Ensure that all scripting examples are provided in both PowerShell and bash/Azure CLI formats, with equal prominence.
- When listing scripting options, alternate the order or explicitly state that Azure CLI and REST API are cross-platform.
- Include Linux-specific guidance or examples, such as using bash scripts, and clarify that cURL and REST Client are available on Linux.
- For analytics, mention cross-platform tools (such as Jupyter Notebooks, Python/pandas, or open-source BI tools) alongside Power BI.
- Review linked sample scripts to ensure they include bash/Linux equivalents and are not PowerShell-exclusive.
Create Pull Request