From a0a89a53e52e02aa354249a74596e1ce15c1f055 Mon Sep 17 00:00:00 2001 From: HeidiSteen Date: Fri, 2 Aug 2019 15:25:19 -0700 Subject: [PATCH] Edits for consistency and readability --- Quickstart/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Quickstart/README.md b/Quickstart/README.md index d70bcd8..2c8220e 100644 --- a/Quickstart/README.md +++ b/Quickstart/README.md @@ -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. @@ -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. \ No newline at end of file +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). \ No newline at end of file