I have deployed my Azure Function behind an API Manager. Is it possible for the API Manager to expose the same swagger endpoint as the azure function.
For e.g : If the function app swagger url is : https://myazurefunctionapp.azurewebsites.net/api/swagger.json
I need https://myapimanagerbaseurl/api/swagger.json
I tried accessing the url but it says not found