Hello @suah cho
This error message usually occurs when there is an issue with the function app code or configuration. To troubleshoot this issue, you can try the following steps:
- Check the logs for any errors or warnings related to the function app. You can access the logs from the Azure portal by navigating to your function app, selecting "Functions" from the left-hand menu, and then selecting "Logs" from the top menu.
- Check the function app configuration to ensure that all the required environment variables are set correctly. You can access the configuration from the Azure portal by navigating to your function app, selecting "Configuration" from the left-hand menu, and then selecting "Application settings" from the top menu.
- Check the function app code to ensure that there are no syntax errors or other issues that could be causing the error. You can access the code from the Azure portal by navigating to your function app, selecting "Functions" from the left-hand menu, and then selecting the function that is causing the error.
- Try redeploying the function app to see if that resolves the issue. You can redeploy the function app from the Azure portal or using Github Actions.
I hope this helps.