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 exhibits a Windows-first bias by referencing Windows-style paths (e.g., D:\home\site\wwwroot) before Linux equivalents, and by providing detailed operational instructions (such as directory creation and file placement) only for Windows paths. There is a lack of Linux-specific examples or explicit parity in instructions, and Windows directory conventions are used throughout, with Linux paths mentioned only in passing.
Recommendations:
- Provide Linux-specific examples and paths (e.g., /home/site/wwwroot) alongside Windows examples in all relevant sections.
- When describing operational steps (such as manually creating directories or files), include both Windows and Linux commands (e.g., mkdir for Windows and Linux).
- Ensure that all references to file paths, deployment locations, and troubleshooting steps are presented for both Windows and Linux environments, not just Windows.
- Explicitly state any differences in behavior or requirements between Windows and Linux App Service plans.
- Add example commands using Bash or other Linux-native tools where appropriate, not just Azure CLI.
Create pull request