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.
Create pull request