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 exhibits a mild Windows bias by linking to Windows-specific instructions for creating proximity placement groups (PPGs) and referencing Windows documentation before or instead of Linux equivalents. There are no explicit PowerShell examples or commands, but the only direct link for PPG creation is to a Windows/portal-specific guide, and there is no mention of Linux tools or CLI-based workflows.
Recommendations:
- Provide equivalent Linux-focused documentation links, such as how to create PPGs using the Azure CLI or ARM templates, not just the Azure portal (which is often shown with Windows VM examples).
- When referencing documentation for creating or managing resources (like PPGs), include both Windows and Linux VM scenarios, or use neutral, cross-platform examples.
- Explicitly mention that the procedures apply to both Windows and Linux VMs, or clarify any differences where relevant.
- Add example commands for both Azure CLI and PowerShell where appropriate, to ensure parity for Linux users.
- Review all linked documentation to ensure Linux users are not redirected to Windows-centric guides.
Create pull request