I need to change the logic apps that use a certain azure function because it was moved. How do I find which Logic apps use this azure function?
it should be a query in Azure Resource Graph Explorer but I am not familiar with the syntax. Thanks
I need to change the logic apps that use a certain azure function because it was moved. How do I find which Logic apps use this azure function?
it should be a query in Azure Resource Graph Explorer but I am not familiar with the syntax. Thanks
To find the logic app that uses your function/function app, you can use either of the below queries which satisfies your requirement.
Approach-1:
Approach-2: