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-first bias by referencing the Windows file path (C:\home\site\wwwroot) as the default project root location and only providing a Windows example for where to place the configuration file. Linux is mentioned only in a note, with no Linux-specific example or illustration. The documentation also refers to Windows paths and conventions before Linux, and does not provide equivalent Linux command-line or file path examples.
Recommendations:
- Provide both Windows and Linux file path examples when describing where to place the configuration file (e.g., C:\home\site\wwwroot\auth.json for Windows, /home/site/wwwroot/auth.json for Linux).
- Instruct users on how to deploy or locate the configuration file on both Windows and Linux App Service environments.
- When referencing platform-specific behaviors (such as configFilePath requirements), present Linux and Windows information in parallel, rather than Windows first.
- Include Linux-specific notes or examples wherever Windows-specific tools, paths, or conventions are mentioned.
- Consider adding a table or section summarizing differences between Windows and Linux App Service environments for this feature.
Create pull request