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 examples for Azure CLI (which is cross-platform and more common on Linux) or bash scripting. The PowerShell examples are presented as the sole scripting/command-line automation method. Additionally, the structure and language of the documentation prioritize Windows-centric tools and patterns, with no mention of Linux-native approaches or parity in command-line instructions.
Recommendations:
- Add Azure CLI examples alongside PowerShell for all automation account management tasks, including deleting accounts and solutions.
- Explicitly mention that Azure CLI commands can be run on Linux, macOS, and Windows, and provide bash syntax where appropriate.
- Where PowerShell is referenced, clarify that it is available cross-platform, but also provide native bash or shell script equivalents for Linux users.
- Include a section or tab for Linux users, demonstrating how to perform the same actions using the Azure CLI and/or REST API with curl.
- Review all command-line examples to ensure Linux parity and avoid implying that PowerShell is the only or primary automation tool.
Create pull request