-
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
Warning content is displayed in garbled text on the Assessment Report screen in AppServiceMigrationAssistant #95
Comments
Thank you for reporting this issue. This will be tracked for future updates. The PowerShell script Get-SiteReadiness may return the information without the garbling (information: https://github.com/Azure/App-Service-Migration-Assistant/wiki/PowerShell-Scripts) if you end up trying this please let us know if it behaves differently for you. |
Thank you for your response. I executed Get-SiteReadiness.ps1 and investigated the range including the migration target site name in the output JSON file. I have confirmed that the FailedChecks and WarningChecks in the JSON file generally correspond to the Error and Warning contents of the Assessment Report. In addition, there seems to be a slight difference in the warning content. Assessment Report
JSON
The following text is on the Learn More link page, but the location of the log file could not be determined. "Review logs on the host machine to determine the errors being encountered by the web app." However, because the following description was found in the JSON file, it seems that it is good to follow this, so it is recognised that a solution has been found. Recommendation: Avoid storing application secrets such as database credentials in configuration files and consider updating to use Azure app setting environment variables or integration with Key Vault. It would be best if we could check the log file on the host machine, but if this is not possible, we would like to implement the measures described in the JSON file. Thank you for reading. |
Investigative information
Repro steps
Note : the language of the execution environment here is Japanese.
Expected behavior
The warning content can be read without garbling.
Actual behavior
As described in 4 of Repro steps.
Known workarounds
Nothing.
The text was updated successfully, but these errors were encountered: