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. There are no native Linux or macOS instructions, and the workflow assumes a Windows environment. This excludes users on Linux or macOS from following the steps directly, and Windows-specific tools and patterns are mentioned without Linux equivalents.
Recommendations:
- Provide native Linux and macOS instructions alongside Windows instructions, especially for command-line steps.
- Avoid assuming the use of WSL; instead, show how to run commands directly in a Linux or macOS terminal.
- When referencing command prompts, clarify which OS is being used and offer alternatives for other platforms.
- If using online tools or Azure Portal steps, ensure that any OS-specific instructions are clearly marked and alternatives are provided.
- Consider restructuring the step order so that no platform is prioritized over another (e.g., 'On Windows, do X. On Linux/macOS, do Y.').
Create pull request