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_heavy
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias primarily through its references and examples. It mentions connecting virtual networks using PowerShell (a Windows-centric tool) in the 'Related content' section, and does not provide equivalent guidance or examples for Linux users (e.g., Azure CLI, Bash). There are no Linux or cross-platform command-line examples, and the only automation tool referenced is PowerShell. This may make the documentation less accessible or actionable for users on Linux or macOS platforms.
Recommendations:
- Include Azure CLI (az) command examples alongside or instead of PowerShell for all relevant operations, especially in 'Related content' and any procedural sections.
- When referencing automation or scripting, mention both PowerShell and Bash/CLI options, or provide links to both.
- Avoid listing Windows/PowerShell tools first or exclusively; ensure parity by presenting cross-platform tools and workflows.
- Add explicit notes or links for Linux/macOS users where procedures may differ, especially for network configuration and DNS setup.
- Audit related documentation links to ensure they do not disproportionately point to Windows/Powershell-specific guidance.
Create pull request