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 page demonstrates a Windows-first bias by referencing the Windows file path (C:\home\site\wwwroot) as the primary example for file placement, and only later mentioning the Linux equivalent. The instructions and examples focus on Windows conventions, with Linux-specific guidance provided as a note rather than integrated into the main steps. There are no Linux shell or command-line examples, and the documentation does not provide parity in examples or instructions for Linux users.
Recommendations:
- Present both Windows and Linux file paths and conventions side-by-side in all relevant steps and examples.
- Include explicit Linux examples (e.g., using /home/site/wwwroot/auth.json) in the main instructional flow, not just in notes.
- Add Linux-specific guidance or command-line examples where applicable (e.g., how to create or deploy the configuration file on Linux-based App Service).
- Avoid referencing Windows paths or tools as the default; instead, clarify platform differences up front and treat both platforms equally throughout the documentation.
Create pull request