Import Azure Function into APIM Does not work for "Package" functions
xmlguy74 opened this issue · 0 comments
xmlguy74 commented
We cannot get the APIM import from Azure Function task to work. We are using ZIP package deployed functions (written in netcore, deployed via devops).
The task is failing when POSTing to the following endpoint.
https://<function-app-here>.scm.azurewebsites.net/api/functions/config
We are getting the following error:
404 Not Found. No route registered for '/api/functions/config'
Does this task support these sort of Azure functions?