Closed ryan-adler closed 1 year ago
Hi @ryan-adler, This message is thrown when the MySQL servername in database connection string of the selected windows app service (source site) is invalid.
You can find this database connection string in configurations blade of the windows app service resource as shown
NOTE: Rename the connection string to 'defaultConnection' since having a connection string with a different name will not be picked up by the migration tool.
If you dont find any connection string in configuration blade, then add one named 'defaultConnection' with the following string. Replace the values appropriately.
Database=
@ryan-adler - Is your issue resolved and can this be closed?
I am sure that the connection string was correct at the time. In any case, I don't have time to test this anymore, so I suppose you can close it.
As confirmed closing the issue
Message received: Invalid MySQL servername found! serverHostName=
Where is it looking for this value?