Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation page demonstrates Windows bias primarily in the section on enabling/disabling the change feed. PowerShell instructions are detailed and prominent, including module installation and authentication steps, while Linux/macOS equivalents (such as Bash or Azure CLI) are less emphasized. Azure portal and PowerShell are mentioned before CLI, and there is no mention of Linux-specific tools or shell environments. Azure CLI is provided, but the PowerShell section is more verbose and detailed, which may create friction for Linux/macOS users.
Recommendations
- Expand Azure CLI instructions to include authentication steps and troubleshooting tips, matching the detail of the PowerShell section.
- Add explicit Bash or shell examples for Linux/macOS users, including installation and usage notes for Azure CLI.
- Reorder the enable/disable instructions to present Azure CLI before PowerShell, or present both together as equal options.
- Mention cross-platform compatibility for Azure CLI and clarify that PowerShell is primarily for Windows users.
- Include notes or links for Linux/macOS users on how to install and use Azure CLI and Azure Storage Explorer.
Create Pull Request