Inquiry Regarding Authentication Error When Connecting Data to Azure AI Foundry – AI Search

익명
2025-06-18T08:15:47.28+00:00

Our backend developer has confirmed that it is possible to call and use each resource individually (we are implementing a RAG pipeline using the LangChain framework with endpoint-and-key authentication).

While there is no issue with service development itself, we would like to test the features provided within the Azure AI Search service directly from the Azure Portal.

사용자의 이미지

We have broken down potential problem areas and tested as follows:

Same-network environment: Configured private endpoints between resources and applied NSG inbound/outbound controls, then spun up a VM on the internal network for testing.

Public-communication environment: Removed the private endpoints to test over public network access.

Permissions: Assigned all roles recommended by the Azure documentation uniformly across all related resources.

Despite making these changes and retesting, we still encountered the same error.

When inspecting the request headers in the browser’s developer tools within the AI Foundry chat playground, we observed that the request path is returning a 404 error.

( Request URL: "https://myresource-test-aifoundry.openai.azure.com/openai/on-your-data-validation?api-version=2023-03-31-preview", Request Method: POST )

We reviewed the relevant API documentation (Link) but could not find any reference to an “on-your-data-validation” path or a “2023-03-31-preview” API version.

Given that our SDK-based RAG setup in the private configuration is functioning correctly and that we have applied every configuration step outlined in the Azure documentation, we believe this to be an issue on the AI Foundry side.

Could you please investigate the root cause of the above 404 error and advise on a resolution?

Azure
Azure

Microsoft에서 관리하는 전 세계 데이터 센터 네트워크를 통해 애플리케이션과 서비스를 빌드, 배포, 관리하기 위한 클라우드 컴퓨팅 플랫폼 및 인프라입니다.


질문 작성자가 수락한 답변
Manas R Mohanty 17,270 평판 포인트 중재자
2025-07-15T01:34:05.0866667+00:00

박상수 박상수

제품 팀으로부터 한국 중부(Korea Central) 지역에 데이터를 추가하는 것과 관련하여 의견을 받았습니다.

해당 시나리오는 지원되지 않는다고 합니다.

따라서 East US 또는 다른 지원되는 지역에서 계속 진행하실 것을 권장드립니다.

참고 링크: https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/use-your-data?tabs=ai-search%2Ccopilot#regional-availability-and-model-support

지금까지 제공해주신 의견에 감사드립니다. (East US에서는 정상 작동하지만, Korea Central에서는 문제가 발생하는 것으로 보입니다.)

감사합니다

이 대답이 도움이 되었나요?

댓글 0개 설명 없음

1 추가 답변

정렬 기준: 가장 유용함
  1. Manas R Mohanty 17,270 평판 포인트 중재자
    2025-06-30T01:45:28.8166667+00:00

    안녕 박상수

    오늘 통화에 연결하고 리소스에 대한 네트워크 구성 및 권한을 확인해주셔서 감사합니다.

    기록을 위한 관찰

    AI 검색과 Azure OpenAI는 모두 가상 네트워크로 보호되며 공용 액세스는 사용할 수 없습니다.

    둘 다 신뢰할 수 있는 Azure AI 서비스를 허용합니다.

    그러나 Azure OpenAI/User에는 Search Service 기여자 및 검색 인덱스 판독기 대신 검색 인덱스 기여자가 있습니다.

    제안 공유

    AI 검색 IAM에서 Azure OpenAI에 대한 Search Service 기여자 및 검색 인덱스 판독기를 추가하도록 소유자에게 요청하는** 것이 좋습니다.** (기존에는 검색 인덱스 기여자가 있었고 해당 역할을 추가할 수 있는 전체 액세스 권한이 없었습니다.)

    또한 AI 검색과 Azure OpenAI가 동일한 지역에 있는지 확인합니다.

    사용 된 참조 : https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/on-your-data-configuration#role-assignments

    Admin에서 해당 역할을 추가하는 사례 상태 게시물을 기대합니다.

    감사합니다

    이 대답이 도움이 되었나요?


답변

질문 작성자는 답변을 '승인됨'으로 표시하고, 중재자는 답변을 '추천됨'으로 표시할 수 있습니다. 이를 통해 사용자는 해당 답변이 작성자의 문제를 해결했다는 것을 알 수 있습니다.