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
⚠️
missing_linux_example
Summary:
The documentation exhibits a Windows-first bias by referencing the Windows deployment path (C:\home\site\wwwroot) and providing a detailed note about path differences, but only gives a concrete example for Windows (relative path) and not for Linux. The Linux path is mentioned only in a note, and there are no Linux-specific examples or commands. No Linux tools or patterns are discussed, and the default pathing and instructions assume familiarity with Windows conventions.
Recommendations:
- Provide Linux-specific examples alongside Windows examples, such as using '/home/site/wwwroot/auth.json' in the main instructions, not just in a note.
- When mentioning file paths, always show both Windows and Linux variants together (e.g., 'C:\home\site\wwwroot\auth.json' (Windows) and '/home/site/wwwroot/auth.json' (Linux)).
- Clarify any differences in file deployment or permissions between Windows and Linux App Service environments.
- Include Linux command-line examples (e.g., using bash or Linux-native tools) where relevant.
- Avoid assuming Windows as the default; use neutral language or parallel examples for both platforms.
Create pull request