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 both Windows Command Prompt and PowerShell examples, which are Windows-specific shells. Linux/macOS instructions are present but always listed last. There are no Linux-specific tools or patterns mentioned, but the ordering and prominence of Windows examples indicate a mild Windows-first bias.
Recommendations:
- Present Linux/macOS and Windows instructions in parallel tabs or in the same order of prominence.
- Consider listing Linux/macOS examples before or alongside Windows examples to balance visibility.
- Explicitly mention cross-platform compatibility of tools (such as Azure Functions Core Tools) and provide installation/testing instructions for Linux/macOS environments.
- Where possible, avoid assuming Visual Studio as the default development environment; mention VS Code or CLI alternatives for Linux/macOS users.
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>"
$Env:AZURE_APPCONFIG_CONNECTION_STRING = "<connection-string-of-your-app-configuration-store>"
setx AZURE_APPCONFIG_CONNECTION_STRING "<connection-string-of-your-app-configuration-store>"