I am having troubles in adding the Logic App to an action group.
When selecting an action in the action group, the Logic App does not appear as a Logic App but as an Azure Function App and in the Azure function parameter the workflow does not appear.
See in this image that the Logic App does not appear as a Logic App, but as an Azure function. However, the workflow "testTC" does not appear in "TCedocDiogo", so I can't select the workflow I created.
![]()
![]()
However the logic app is correctly configured and in the resource group.
See these images:
![]()
![]()
Am I doing something wrong or is this a bug of the Logic Apps (2.something out of 5 score)?
The workflow "testTC" of the Logic App "TCedocDiogo" does not appear in the action group drop down menu.
All the resources are deployed on the same location and resource group so this is not the problem as well.
It also says in the dropdown menu that only functions with Http Trigger are displayed, which is the case. My workflow starts with an HttpTrigger.
![]()