This page contains Windows bias

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 consistently references Visual Studio Code and Visual Studio as the primary development environments, with instructions such as right-clicking files and using GUI elements that are most familiar to Windows users. There are no explicit examples or instructions for Linux-specific workflows, terminal-based alternatives, or common Linux editors. The use of Visual Studio (not Code) for deployment is mentioned without Linux alternatives, and all command-line examples use Azure CLI, which is cross-platform, but the overall workflow assumes a Windows-centric development environment.
Recommendations:
  • Include explicit instructions for Linux users, such as using terminal commands to add bindings or edit JSON files, rather than relying on right-click context menus.
  • Provide alternative deployment instructions using only Visual Studio Code or the Azure CLI, as Visual Studio is not available on Linux.
  • Clarify that Visual Studio Code is cross-platform and provide any Linux-specific notes or troubleshooting tips.
  • Mention and demonstrate how to use common Linux editors (e.g., vim, nano) for editing configuration files.
  • Ensure all steps that reference GUI actions have equivalent CLI or keyboard-driven alternatives for Linux parity.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets