Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation demonstrates a moderate Windows bias. PowerShell is featured prominently and before Azure CLI, with detailed examples and explanations. The CLI section is present, but less detailed and not highlighted first. There is no mention of Linux/macOS-specific tools or shell environments, nor are there examples using Bash or other Linux-native scripting. References to troubleshooting and usage patterns (e.g., mounting shares) implicitly assume Windows clients, and links to troubleshooting guides default to Windows tabs. No explicit Linux or macOS guidance is provided for tasks like obtaining resource IDs or mounting shares.
Recommendations
- Provide Bash examples alongside PowerShell, especially for scripting metric queries.
- Explicitly mention Linux/macOS compatibility for Azure CLI commands and clarify any differences.
- Include links or references to Linux/macOS troubleshooting guides where relevant.
- Ensure parity in detail and order between PowerShell and Azure CLI sections.
- Add examples for mounting Azure Files shares on Linux/macOS clients where latency is discussed.
- Avoid defaulting to Windows tabs in external troubleshooting links.
Create Pull Request