Skip to content

Commit

Permalink
Merge pull request #9 from HeidiSteen/master
Browse files Browse the repository at this point in the history
Edits for consistency and readability
  • Loading branch information
HeidiSteen authored Aug 2, 2019
2 parents 27a1966 + a0a89a5 commit 184297a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ languages:
- rest
name: Quickstart in REST - Postman
description: |
Postman V2 collection containing REST API calls to Azure Search, demonstrating index definition, data ingestion, and query execution.
Learn basic steps for creating, loading, and querying an Azure Search index using Postman Desktop app and the latest-version REST APIs.
products:
- azure
- azure-search
urlFragment: rest-api-quickstart
---

# Quickstart for Azure Search using REST APIs and Postman
# Quickstart sample for Azure Search using REST APIs and Postman

![Flask sample MIT license badge](https://img.shields.io/badge/license-MIT-green.svg)

Demonstrates using Postman and the Azure Search REST APIs to send requests to Azure Search: create an index, load it with documents, and execute a few queries. Requests are provided in the V2 collection format, which you can import and then modify for connections to your Azure Search service.

Expand Down Expand Up @@ -41,4 +43,8 @@ This collection is featured in the [Quickstart: Create an Azure Search index in
1. Start Postman and import AzureSearchQuickstart.postman_collection.json
1. For each request, update the Header to use the admin api-key of your service, which you can obtain from the portal.
1. Next, update the URL of each request to use the name of your search service.
1. Send each request to the service.
1. Send each request to the service.

## Next steps

You can learn more about Azure Search on the [official documentation site](https://docs.microsoft.com/azure/search).

0 comments on commit 184297a

Please sign in to comment.