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
⚠️
powershell_reference
Summary:
The documentation is largely cross-platform and focused on Azure CLI, which is available on both Windows and Linux. However, there is a subtle Windows bias in the form of referencing PowerShell documentation before Linux alternatives, and linking to Windows-specific VM documentation in some places. No Linux-specific examples or tools are missing, but the only alternative to CLI mentioned is PowerShell, and the link to zone-pinned VMs references a Windows VM creation page.
Recommendations:
- When referencing alternative automation tools, mention both PowerShell and Bash (or shell scripting) guides if available, or clarify that CLI commands are cross-platform.
- When linking to VM documentation (e.g., for zone-pinned VMs), provide links to both Windows and Linux VM creation guides.
- Explicitly state that all CLI examples work on both Windows and Linux, and consider including a note or section for Linux users if there are any OS-specific considerations.
- If referencing PowerShell for automation, also mention Bash scripting or provide a link to a Linux automation guide if available.
Create pull request