Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page exhibits a notable Windows bias, especially in migration steps for clusters using Basic SKU load balancer and IP resources. All command-line examples are provided exclusively in PowerShell, with no Bash, Azure CLI, or Linux-native instructions. Windows-centric tools and paths (e.g., D:\SvcFab) are referenced, and Windows sample templates are mentioned before Linux equivalents. Linux users are left to infer or adapt steps without direct guidance.
Recommendations
- Provide equivalent Azure CLI and Bash examples for all PowerShell commands, especially for cluster migration and resource management.
- Reference Linux/Ubuntu sample templates alongside Windows templates, and mention them with equal prominence.
- Include notes or sections explicitly addressing Linux/macOS users, clarifying any differences in process or tooling.
- Replace or supplement Windows file paths (e.g., D:\SvcFab) with Linux equivalents (e.g., /var/svcfab) where appropriate.
- Ensure all resource management steps (disabling nodes, removing resources, updating DNS) have cross-platform instructions.
Create Pull Request