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:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows/Powershell bias. It references PowerShell as the tool for viewing job logs outside the portal and discusses error streams in the context of PowerShell. There are no examples or mentions of Linux tools or command-line interfaces (such as Azure CLI, Bash, or Linux shell scripting) for interacting with Azure Automation logs. The documentation assumes familiarity with Windows-centric tools and patterns, and does not provide Linux-specific guidance or parity in examples.
Recommendations:
- Include examples using Azure CLI for querying or managing Automation logs, alongside or instead of PowerShell.
- Explicitly mention that the log querying and monitoring features are available and supported on Linux systems, not just Windows.
- Provide sample scripts or command-line instructions for Linux users (e.g., Bash scripts, use of az CLI, or Kusto queries executed via CLI).
- Clarify that runbooks can be authored and managed from Linux environments, and provide links or references to Linux-compatible tooling.
- Avoid language that assumes PowerShell is the default or only way to interact with Azure Automation logs; present alternatives equally.
Create pull request