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_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by explicitly requiring Windows PowerShell 4.0 on the source servers for migration and makes no mention of Linux-based alternatives or scenarios. There are no examples or instructions for migrating from Linux-based web servers, nor is there guidance for users running ASP.NET Core apps on Linux. The documentation assumes a Windows/IIS environment throughout.
Recommendations:
- Clarify whether Linux-based ASP.NET (Core) web apps are supported for migration using Azure Migrate, and if so, provide equivalent instructions or note any limitations.
- If Linux is not supported, explicitly state this in the prerequisites to set expectations for users.
- If Linux is supported, include examples or steps for Linux environments (e.g., using Bash, SSH, or Linux-native tools) alongside Windows/PowerShell instructions.
- Mention any Linux-specific requirements or tools (such as minimum supported distributions, required packages, or migration agents) if applicable.
- Ensure parity in post-migration steps by referencing Linux-specific configuration or troubleshooting resources where relevant.
Create pull request