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
Summary:
The documentation page demonstrates a Windows bias by exclusively referencing PowerShell cmdlets as the mechanism for Run Command operations, with no mention of Linux shell, Bash, or cross-platform scripting alternatives. All operational examples and terminology are centered around PowerShell and Windows-centric tools, with no Linux or macOS parity or guidance.
Recommendations:
- Include examples of using Run Command with Bash or shell scripts for Linux administrators, if supported.
- Clarify whether Run Command supports only PowerShell or if cross-platform scripting (e.g., Bash, Python) is possible, and document accordingly.
- If PowerShell is required, mention that PowerShell Core is cross-platform and provide guidance for Linux/macOS users on how to use it.
- Add explicit notes or sections for Linux/macOS users, including prerequisites and usage patterns relevant to those environments.
- Where possible, provide equivalent command-line examples for both Windows (PowerShell) and Linux (Bash/shell) to ensure parity.
Create pull request