Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation is heavily focused on Windows, with all examples and operational instructions using PowerShell cmdlets and referencing Windows-specific tools and paths. There is no mention of Linux/macOS equivalents, nor any guidance for users who may be accessing Azure Stack Edge from non-Windows platforms. The cmdlet lists and examples assume a Windows environment, and the documentation does not address how Linux/macOS users can interact with the device or perform remote support tasks.
Recommendations
- Clarify whether remote support and diagnostics can be accessed or managed from Linux/macOS clients, and if so, provide instructions or examples using cross-platform tools (e.g., PowerShell Core, SSH, Azure CLI).
- If PowerShell is required, specify whether PowerShell Core (pwsh) is supported and provide installation and usage instructions for Linux/macOS.
- Include examples for Linux/macOS users, such as how to connect to the device, run diagnostics, and collect support packages using non-Windows tools.
- Explicitly state any platform limitations or requirements for remote support, so non-Windows users are aware of what is or isn't possible.
- Where possible, offer Azure CLI or REST API alternatives to PowerShell cmdlets for remote management tasks.
Create Pull Request