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
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows bias by repeatedly instructing users to use a Windows command prompt and the Windows Subsystem for Linux (WSL) to execute Linux commands, rather than providing native Linux or macOS instructions. All command-line steps are framed from a Windows perspective, with no direct guidance for users on Linux or macOS systems. There are also references to Windows-specific installation steps (e.g., 'wsl --install'), and no mention of equivalent Linux-native environments or tools.
Recommendations:
- Provide parallel instructions for Linux and macOS users, including native shell commands and environment setup steps.
- Avoid assuming the user is on Windows; structure command-line instructions with tabs or sections for each major OS (Windows, Linux, macOS).
- Replace or supplement WSL-specific instructions with native Linux and macOS alternatives (e.g., running curl directly in a terminal).
- Explicitly mention required tools (curl, etc.) and how to install them on all supported platforms.
- Review all references to Windows tools and ensure Linux/macOS equivalents are given equal prominence and detail.
Create pull request