About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_first
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation demonstrates subtle Windows bias. It references Windows-specific tools and extensions (e.g., Network Watcher extension for Windows), and provides links and instructions that are Windows-centric. Linux support is mentioned, but Linux-specific instructions, examples, or agent documentation are missing. Automation examples mention PowerShell before Azure CLI and Terraform, and there are no Linux command-line or agent installation examples.
Recommendations:
- Provide explicit Linux agent installation and migration instructions, including links to Linux-specific documentation.
- Include Linux command-line examples (e.g., Bash, Azure CLI) alongside or before PowerShell examples.
- When referencing extensions or agents, mention both Windows and Linux versions, and provide links to both.
- Ensure automation tooling is presented in a cross-platform order (e.g., Azure CLI, Terraform, then PowerShell), or group them together without preference.
- Add a section or callout for Linux users highlighting any differences or additional steps required.
- Review all references to ensure Linux parity in troubleshooting, error messages, and integration guidance.
Create pull request