As I am trying to test LUIS app, it is throwing 403 error with this message:"Out of call volume quota for LUIS.Authoring F0 pricing tier. Please retry after 9 days. To increase your call volume switch to a paid tier." I am using the Azure Authoring resource key tier F0 which has a limit of 1 million/month, 5/second. Across all apps, we have made only 2310 API calls this month and we have not made more than 5 per second. I am not using the prediction resource key as it has a monthly limit of 10 thousand.
I got a similar error couple of days ago in which the message was to try again after 11 days but it started working later for a day and then again got the error to try after 9 days. It makes me wonder if there is any other limit on a daily or weekly basis or is this due to some other issue?
I read similar posts here but couldn't figure out a resolution. It would be great if anyone can share any insights on how to resolve this issue.