An Azure service that automates the access and use of data across clouds without writing code.
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
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.