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 demonstrates a Windows bias by referencing Windows-style paths (e.g., D:\home\site\wwwroot) before Linux equivalents, using Windows directory separators in examples, and omitting explicit Linux/Bash command examples or Linux-specific instructions. The focus on Windows tools and patterns, such as directory structures and deployment paths, may make it less approachable for Linux users.
Recommendations:
- Present both Windows and Linux directory paths and examples side-by-side, or use platform-agnostic notation where possible.
- Include explicit Linux/Bash command examples (e.g., using Bash or sh syntax) alongside Azure CLI commands.
- Clarify when instructions or paths differ between Windows and Linux App Service environments.
- Avoid using only Windows directory separators (\); include Linux-style (/) as well.
- Add troubleshooting notes or tips relevant to Linux users, such as file permission considerations.
Create pull request