I have created several Azure Functions, with custom routes, which from what I understand from the docs https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-azure-functions#prerequisites, they will not appear in the list of Azure Functions for Logic Apps, which they don’t.
Just to test, I included an Azure Function with no custom route, and it is visible to Logic Apps.
I attempted to follow the instructions at https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-azure-functions#function-swagger (CORS) and https://docs.microsoft.com/en-us/azure/azure-functions/functions-openapi-definition (Setup API Management), and still, do not see my Azure Functions from within Logic Apps.
I am sure I am missing something, any assistance would be much appreciated.