From my nestJs application I Just get on azure function just the main function. All Endpoints i have in my app i can’t see them.
All Endpoints are reachable as they should.
Now i need to connect this function app to API Management. For now, the api management just sees one endpoint (Main), because the app is not giving the APIM anything else.
Do you have an idea, why is the function app just showing one http-function? What should i change to get a list of all functions?
this is a screenshot:
enter image description here
And this is a screenshot of my function.json file:
enter image description here
In C# it wasn’t required to change the function.json file. it was able to recognise it automatically.
Hope you can help me out here.
Moo1990 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.