Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
windows_first
Summary
The documentation page demonstrates a Windows bias by providing command-line examples exclusively using Azure PowerShell, a Windows-centric tool. There are no equivalent examples for Linux users (e.g., Azure CLI, Bash), and PowerShell is presented as the only scripting option. The structure consistently lists the Azure portal (GUI) and PowerShell, with no mention of Linux-native tools or workflows, making it less accessible for users on Linux or macOS platforms.
Recommendations
- Add equivalent Azure CLI (az) command examples for all PowerShell steps, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Explicitly mention that Azure CLI can be used on Linux, macOS, and Windows, and provide links to installation instructions.
- Consider including Bash script examples or references for automation on Linux systems.
- Reorder or parallelize examples so that PowerShell and Azure CLI are presented together, or allow users to select their preferred environment via tabs.
- Review terminology to avoid implying PowerShell is the default or only option for scripting with Azure.
Create Pull Request