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:
Summary:
The documentation provides instructions for entering a new setting using a generic 'dialog', but does not specify or provide examples for Linux environments, command-line interfaces, or cross-platform tools. There is no mention of how to accomplish the same task outside of a GUI, which may not be available or preferred on Linux systems.
Recommendations:
- Add command-line examples for setting the environment variable using Bash (e.g., export SCM_DO_BUILD_DURING_DEPLOYMENT=true) for Linux users.
- Clarify whether the 'dialog' refers to a Windows-specific tool or a cross-platform interface, and provide alternatives if it is not cross-platform.
- Include instructions for setting the variable in configuration files or deployment scripts commonly used on Linux.
- Ensure that both GUI and CLI methods are documented, with equal prominence for Windows and Linux users.
Create pull request