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 macOS/Linux, and references Windows-specific Python setup documentation in prerequisites. While Linux/macOS commands are present, Windows instructions are consistently listed first and more prominently, indicating a subtle Windows-first bias.
Recommendations:
- Present environment variable setup instructions for all platforms in parallel, or alternate the order (e.g., show Linux/macOS first in some sections).
- In prerequisites, provide links for setting up Python on Linux and macOS in addition to Windows.
- Consider using tabbed or side-by-side layouts for platform-specific commands to avoid implying priority.
- Ensure all tooling and setup steps are equally covered for Linux/macOS, not just referenced after Windows.
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"