Share via

Logic App - Max cost

Robert Maier 1 Reputation point
2021-06-15T09:38:44.413+00:00

I'd like to deploy two logicApps, having HTTP and E-Mail as triggers.
For budgets, I've only seen the option to get an alert, once limit is reached and I've few questions:

  1. Is there any option to shut the logicApp off, once i reach a specified limit?
  2. How do you protect your logicApps to prevent unwanted high bills?
Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

1 answer

Sort by: Most helpful
  1. JayaC-MSFT 5,606 Reputation points
    2021-06-15T12:20:51.013+00:00

    Hello @Robert Maier , Welcome to Microsoft QnA. Thank you for the question.

    You may write a function to be called whenever the quota limit is reached and disable the workflow :

    https://learn.microsoft.com/en-us/rest/api/logic/workflows/disable

    You can use Httpclient to make an API call to the endpoints mentioned in the document. You may need to pass an authorization token for validation , for that please refer to this

    ref : https://learn.microsoft.com/en-us/answers/questions/156205/remote-stop-remote-start-azure-functions.html?childToView=159087#answer-159087

    Also, check Plan and manage costs for Azure Logic Apps

    Please let me know whether this makes sense. If yes, please don't forget to "accept the answer" and "up-vote" so that it could help others in the community.

    Was this answer helpful?

    0 comments No comments

Your answer

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