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
⚠️
missing_linux_example
⚠️
windows_tools
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by providing only Azure PowerShell command-line examples for automation account management, with no equivalent Azure CLI (cross-platform) or Bash examples. The PowerShell sections are prominent and detailed, while Linux-native or cross-platform command-line usage is not addressed. The documentation also refers to Windows-centric tools and patterns, such as PowerShell, without mentioning or prioritizing Linux or cross-platform alternatives.
Recommendations:
- Add Azure CLI (az) command examples alongside PowerShell for all automation account management tasks, including deletion and solution removal.
- Include Bash shell script examples where appropriate to demonstrate cross-platform usage.
- Present Azure CLI examples before or alongside PowerShell to avoid prioritizing Windows tools.
- Explicitly mention that Azure CLI is available on Windows, Linux, and macOS, and provide guidance for users on non-Windows platforms.
- Review all sections to ensure that Linux and macOS users are not excluded from the documented workflows.
Create pull request