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_first
⚠️
missing_linux_example
Summary:
The documentation demonstrates Windows bias by instructing users to open PowerShell on the test VM and providing only PowerShell-based command examples (e.g., nslookup). There is no mention of Linux-based alternatives, nor are Linux shell commands or tools (such as bash, dig, or curl) provided. The workflow implicitly assumes the test VM is Windows-based, and no guidance is given for users who might deploy a Linux VM.
Recommendations:
- Include parallel instructions for both Windows and Linux VMs, specifying which OS to choose during VM creation.
- Provide Linux shell command equivalents (e.g., using bash terminal, dig, or host for DNS lookup, and curl or wget for HTTP requests).
- Explicitly mention that the test VM can be either Windows or Linux, and offer step-by-step instructions for both environments.
- When referencing opening a terminal, use neutral language (e.g., 'open a terminal or command prompt') and clarify the steps for each OS.
- Add screenshots or output examples from both Windows and Linux environments to ensure parity.
Create pull request