question

RobertMaier-9300 avatar image
0 Votes"
RobertMaier-9300 asked JayaC-MSFT edited

Logic App - Max cost

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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

JayaC-MSFT avatar image
0 Votes"
JayaC-MSFT answered JayaC-MSFT edited

Hello @RobertMaier-9300, 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://docs.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://docs.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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.