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. Only Windows-based migration assistants and PowerShell scripts are mentioned, with no mention of Linux-based .NET hosting environments (such as Kestrel or Apache/Nginx), nor any Linux migration tools or examples. The documentation assumes the source environment is always Windows, omitting guidance for Linux users.
Recommendations:
- Add equivalent migration guidance for .NET apps hosted on Linux servers (e.g., Kestrel, Apache, Nginx).
- Include Linux-specific migration tools or scripts, or clarify if such tools are not available.
- Provide Linux shell (bash) script examples alongside PowerShell examples.
- Mention and document migration paths for .NET Core/ASP.NET Core apps running on Linux.
- List Linux migration scenarios and any differences or limitations compared to Windows.
- Ensure that tool download links and documentation are available for both Windows and Linux environments, or explicitly state platform support.
Create pull request