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 provides only PowerShell-based instructions and commands for collecting VM guest logs, which are specific to Windows environments. There are no equivalent CLI or shell examples for Linux users. While log file locations for both Linux and Windows VMs are mentioned, the actual log collection process is described solely using Windows/PowerShell tools, with no Linux-native alternatives or parity.
Recommendations:
- Include equivalent Linux shell (bash) commands for collecting guest logs, such as using SSH and tar/scp to gather log files from Linux VMs.
- Provide instructions for accessing the Linux command line interface on the device, if supported, or clarify if only PowerShell is available.
- List both Windows and Linux methods side by side or in separate sections to ensure parity and clarity for users of both platforms.
- If PowerShell Core is required for cross-platform use, specify this and provide examples for Linux environments.
Create pull request