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, and gives detailed PowerShell and Windows Command Prompt examples. Linux/macOS instructions are present but always listed last. There are no missing Linux examples, but the ordering and explicit mention of Windows tools first indicate a subtle Windows-first bias.
Recommendations:
- Present Linux/macOS and Windows instructions in parallel tabs or side-by-side, rather than always listing Windows first.
- Consider listing Linux/macOS instructions first, or randomizing the order across documentation pages to avoid implicit prioritization.
- Where possible, use cross-platform commands (e.g., via the Azure CLI) as the primary example, and provide OS-specific instructions only as needed.
- Explicitly state that all platforms are supported equally, and ensure parity in example detail and placement.
- Review other documentation pages for similar ordering and adjust for consistency.
Create pull request
Flagged Code Snippets
setx AZURE_APPCONFIG_ENDPOINT "<endpoint-of-your-app-configuration-store>"
$Env:AZURE_APPCONFIG_ENDPOINT = "<endpoint-of-your-app-configuration-store>"
setx AZURE_APPCONFIG_CONNECTION_STRING "<connection-string-of-your-app-configuration-store>"
$Env:AZURE_APPCONFIG_CONNECTION_STRING = "<connection-string-of-your-app-configuration-store>"