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:
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation page discusses assessing .NET web apps for migration to Azure App Service but implicitly assumes a Windows environment by referencing ASP.NET (commonly associated with Windows/IIS) and does not mention Linux-based .NET app scenarios or provide Linux-specific guidance or examples. There are no references to Linux tools, patterns, or cross-platform considerations, and all linked resources appear to focus on traditional Windows-based ASP.NET applications.
Recommendations:
- Explicitly mention support for .NET Core/.NET 5+ web apps running on Linux, and clarify if the assessment process applies equally to Linux-hosted apps.
- Include examples or references for assessing .NET apps deployed on Linux (e.g., using Kestrel, Nginx, Apache).
- Add documentation links or sections addressing migration and assessment of Linux-hosted .NET web apps.
- Clarify any differences in assessment or migration steps between Windows and Linux environments.
- Ensure parity in tool recommendations and instructions for both Windows and Linux users.
Create pull request