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
⚠️
missing_linux_example
Summary:
The documentation displays a mild Windows bias by referencing Windows-specific tools and patterns (such as PowerShell and 'command prompt') and mentioning Windows deployment options before Linux equivalents. There are no explicit Linux or cross-platform terminal instructions, and a key deployment link refers to using Windows PowerShell, with no Linux alternative provided. The language used (e.g., 'command prompt') and the absence of explicit Linux shell examples or instructions may confuse or exclude Linux users.
Recommendations:
- When referring to terminals, use cross-platform language such as 'terminal' or 'shell' instead of 'command prompt', and clarify that instructions apply to both Windows and Linux.
- For deployment and running commands, provide both Windows (cmd/PowerShell) and Linux/macOS (bash/zsh) examples where syntax or context differs.
- Where links reference Windows-specific guides (e.g., deploying Node.js with Windows PowerShell), add or link to equivalent Linux/macOS guides.
- Explicitly state that all npm and Node.js commands work on Linux/macOS, and provide any necessary Linux-specific prerequisites or troubleshooting tips.
- Consider including screenshots or terminal output from both Windows and Linux environments to reinforce cross-platform support.
Create pull request