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
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by only providing a Windows VM deployment example (with a link specifically to a 'vm-windows-copy-datadisks' template), mentioning Azure PowerShell before Azure CLI in version requirements, and referencing deployment with Azure PowerShell in the 'Next steps' section. There are no Linux-specific examples or links, and Linux deployment tools or scenarios are not highlighted.
Recommendations:
- Add a Linux VM deployment example using property iteration, and link to a Linux-focused quickstart template (e.g., 'vm-linux-copy-datadisks').
- When listing deployment tools (Azure PowerShell, Azure CLI, REST API), alternate or balance the order, or mention Azure CLI first to avoid Windows-first perception.
- In the 'Next steps' section, provide links to both PowerShell and CLI deployment guides, or a unified cross-platform deployment guide.
- Explicitly mention that the property iteration technique applies equally to Linux and Windows resources, and provide at least one Linux resource scenario.
- Where possible, use neutral or cross-platform language and examples, and avoid implying Windows is the default or primary use case.
Create pull request