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 by referencing PowerShell and Windows-centric tools (such as Get-AzEffectiveRouteTable) before or instead of Linux equivalents. While Azure CLI is mentioned, PowerShell is often listed first or exclusively, and there are no explicit Linux shell or command-line examples. The documentation does not provide parity for Linux users in terms of command-line instructions or tool references.
Recommendations:
- Ensure all command-line instructions are provided in both Azure CLI and PowerShell, with Azure CLI (which is cross-platform) listed first.
- Include explicit Linux shell examples or references where relevant, especially for verification tasks.
- When referencing tools or commands (e.g., Get-AzEffectiveRouteTable), provide the equivalent Azure CLI command (e.g., az network nic show-effective-route-table) and link to its documentation.
- Avoid using Windows-specific terminology or tools as the default; instead, use cross-platform tools and clarify when a tool is platform-specific.
- Add a section or callout for Linux/macOS users to highlight any differences or additional steps.
Create pull request