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
⚠️
powershell_heavy
Summary:
The documentation page demonstrates a Windows bias by focusing exclusively on Windows-based deployment and configuration patterns for ASP.NET apps. All runtime version discovery examples use Windows file paths and Kudu CMD/PowerShell consoles, with no mention of Linux equivalents. The use of Visual Studio as the primary deployment tool and references to Windows-specific tools and directories further reinforce this bias. There are no examples or instructions for Linux-based App Service environments, nor any mention of Bash or Linux shell commands.
Recommendations:
- Provide parallel instructions and examples for Linux-based App Service environments, including how to check .NET runtime versions and access diagnostic tools on Linux.
- Include Linux/Bash shell commands alongside CMD/PowerShell examples, especially for tasks like listing installed runtimes.
- Mention and demonstrate deployment workflows using cross-platform tools (e.g., dotnet CLI, VS Code) in addition to Visual Studio.
- Clarify which instructions apply only to Windows App Service plans and provide links or sections for Linux-specific guidance.
- Reference Linux file paths and environment variable access patterns where appropriate.
Create pull request