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 page demonstrates a Windows-first bias by referencing the Windows deployment path (C:\home\site\wwwroot) before mentioning the Linux equivalent, and by providing more detailed guidance for Windows paths. Linux-specific instructions are only briefly mentioned and lack example commands or context. No Linux shell or tooling examples are provided, and the Linux path format is only described in a note, not in the main instructional flow.
Recommendations:
- Present Linux and Windows paths together in all relevant steps, not just in notes. For example, specify both 'C:\home\site\wwwroot\auth.json' (Windows) and '/home/site/wwwroot/auth.json' (Linux) when describing file locations.
- Include explicit Linux examples and commands (e.g., using bash or Linux file paths) alongside Windows examples.
- Avoid assuming the reader is on Windows by default; structure instructions to address both platforms equally.
- Where platform differences exist (such as relative vs. absolute paths), provide clear, parallel examples for both Windows and Linux.
- Consider adding a table or section summarizing platform-specific differences for quick reference.
Create pull request