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
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows-first bias by referencing Visual Studio Code UI navigation patterns (e.g., 'File > Open Folder') and omitting any mention of Linux-specific instructions or terminal-based workflows. There are no examples or notes for Linux users, nor are there alternative instructions for common Linux environments. The reliance on GUI-based steps and lack of parity for Linux users may hinder accessibility for non-Windows developers.
Recommendations:
- Add explicit instructions or notes for Linux (and macOS) users, especially where UI navigation or keyboard shortcuts may differ.
- Include terminal-based alternatives for key steps (e.g., opening folders, installing extensions) that are common in Linux workflows.
- Where possible, provide screenshots or examples from Linux environments in addition to Windows.
- Clarify that Visual Studio Code and the Azure extension are cross-platform, and link to platform-specific installation guides.
- Review all steps for assumptions about the user's operating system and add parity for Linux users.
Create pull request