Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by exclusively providing PowerShell examples for managing bandwidth schedules, referencing Windows-centric tools (PowerShell 7, execution policy), and omitting equivalent Linux command-line instructions or examples. There is no mention of how to perform these tasks using Bash, Azure CLI, or other Linux-native tools, nor any guidance for Linux users on agent console access or scripting.
Recommendations
- Add Azure CLI examples for all PowerShell commands, showing how to manage bandwidth schedules from Linux/macOS environments.
- Include Bash script snippets for manipulating the JSON schedule, especially for agent management tasks.
- Clarify whether the agent console is accessible via SSH on Linux and provide Linux-specific instructions for timezone changes and other configuration steps.
- Explicitly mention cross-platform support and provide links or references to Linux/macOS documentation where available.
- Ensure screenshots and UI references do not assume a Windows environment (e.g., avoid Outlook calendar analogies unless also referencing Linux alternatives).
Create Pull Request