Skip to content

Commit 73dfb2e

Browse files
committed
Updating quickstarts
1 parent dd59717 commit 73dfb2e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Create a Search Index Using PowerShell and REST APIs'
2+
title: 'Quickstart: Create an Index Using PowerShell and REST APIs'
33
titleSuffix: Azure AI Search
44
description: Learn how to create an index, load data, and run queries using PowerShell's Invoke-RestMethod and the Azure AI Search REST APIs.
55
manager: nitinme
@@ -13,6 +13,7 @@ ms.custom:
1313
- mode-api
1414
- ignite-2023
1515
---
16+
1617
# Quickstart: Create a search index in PowerShell using REST
1718

1819
In this quickstart, you create, load, and query a search index using PowerShell and the [Azure AI Search REST APIs](/rest/api/searchservice/).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ If you're not familiar with the REST client for Visual Studio Code, this section
128128
api-key: {{apiKey}}
129129
```
130130
131-
1. Or, paste in this example if your using roles. Replace the `@baseUrl` and `@token` placeholders with the values you copied earlier, without quotes.
131+
1. Or, paste in this example if you're using roles. Replace the `@baseUrl` and `@token` placeholders with the values you copied earlier, without quotes.
132132
133133
```http
134134
@baseUrl = PUT-YOUR-SEARCH-SERVICE-ENDPOINT-HERE

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Semantic Ranking Using .NET or Python'
2+
title: 'Quickstart: Add Semantic Ranking to an Index Using .NET or Python'
33
titleSuffix: Azure AI Search
44
description: Learn how to change an existing index to use semantic ranker, which helps rescore search results and promote the most semantically relevant matches.
55
manager: nitinme

0 commit comments

Comments
 (0)