Query on cognitive services

AzureUser-9588 151 Reputation points
2022-03-03T03:28:19.837+00:00

Regarding LUIS, came across the below line to use multiple apps with same app definition in FAQ section, but it doesn't have proper explanation on how to achieve. Any insights around this - how to balance? which tool should be used to balance?

"Balance the load across all apps so that no single app is overwhelmed." and "Spread the load to more LUIS apps with the same app definition."

https://learn.microsoft.com/en-us/azure/cognitive-services/luis/faq#can-i-use-multiple-apps-with-same-app-definition

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,696 Reputation points Microsoft Employee
    2022-03-03T12:01:13.477+00:00

    @AzureUser-9588 I think this guidance is based on the context that some customers use LUIS to train different apps or models where they intend to utilize the work done on one app to build different scenarios or similar responses in future iterations of the app. But, want to retain the original app so they have the option to export the app and import it with a different app id and train it before publishing it to a different prediction endpoint.

    The balance here is basically a scenario where we want to use different prediction endpoints for different apps which have similar definitions and are used by the traffic manager to handle the quota limitations. This section or guidance from documentation should be relevant to understand this scenario. Hope this helps!!

    0 comments No comments