programing

개발을 위한 로컬 Azure 검색

fastcode 2023. 4. 20. 22:57
반응형

개발을 위한 로컬 Azure 검색

지역 개발 환경에서 Azure Search를 테스트할 수 있는 방법이 있습니까?실제로 Azure에 접속하지 않고.오프라인에서 작동하겠네요.저는 Azure Storage 에뮬레이터 같은 것을 생각하고 있습니다.

REST API를 공개하는 시뮬레이터는 https://github.com/simonedeponti/AzureSearchEmulator에 게시되어 있으며, 로컬에서 테스트하는 데 도움이 됩니다.

언급URL : https://stackoverflow.com/questions/36927383/local-azure-search-for-development

반응형