Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation exclusively uses PowerShell for all examples, explanations, and cleanup steps, with no mention of Linux, Bash, or cross-platform CLI alternatives. All tooling and guidance are centered on Azure PowerShell, which is most familiar to Windows users. There are no Linux shell or Azure CLI examples, and no guidance for non-Windows environments.
Recommendations
- Provide equivalent examples using Azure CLI (az) commands, which are cross-platform and commonly used on Linux and macOS.
- Include Bash script samples alongside PowerShell to demonstrate Linux compatibility.
- Mention that Azure PowerShell is available cross-platform, but clarify when to use Azure CLI vs PowerShell.
- Structure the documentation so that both Windows (PowerShell) and Linux (Bash/Azure CLI) users can follow along with parity.
- Add a section or links for Linux/macOS users, including installation and usage instructions for relevant tools.
Create Pull Request