-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My assessment gets stuck. #98
Comments
Hi - thanks for posting this issue! Have you checked that outbound connections are allowed for the specific required endpoints, like readinessapi.trafficmanager.net (https://github.com/Azure/App-Service-Migration-Assistant/wiki/How-the-Assistant-Works#outbound-connections)? I'm not that familiar with Acronis, however if there is some process on the machine preventing things like creating temporary files or network access that could also be an issue for this step. (A temporary file is made as part of assessment, and an outbound call to do the assessment is made: https://github.com/Azure/App-Service-Migration-Assistant/wiki/How-the-Assistant-Works#what-information-is-sent-for-assessments ) There are a couple potential things to try if we can't figure out why this step won't move on, including:
|
I will try to follow the steps above. I had already read your recommendation. I apologize for not responding earlier; I've been caught up in the daily rush these days. I will try your recommendation, and once done, I will leave my feedback. I hope you're having a great day. |
If I perform the migration using scripts and PowerShell, will my site be fully migrated? I’d like to know what happens to the original site on the on-premises server. Will it remain intact? I want to migrate a replica while keeping the original site running on the on-premises server without any changes. |
Yes, the migration performed using the PowerShell scripts is very similar to how it would be done with the Migration Assistant GUI - in that the original site running on-prem on IIS will not be affected - a copy of the site content will be created (a .zip file) which is then pushed to a newly-created App Service site without changing any of the on-prem site settings/operations. The PS scripts are more likely to work for the migration step as well, as they avoid using Basic Authentication for that .zip publishing step (and basic authentication may be disabled). Both the PowerShell scripts and the Migration Assistant GUI will not change anything about a local running IIS site. |
OK, I will test it on Saturday. Thank you for your response and patience. Have a great weekend. If you have any additional documentation on the step-by-step process for the PowerShell method, please send it to me. I am following your previous recommendations mentioned on GitHub.
…________________________________
From: krolson ***@***.***>
Sent: Friday, January 17, 2025 12:26
To: Azure/App-Service-Migration-Assistant ***@***.***>
Cc: Victor Danin - Team Ti Soluções em Tecnologia ***@***.***>; Author ***@***.***>
Subject: Re: [Azure/App-Service-Migration-Assistant] My assessment gets stuck. (Issue #98)
You don't often get email from ***@***.*** Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
Yes, the migration performed using the PowerShell scripts is very similar to how it would be done with the Migration Assistant GUI - in that the original site running on-prem on IIS will not be affected - a copy of the site content will be created (a .zip file) which is then pushed to a newly-created App Service site without changing any of the on-prem site settings/operations. The PS scripts are more likely to work for the migration step as well, as they avoid using Basic Authentication for that .zip publishing step (and basic authentication may be disabled).
Both the PowerShell scripts and the Migration Assistant GUI will not change anything about a local running IIS site.
—
Reply to this email directly, view it on GitHub<#98 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BOMBML5KMLJLJ4NJPH6XQ3D2LEOJLAVCNFSM6AAAAABU7DXM3SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJYGYYDMNJZGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
My App Service assessment stops at this part. Both the firewall team and our Acronis team have assured that there is no blockage. What could it be?
The text was updated successfully, but these errors were encountered: