HowTo — Enable/Disable LogicApp from LogicApp
We often want to control LogicApp Recurrence like:
- Execute between 8 AM to 8 PM every 15 minutes
- Disable all logic app during weekend maintenance and then enable all
We can use the action “Invoke resource operation” to control one logic app from another logic app. Like
Disable Logic App: testcall

Enable Logic App: testcall

Get LogicApp details:

List all resource in a resource group

The only flip side is all actions are in Preview, there is always a possibility that they may not be moved to General Availability. ( Due to preview, I have not used this in my production logic app solutions)
Ref: https://docs.microsoft.com/en-us/rest/api/logic/
Keep sharing…