Im using autolaoder and its filenotification feature. After sometime running it, Im faicing the quota error.
Http client error with response:
HTTP/1.1 409 Conflict
{
"error" : {
"code" : "ResourceConflict",
"message" : "The quota limit specified for your Azure subscription has been reached. For more troubleshooting information, please refer to https://aka.ms/EventGridTroubleshooting."
}
}
according to error, my issue in quota limits. but after checking the Azure event grid limits, not clear which limits i have reached. Any idea how this can be avoided. One is to increase the quota probably but what kind of quota and where to increase it? can this issue be fixed without increasing the quota?