How to automate logic apps disable/enable task in a subscription

Madala, Hanumantharao 76 Reputation points
2021-07-01T02:22:47.297+00:00

Hi,

I would like to request someone to provide the procedure/steps for disabling the logic apps at specific time and enable it again specific time. How to automate these steps?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,551 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,941 Reputation points Moderator
    2021-07-01T05:11:00.85+00:00

    Hi @Madala, Hanumantharao

    Welcome to Microsoft Q&A! Thanks for posting the question.

    You can either use azure function timer trigger or logic app schedule trigger that will trigger your code/workflow on the specific time.

    If you want to use azure function then you can either call the REST API to enable and disable the workflow or powershell command/script in powershell based functions.

    If you want to leverage azure logic app then you can refer to this article which have the detailed steps on how to achieve this. In the article it talks about HTTP trigger but you can use logic app schedule trigger.

    Feel free to get back to me if you have any queries or concerns.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Madala, Hanumantharao 76 Reputation points
    2021-07-02T02:07:35.493+00:00

    Hi Mayank,

    Would you help on stop/start procedure for logic app ISE environment.111181-logic-app-ise-restart.png, I can find only restart option in portal. My objective is to reduce my bill for azure logic apps/ISE in my subscription. Appreciate your help here. thank you.


  2. Madala, Hanumantharao 76 Reputation points
    2021-07-06T10:09:34.49+00:00

    Hi Mayank,
    May we know why we need 4 subnets in vnet in logic apps ISE environment? what is the purpose of these 4 subnets?
    Any artifacts/evidences for requiring these 4 subnets?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.