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_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a bias towards Windows by exclusively referencing PowerShell cmdlets as the mechanism for Run Command operations, without mentioning or providing examples for Linux shells or tools. There are no Linux/Unix command-line examples, nor is there any discussion of how to perform similar tasks from a Linux environment. The terminology and workflow are centered around Windows-native tools and patterns.
Recommendations:
- Include examples of running Run Command operations using Linux shells (e.g., Bash) or cross-platform tools (e.g., Azure CLI, REST API).
- Clarify whether Run Command supports only PowerShell or if Linux/Unix scripting is also possible; if so, provide parity in examples.
- Mention and document any Linux-compatible tools or workflows for managing Run Command, such as using the Azure CLI from a Linux terminal.
- If PowerShell is required, note the availability of PowerShell Core on Linux and provide guidance for Linux users.
- Ensure screenshots and UI references are not exclusively Windows-centric, or supplement them with Linux/CLI equivalents where possible.
Create pull request