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 page demonstrates a Windows bias by providing only Azure PowerShell examples for deployment commands, referencing Windows-centric tools and patterns first, and omitting equivalent Azure CLI (Linux-friendly) command examples in the main instructional sections. While Linux/CLI documentation is linked in the 'Next steps' and 'Change proximity placement group configurations' sections, the core walkthroughs and code samples are exclusively PowerShell-based, which may disadvantage Linux users or those preferring cross-platform tooling.
Recommendations:
- For every Azure PowerShell example, provide an equivalent Azure CLI example side-by-side or immediately following, especially in the main instructional sections.
- When referencing deployment methods, mention Azure CLI and PowerShell together, or list CLI first to avoid Windows-first bias.
- In code blocks, clearly label which platform/tool each example is for (e.g., 'Azure CLI', 'Azure PowerShell').
- Ensure that Linux users can follow all steps without needing to switch to Windows or PowerShell.
- Consider including a short section or table summarizing both PowerShell and CLI commands for common tasks.
Create pull request