Skip to content

Commit cdaecda

Browse files
authored
Merge pull request #84761 from HeidiSteen/heidist-quick
GH issue resolution, typo in the postman quickstart
2 parents c25f193 + d506c9e commit cdaecda

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/search/search-get-started-postman.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To do this in Postman:
7575

7676
1. Change the verb to **PUT**.
7777

78-
2. Copy in this URL `https://<YOUR-SEARCH-SERVICE-NAME>.search.windows.net/indexes/hotels?api-version=2019-05-06`.
78+
2. Copy in this URL `https://<YOUR-SEARCH-SERVICE-NAME>.search.windows.net/indexes/hotels-quickstart?api-version=2019-05-06`.
7979

8080
3. Provide the index definition (copy-ready code is provided below) in the body of the request.
8181

@@ -293,6 +293,7 @@ If you are using a free service, remember that you are limited to three indexes,
293293

294294
## Next steps
295295

296-
REST clients are invaluable for impromptu exploration, but now that you know how the REST APIs work, you can move forward with code. For your next step, see the following link:
296+
Now that you know how to perform core tasks, you can move forward with additional REST API calls for more advanced features, such as indexers or [setting up a cognitive search pipeline](cognitive-search-tutorial-blob.md). For your next step, we recommend the following link:
297297

298-
+ [Quickstart: Create an index using .NET SDK](search-get-started-dotnet.md)
298+
> [!div class="nextstepaction"]
299+
> [REST Tutorial: Index and search semi-structured data (JSON blobs) in Azure Search](search-semi-structured-data.md)

0 commit comments

Comments
 (0)