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:
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation consistently refers to Windows-specific drive letters (C: and D:) when describing OS and temporary disks, without mentioning Linux equivalents (such as / or /mnt). No Linux-specific examples or terminology are provided, and the documentation does not clarify how these instructions or disk mappings apply to Linux VMs. This may cause confusion for users working with Linux-based lab VMs.
Recommendations:
- Include references to Linux disk conventions (e.g., root filesystem '/', '/mnt', or '/tmp') alongside Windows drive letters when discussing OS and temporary disks.
- Explicitly state that the instructions apply to both Windows and Linux VMs, or provide separate notes/examples for each platform where behavior differs.
- Add Linux command-line or tool references where PowerShell is mentioned, or clarify if PowerShell is required/supported on Linux VMs.
- Review screenshots and UI text to ensure they are not Windows-centric, or provide Linux-relevant visuals if the experience differs.
Create pull request