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. All migration tools and examples focus exclusively on Windows environments, specifically IIS servers and PowerShell scripts. There are no examples or guidance for migrating .NET apps from Linux environments, nor are Linux-native tools or command-line examples provided. The documentation repeatedly references Windows-specific technologies and omits any mention of Linux-based .NET hosting or migration scenarios.
Recommendations:
- Add guidance and examples for migrating .NET apps hosted on Linux servers (e.g., Apache, Nginx) to Azure App Service.
- Include Linux-native tooling or scripts (such as Bash or shell scripts) for discovery, assessment, and migration.
- Mention and document migration paths for .NET Core or ASP.NET Core apps running on Linux.
- Ensure parity in documentation by providing Linux examples alongside Windows examples, rather than focusing solely on Windows/IIS.
- Reference cross-platform tools and approaches where possible, and clarify any Windows-only limitations in the tools described.
Create pull request