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 demonstrates a Windows-first bias by referencing the Windows deployment path (C:\home\site\wwwroot) as the default and only later mentioning the Linux equivalent. There are no Linux-specific examples or screenshots, and the Linux path is only mentioned in a note, not in the main instructional steps. No Linux command-line or tooling examples are provided.
Recommendations:
- Present both Windows and Linux file paths side-by-side in the main instructions, not just in a note.
- Include explicit Linux examples (e.g., using /home/site/wwwroot in the step-by-step instructions and sample commands).
- If showing file paths or deployment locations, always show both Windows and Linux equivalents together.
- If referencing tools or commands, provide both Windows (PowerShell, CMD) and Linux (Bash, CLI) examples where relevant.
- Consider adding a table or section that summarizes platform-specific differences for clarity.
Create pull request