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 clear Windows bias. It exclusively references Windows-based deployment and management tools (such as Visual Studio, Kudu, CMD, and PowerShell), and all file paths and runtime details are specific to Windows environments. There are no examples or instructions for Linux-based App Service environments, nor are Linux command-line tools or patterns mentioned. The documentation assumes the use of Windows App Service instances and omits Linux parity in both configuration and troubleshooting steps.
Recommendations:
- Add equivalent instructions and examples for Linux-based App Service environments, including how to check .NET runtime versions and access diagnostic tools.
- Include Linux shell (bash) commands and file paths where appropriate, alongside Windows examples.
- Mention and demonstrate how to use cross-platform tools (such as Azure CLI) in both Windows and Linux contexts.
- Clarify which steps or features are Windows-only and provide links or guidance for Linux users.
- Provide parity in troubleshooting and diagnostic guidance for Linux-hosted ASP.NET apps, including log access and environment variable management.
Create pull request