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
⚠️
windows_tools
Summary:
The documentation is generally cross-platform and Linux-focused for hosting, but there is a subtle Windows bias in the development and publishing workflow sections. Windows tools and development on Windows are mentioned first or exclusively in some places, and recommendations for local development and build workflows are sometimes Windows-centric. However, Linux is clearly the only supported hosting environment, and most code and configuration examples are OS-agnostic.
Recommendations:
- When listing development options, avoid phrases like 'Terminal or command prompt' and instead use 'Terminal (Linux/macOS) or Command Prompt (Windows)' to clarify cross-platform support.
- In the publishing section, avoid recommending remote build specifically for Windows users; instead, explain the pros and cons of remote vs. local build for all platforms.
- Add explicit Linux/macOS CLI examples where appropriate (e.g., using bash/zsh instead of only generic or Windows-centric command syntax).
- Where Visual Studio Code is mentioned, clarify that it is cross-platform and works on Linux/macOS as well as Windows.
- Review all references to 'command prompt' and 'cmd' to ensure parity with bash/zsh/terminal instructions.
- If mentioning Windows-specific behaviors (such as Python standard library installation), provide the equivalent Linux/macOS context immediately after or alongside.
Create pull request