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
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows bias by presenting PowerShell examples first and in greater detail, using Windows-centric tooling (Azure PowerShell), and providing a Windows Server image in the PowerShell VM creation example. While CLI examples are present and include a Linux (Ubuntu) image, the PowerShell section is more comprehensive and implicitly assumes a Windows environment, especially for VM provisioning.
Recommendations:
- Provide both PowerShell and CLI examples in parallel for each step, ensuring parity in detail and coverage.
- In PowerShell VM creation examples, include both Windows and Linux image options, or use a neutral example.
- Explicitly mention that Azure PowerShell can be used cross-platform, or provide Bash/Cloud Shell alternatives where possible.
- Avoid defaulting to Windows Server images in examples; alternate or provide both Windows and Linux image options.
- Consider starting with CLI examples or alternating the order to avoid 'windows_first' bias.
Create pull request