Maximum number of verification profile

Kenneth 21 Reputation points
2020-12-22T05:44:17.597+00:00

Hi,

I would like to know is any limitation of the verification profile,
My company has around 70000+ members,
Is the service support to store the 70000+ individual profiles?

Thanks in advance!

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,645 questions
0 comments No comments
{count} votes

Accepted answer
  1. svijay-MSFT 5,226 Reputation points Microsoft Employee
    2020-12-22T09:21:54.97+00:00

    Thanks for your Question @Kenneth .

    If my understanding is correct, your question is more of around the maximum number profiles that can be stored / created in the Speaker Recognition (Speech Service). In case your question doesn't pertain to this. Request you ignore the below answer and request you to provide additional information to the question.

    One subscription can create/contain 10,000 speaker profiles at most. Reference

    You are likely to encounter the below error when you exceed the below limit :

    {  
      "error": {  
        "code": "Forbidden",  
        "message": "Maximum allowed number of profiles is 10,000."  
      }  
    }  
    

    Coming back to your requirement of 70000+ profiles :

    Unfortunately, currently there is no means to increase this 10000 profiles limit.

    Having said that, the other possible solution/workaround I could think of is to have multiple subscriptions (in your case 7+ for 70000+ profiles) and map the profiles into a global pool (kind of Subscription-ProfileId Map) that the custom code would need to establish the tracking of where the profile was located in what subscription and resolve it accordingly.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Kenneth 21 Reputation points
    2020-12-22T12:08:02.107+00:00

    Thanks for your reply @svijay-MSFT

    Yes, this is my meaning,
    Your workaround should works with the extra (Subscription-ProfileId Map)

    0 comments No comments