An Azure service that provides an event-driven serverless compute platform.
Hello @Chris Gray,
To resolve the “NoScriptHost” error, First, ensure that your function app is configured to use the correct version of the .NET runtime by checking the application settings in the Azure portal.
Next, review the logs for any errors that might indicate what is preventing the script host from starting. If the issue persists, consider temporarily rolling back to a previous version of .NET to see if that resolves the problem, which can help confirm if the upgrade is indeed the cause of the issue.
Resolve "Function App Down or Reporting Errors" issues
If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.