Hello @Alexander Giacobbe
This error message you shared indicates that the host runtime is unable to start the function app due to an internal server error.
To troubleshoot this issue, you can try the following steps:
- Check the Azure Function App logs to see if there are any additional error messages that can provide more information about the issue. You can access the logs from the Azure portal by navigating to your Function App, selecting "Functions" from the left-hand menu, selecting your function, and then selecting "Logs" from the top menu.
- Check if there are any issues with the Azure Identity or
Microsoft.Graph
packages. You can try removing these packages and deploying the function app again to see if the issue persists. If the issue goes away, then it is likely that there is an issue with one of these packages. - Check if there are any issues with the Azure Function App Isolated Worker Net 8.0. You can try deploying a simple function app without the Azure Identity or
Microsoft.Graph
packages to see if the issue persists. If the issue goes away, then it is likely that there is an issue with the Azure Function App Isolated Worker Net 8.0. - Try using Dependency Injection to manage the Azure Identity and
Microsoft.Graph
packages. This can help to ensure that the packages are properly initialized and configured before they are used in your function app.
.. Wishing you happy holidays
I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts but also assist other community members who may be looking for similar solutions.