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_first
Summary:
The documentation page focuses on assessing .NET web apps for migration to Azure App Service but does not mention Linux-based .NET hosting, Linux tools, or provide any Linux-specific guidance or examples. The implicit assumption is that the reader is working in a Windows environment, which is common for legacy ASP.NET apps, but modern .NET Core/ASP.NET Core apps are often hosted on Linux. There is no discussion of Linux assessment tools, patterns, or considerations.
Recommendations:
- Explicitly mention that both Windows and Linux hosting are supported on Azure App Service, and clarify which assessment steps apply to each.
- Include examples or notes for assessing .NET Core/ASP.NET Core apps running on Linux, including any differences in migration blockers or readiness checks.
- Reference Linux-native tools or commands (such as Bash scripts or Linux CLI) where appropriate, alongside any Windows/Powershell examples.
- Add a section or links addressing Linux-specific migration considerations, such as file system differences, case sensitivity, and environment variable handling.
- Ensure parity in documentation by providing Linux and Windows assessment workflows side-by-side where relevant.
Create pull request