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 bias by referencing Windows directory paths (e.g., D:\home\site\wwwroot) before Linux equivalents, using Windows-style path separators in examples, and omitting explicit Linux/Bash command examples or Linux-specific instructions. The focus is on Windows conventions and tools, with limited mention of Linux environments or parity.
Recommendations:
- Present both Windows and Linux directory paths together, or list Linux paths first where appropriate (e.g., '/home/site/wwwroot' before 'D:\home\site\wwwroot').
- Include Linux/Bash command examples alongside Azure CLI, especially where file paths or manual steps are shown.
- Use cross-platform path notation (e.g., '<project-root>/app_data/jobs/...') or provide both Windows (\) and Linux (/) path examples.
- Explicitly mention differences or considerations for Linux-based App Service plans, including any variations in deployment directories or behaviors.
- Add troubleshooting notes or caveats specific to Linux environments if applicable.
Create pull request