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 references the Windows file path (C:\home\site\wwwroot) first and provides a detailed explanation for Windows path conventions, while the Linux equivalent is only mentioned later and lacks example parity. There are no Linux-specific examples or screenshots, and the primary example uses a Windows-style path.
Recommendations:
- Present both Windows and Linux file paths/examples together, or start with Linux if usage is equally common.
- Include explicit Linux file path examples (e.g., '/home/site/wwwroot/auth.json') alongside Windows examples in all relevant steps.
- Clarify any platform-specific behaviors or limitations in a side-by-side or tabbed format to ensure parity.
- Add a table or section summarizing differences between Windows and Linux deployments for this feature.
- Avoid assuming Windows as the default; use neutral language or alternate which platform is mentioned first.
Create pull request