I have created several Azure Functions, with custom routes, which from what I understand from the docs https://learn.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://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-azure-functions#function-swagger (CORS) and https://learn.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.
I figured out the issue.
You can only see Azure Functions that are Http Triggers that DO NOT have a route defined in the HttpTrigger attribute.
See the docs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With