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 strong Windows bias. All runtime version examples and tooling references (such as Kudu, CMD, PowerShell, and Visual Studio) are specific to Windows environments. There are no Linux-specific instructions or examples, nor is there mention of Linux-based deployment or configuration patterns for ASP.NET apps. The documentation assumes the use of Windows App Service instances and omits guidance for Linux-based App Service or containers, despite a brief mention in the introductory note.
Recommendations:
- Add parallel Linux-based examples for listing .NET runtime versions, such as using SSH or the Linux Kudu Bash console.
- Include instructions for configuring and deploying ASP.NET apps on App Service Linux plans, including differences in environment variables, file paths, and diagnostic logging.
- Mention and provide examples for Linux-based deployment tools (e.g., dotnet CLI, VS Code, GitHub Actions) alongside Visual Studio.
- Clarify when instructions are Windows-specific and provide links or sections for Linux/container-based workflows.
- Highlight any differences in accessing diagnostic logs or environment variables between Windows and Linux App Service environments.
Create pull request