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
⚠️
windows_tools
Summary:
The documentation demonstrates a mild Windows bias by referencing Windows-specific resources before Linux equivalents and linking to Windows-focused documentation. While both Ubuntu and Windows images are mentioned, the ARM template deployment section links to a Windows-specific template description, and the order of OS images and examples often places Windows first.
Recommendations:
- Provide parallel links to both Windows and Linux template documentation, or use a neutral landing page that covers both.
- When listing supported OS images or examples, alternate the order or present Linux and Windows options side by side.
- Ensure that all example commands (such as Azure CLI) are shown in a cross-platform way, avoiding backticks (`) for line continuation, which is PowerShell-specific; use backslash (\) or show both variants.
- Where possible, explicitly mention Linux tools, patterns, or workflows alongside Windows equivalents.
- Review all references and links to ensure Linux users have equal access to relevant guidance and examples.
Create pull request