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
⚠️
powershell_heavy
Summary:
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before Linux/macOS (bash), and includes both Windows command prompt and PowerShell commands, which may suggest a Windows-first and PowerShell-heavy approach. However, Linux/macOS instructions are present and complete. There are no exclusive references to Windows-only tools or missing Linux examples, but the ordering and emphasis may subtly favor Windows users.
Recommendations:
- Present environment variable setup instructions in a neutral order, such as listing Linux/macOS (bash) first or grouping all OS instructions together without preference.
- Avoid giving the impression of Windows primacy by using headings like 'On Windows', 'On macOS', 'On Linux' rather than listing Windows first.
- Ensure that all command-line examples are equally detailed for all platforms, and consider providing cross-platform scripts or notes where possible.
- Explicitly state that all steps are cross-platform unless a step is truly OS-specific.
- Where possible, use platform-agnostic tooling or highlight alternatives (e.g., cross-platform editors, deployment tools) to reinforce parity.
Create pull request
Flagged Code Snippets
setx APP_CONFIGURATION_CONNECTION_STRING "connection-string-of-your-app-configuration-store"
setx APP_CONFIGURATION_ENDPOINT "endpoint-of-your-app-configuration-store"
setx APP_CONFIGURATION_CONNECTION_STRING "connection-string-of-your-app-configuration-store"
$Env:APP_CONFIGURATION_ENDPOINT = "endpoint-of-your-app-configuration-store"