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
⚠️
windows_tools
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation demonstrates some Windows bias, including presenting Windows-specific details or tools before Linux equivalents, referencing Windows-only settings and paths, and providing more detailed PowerShell/Windows coverage. Linux-specific examples or parity are sometimes missing or less emphasized.
Recommendations:
- Ensure all examples that reference environment variable syntax, file paths, or OS-specific settings provide both Windows and Linux equivalents side-by-side.
- When mentioning tools like Azure PowerShell, always mention Azure CLI as an equal alternative, and provide CLI examples where possible.
- For settings that are OS-specific (e.g., WEBSITE_NODE_DEFAULT_VERSION for Windows), clearly indicate Linux alternatives or explicitly state if there is no equivalent.
- In sections where Windows is mentioned first (e.g., double-underscore vs colon in environment variable names), consider presenting both OS behaviors together or starting with a neutral explanation.
- Expand Linux-specific guidance, especially around deployment, file paths, and runtime configuration, to match the detail given for Windows.
- Where PowerShell is referenced for scripting or automation, provide Bash or shell script equivalents for Linux users.
- Review all screenshots and code snippets to ensure Linux users are equally represented.
Create pull request