Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by frequently mentioning Azure PowerShell and Windows-specific tools before or alongside cross-platform alternatives, such as Azure CLI. Examples and instructions often reference Windows keybindings and tools, with little to no explicit mention of Linux-specific workflows, shell environments, or alternative editors. There are no Linux-specific examples or guidance for common Linux scenarios, and Windows-centric resource types (e.g., DependencyAgentWindows) are referenced without Linux equivalents.
Recommendations
- Provide explicit Linux shell (bash) examples alongside PowerShell examples for Azure CLI and Bicep commands.
- Mention Linux resource types and extensions (e.g., DependencyAgentLinux) when discussing VM extensions.
- Clarify that Azure CLI and Visual Studio Code are cross-platform, and include Linux/macOS installation and usage notes where relevant.
- Add Linux/macOS specific keyboard shortcuts and workflows in addition to Windows ones.
- Reference Linux-native editors (e.g., Vim, nano) and how Bicep files can be authored/tested in those environments.
- Ensure parity in troubleshooting and rollback guidance for Linux-based Azure resources.
Create Pull Request