Route to Cognitive Search Service from AKS pods

Alberto Molinero 21 Reputation points
2022-02-23T16:17:51.977+00:00

hi,
i have AKS running in same vnet with a Search Services (langres-asefxc3rzq56bxq) implementing Cognitive Custom Question and Answering. I have a public prediction URL for this custom question and answering service (https://langres.cognitiveservices.azure.com/language/:query-knowledgebases?...) but my question is, can i route request from AKS directly to search service resource using internal url?

thanks in advance!

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
994 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,101 questions
{count} votes

Accepted answer
  1. Vidya Narasimhan 2,126 Reputation points Microsoft Employee
    2022-02-24T17:38:21.537+00:00

    @Alberto Molinero you can create a private endpoint for Azure Cognitive Search in the same VNet where your AKS is hosted. That way you will be making an internal call to Search service. https://learn.microsoft.com/en-us/azure/search/service-create-private-endpoint


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.