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

梦想的初衷 提交于 2019-12-24 00:39:25

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/37301379/azure-logic-app-is-not-displaying-functions-when-show-azure-functions-in-the-sam

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!