5

I have recently redployed an application with a minor change (adding a field to model) on azure using azure devops. At the top of the azure function overview page I am getting an error saying "Error configuring services in an external startup class". On clicking the message, the error says "Error configuring services in an external startup class. ---> System.NullReferenceException : Object reference not set to an instance of an object" I have checked all the places and couldn't find any reason for null reference in my startup file. Also, the application is working perfectly fine from functionality perspective. The same function was deployed on UAT without any such issue. Is there any way to troubleshoot further or is this message misguiding? i have checked function app diagnose and solve problem as well but with the same result. I am using consumption tier of azure function.

rdhaundiyal
  • 169
  • 10
  • not sure who has marked, this as off topic but I got the answer for issue asked above. azure function app has a default behaviour where if a transient error message remains on the overview page for some time even if it is fixed in retry – rdhaundiyal Jun 02 '23 at 13:24
  • I'm having the same issue. I've documented how a minor change in code results in Functions causing this same error (now I know where to find error output). https://stackoverflow.com/questions/76807472/how-do-i-find-azure-function-logs-that-show-post-deploy-pre-execution-faults – Aiden Dipple Aug 01 '23 at 22:40

0 Answers0