I have a "ApiConnection" action in Logic App (using azuredatafactory connector), where I create a pipeline run in a data factory. However, frequently, I see this error message :
{
"message": "Rate limit is exceeded, clientRequestId: xxxx"
}
Is this error occurring because the ADF connector is not able to handle the load, or is it that the data factory is not able to handle the load ?
do suggest recommended actions to take in this scenario.
Thanks,
Kothai.