Search code examples
azurebotframeworkazure-functions

Unable to determine function entry point


Been using MS botframework for a couple months. Developing with the emulator in node and using continuous integration to push to Azure.

Pushed last Wednesday and tested with no problems. Made two very inconsequential code changes and pushed on Friday and no I'm getting:

Exception while executing function: Functions.messages. mscorlib: Unable to determine function entry point. I tried redeploying the older version, same thing.

Thoughts?


Solution

  • Turns out there was a short-lived bug in the Azure git integration and I deployed during the window this bug was live. It modified function.json and left it in an invalid state. Kudos to MS Support for staying with the issue and determining the root cause.