Azure / App-Service-Migration-Assistant

Azure Websites Migration Assistant for Windows is a tool that allows customers to move their existing sites hosted on IIS servers into the cloud on Azure App Service. For more information check out https://appmigration.microsoft.com .
https://appmigration.microsoft.com
MIT License
74 stars 60 forks source link

Publishing Site content Issue #62

Closed shantha76 closed 1 year ago

shantha76 commented 2 years ago

Investigative information

Please provide the following:

Repro steps

Provide the steps required to reproduce the problem:

Expected behavior

Migration results to be shown after that

Actual behavior

It is not showing any error also but the page is turned blank

migrate app error

krolson commented 2 years ago

Hello @shantha76 - thank you for reporting this behavior. Could you let me know about how long it was before it went blank? Are you willing to share a detail like the site name or a more specific timestamp so I can try to look up if we have some server-side traces for the migration?

Also - based on above view, I wonder if the content publishing might have ultimately completed - it appears that the site creation and even the Azure-side hybrid connection setup did finish. Obviously above still shouldn't happen, but there are options to finish the migration (the Hybrid Connection setup) outside the Migration Assistant. You can check if your content is there using the "scm" site:

  1. Browse to the "scm" endpoint for the site you created, like: .scm.azurewebsites.net
  2. From "Debug Console" tab menu choose either CMD or PowerShell option
  3. Navigate to your files by clicking "site" folder link, then "wwwroot" folder link and check if the contents are your site contents

Please let me know if the site content is there. If so, then you can set up the Hybrid Connection agent inside your network (usually folks like to do this on the machine with the resource, so on the SQL server machine if it's for a SQL server connection) by installing the Agent from here https://go.microsoft.com/fwlink/?linkid=841308 and looking for your connection from the set in your subscription using the steps like these: https://docs.microsoft.com/en-us/azure/app-service/app-service-hybrid-connections#hybrid-connection-manager

krolson commented 1 year ago

Closing due to lack of activity for over 90 days