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
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by exclusively referencing Windows-based tools and environments (such as Visual Studio, Kudu, CMD, and PowerShell) for configuration and diagnostics. All file paths and commands are Windows-specific, and there are no Linux-based examples or instructions for equivalent tasks. The guidance assumes the use of Windows App Service instances and does not address Linux App Service scenarios or tooling.
Recommendations:
- Add parallel Linux-based instructions and examples for each configuration task, especially for listing .NET runtimes and accessing diagnostic tools.
- Include Linux file paths and shell commands (e.g., bash) where Windows CMD/PowerShell commands are shown.
- Mention Linux App Service environments explicitly and provide guidance for users deploying to Linux-based App Service plans.
- Reference cross-platform tools (such as the Azure CLI and Kudu's Bash console) equally alongside Windows tools.
- Clarify when a step or tool is Windows-only, and provide alternatives for Linux users.
Create pull request