Azure Logic Apps run failed

SwarupKumarSapireddy-8219 71 Reputation points
2022-10-04T10:49:21.54+00:00

Hi, i was facing an error with my azure logic app run the error shows

{
"errors": [
{
"message": "Maximum credits exceeded",
"field": null,
"help": null
}
]
}

I triggered manually again it failed with same error but after sometime it was successfully. I want to know what happened exactly. Can anyone help please

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pratik Somaiya 4,206 Reputation points
    2022-10-04T16:15:09.953+00:00

    Hello @Anonymous

    If you are trying to perform some email operations / connection to an API from Logic App and if that service has the limit of receiving or sending emails / responses then you will get this error

    If you are using email: please check the quota of how many email can be sent in a particular duration

    If you are using API: please check if the API has any limits on the number of requests

    Thanks


0 additional answers

Sort by: Most helpful