@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
Route to Cognitive Search Service from AKS pods
Alberto Molinero
21
Reputation points
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!
Accepted answer
-
Vidya Narasimhan 2,126 Reputation points Microsoft Employee
2022-02-24T17:38:21.537+00:00