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 deployment patterns, tools, and file paths (such as Kudu, CMD/PowerShell consoles, and Windows directory structures). There are no Linux-specific instructions, examples, or parity for Linux App Service environments, and the documentation assumes the use of Visual Studio and Windows-centric workflows.
Recommendations:
- Add explicit sections or notes for configuring ASP.NET apps on Linux-based App Service plans, including how to check .NET runtime versions and access environment variables.
- Provide Linux shell (bash) command examples alongside CMD/PowerShell commands, especially for Kudu or SSH-based access.
- Mention Linux-specific deployment patterns and tools (such as using FTP, SCP, or Azure CLI from a Linux shell).
- Clarify when instructions are Windows-only and provide equivalent steps for Linux where possible.
- Include screenshots or references to Linux-based App Service environments in the Azure portal where relevant.
Create pull request