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 includes explicit PowerShell examples. While Linux/macOS commands are present, Windows instructions are consistently listed first, and PowerShell is given its own example block, which may suggest a slight prioritization of Windows environments.
Recommendations:
- Alternate the order of platform instructions (sometimes show Linux/macOS first) to avoid implicit prioritization.
- Group platform-specific commands in a tabbed or collapsible format so users can easily select their OS, rather than listing Windows first by default.
- Ensure parity in detail and clarity between Windows and Linux/macOS instructions.
- Consider including WSL (Windows Subsystem for Linux) notes if relevant, to bridge Windows and Linux workflows.
- Where possible, use cross-platform commands or highlight them as the default, with platform-specific notes as needed.
Create pull request
Flagged Code Snippets
$Env:AZURE_APPCONFIG_CONNECTION_STRING = "<connection-string-of-your-app-configuration-store>"
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>"