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. It exclusively references Windows-based deployment patterns, tools, and file paths (e.g., Kudu CMD/PowerShell, D:\ paths, Visual Studio publishing). There are no Linux-specific instructions, examples, or mentions of Linux-based App Service environments. The guidance assumes a Windows hosting environment throughout, omitting Linux equivalents for runtime inspection, configuration, and diagnostics.
Recommendations:
- Add parallel instructions and examples for Linux-based App Service environments, including how to check installed .NET runtimes and access diagnostic tools.
- Include Linux shell (bash) commands and file paths where appropriate, especially for runtime version inspection and environment variable access.
- Mention and demonstrate deployment workflows that are common on Linux (e.g., using dotnet CLI, VS Code, or GitHub Actions) alongside Visual Studio.
- Clarify in each section whether the instructions apply to Windows, Linux, or both, and provide links to Linux-specific documentation where available.
- Provide guidance on accessing logs and debugging information in Linux containers or App Service on Linux, not just via Windows tools like Kudu CMD/PowerShell.
Create pull request