Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a strong Windows and PowerShell bias. All command-line examples are provided exclusively in PowerShell, with no mention of Bash, Azure CLI, or Linux-native tooling. The prerequisites and setup steps assume the use of the Az PowerShell module, and there is no guidance for users on Linux or macOS platforms. The documentation does not acknowledge or provide alternatives for non-Windows environments, despite Azure Automation State Configuration supporting Linux nodes in the past.
Recommendations
- Provide equivalent Azure CLI examples for all PowerShell commands, as Azure CLI is cross-platform and commonly used on Linux and macOS.
- Explicitly state platform compatibility for each step and tool, and mention any limitations or deprecations for Linux support.
- Include a section or callout for Linux/macOS users, outlining any differences in setup or usage.
- Reference Bash or shell scripting alternatives where applicable, especially for authentication and resource management.
- Clarify the current and future support status for Linux nodes in Azure Automation State Configuration, given the included retirement announcement.
Create Pull Request