stephaneey / azure-apim-extension

Full Azure API Management suite and more VSTS extension
MIT License
66 stars 48 forks source link

Import Azure Function into APIM Does not work for "Package" functions #84

Closed xmlguy74 closed 4 years ago

xmlguy74 commented 4 years ago

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?