Get started
The simulator is developed in the Azure AI Search Simulator repository. Consult its current release instructions for prerequisites, installation options, and supported API surface.
Suggested workflow
- Install or build the simulator from the repository.
- Start it on your development machine.
- Point an Azure AI Search SDK client or REST request at the local endpoint.
- Create an index, load sample documents, and run a query.
- Confirm cloud-specific behavior against an Azure AI Search service before production deployment.
Next steps
Explore the repository samples, including the Python SDK notebook, for complete client examples.