Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Local Azure Search for development

Is there a way to test the Azure Search in local development environment? Without actually connecting to Azure. That would work offline. I'm thinking of a something like the Azure Storage emulator.

like image 287
Sam7 Avatar asked Apr 28 '16 23:04

Sam7


1 Answers

There is a simulator published here - https://github.com/simonedeponti/AzureSearchEmulator which exposes REST APIs, which can help you test it on your local.

like image 184
Mayur Dhingra Avatar answered Oct 12 '22 11:10

Mayur Dhingra