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
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a mild Windows bias by referencing PowerShell and Azure CLI together, but listing PowerShell (a Windows-centric tool) first and linking to its documentation before Azure CLI. There are no explicit Linux shell (bash) examples, and the only command-line context is given in terms of PowerShell and Azure CLI, with no mention of Linux-specific tools or workflows. The portal is referenced as a GUI, which is cross-platform, but no parity is provided for Linux-native command-line environments.
Recommendations:
- When mentioning command-line tools, alternate the order (e.g., 'Azure CLI or PowerShell') or provide separate, parallel examples for both environments.
- Include explicit bash/Linux shell examples for common operations, such as changing subscriptions or querying resources, to ensure Linux users are equally supported.
- Where possible, provide links to both PowerShell and Azure CLI documentation, and consider referencing Azure CLI (which is cross-platform) before PowerShell.
- Add notes or callouts for Linux/macOS users, especially where command syntax or environment setup may differ.
- Ensure that troubleshooting steps and examples are not Windows-centric by default, and that Linux users are not required to infer how to adapt instructions.
Create pull request