Hi Burak Cankur,
Thanks for Reaching the Microsoft Q&A Forum
The behavior you're experiencing is likely related to the rate limits of the F0 (free) tier for Azure's Computer Vision service. According to the information you've provided, the F0 tier allows up to 20 calls per minute and 5,000 calls per month.
When you reach the 21st call (or beyond), the service might return a 404 Not Found error because the rate limit per minute has been exceeded.
Here are a few steps to address this:
- Check the Rate Limit: Ensure that you're not exceeding the 20 calls per minute or 5,000 calls per month limit. If your RPA project is sending images more frequently than allowed (even if it's just over 20 per minute), that could cause the issue.
- Switch to S0 (Standard) Tier: If the call frequency is higher than the free tier supports, consider upgrading to the S0 (Standard) tier, which offers unlimited predictions per month and a higher calls per minute rate (20 transactions per second).
If you're still encountering issues after considering these factors, you can review the error details (besides the 404) to get more insights on the root cause.
Please check https://learn.microsoft.com/en-us/azure/ai-services/custom-vision-service/limits-and-quotas?source=recommendations