Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Logic App is not displaying Functions When Show Azure Functions in the same region selected

I Created a function App with BlobTriggerCSharp and this is the name of the function: BlobTriggerCSharp1

I want to use this function inside a logic app, so i created logic app and Selected Recurrence, Provided Frequency and Interval. I clicked on Action, Selected Show Azure Functions in the same region, It is displaying all the function apps like "Container:FunctionappName", but when i clicked on that existing functions inside that function app is not displaying. Could any one help on this?

like image 663
Siva Kishore Avatar asked Oct 15 '25 17:10

Siva Kishore


1 Answers

If you want Logic Apps to be able to call your Functions, you need to use a Function with a HTTP WebHook trigger with the WebHook type set to "Generic JSON". Only then will the Logic Apps UX discover the function.

like image 74
Chris Anderson-AWS Avatar answered Oct 18 '25 12:10

Chris Anderson-AWS



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!