Skip to content

Commit 990ced2

Browse files
committed
Edits based on preview
1 parent 2aa44f1 commit 990ced2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/search-howto-reindex.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ Support for an index description is provided in the preview REST API, the Azure
269269

270270
The Azure portal supports the latest preview API.
271271

272-
1. Sign in to the Azure portal.
272+
1. Sign in to the Azure portal and find your search service.
273273

274-
1. Select an index.
274+
1. Under **Search management** > **Indexes**, select an index.
275275

276276
1. Select **Edit JSON**.
277277

@@ -283,11 +283,11 @@ The Azure portal supports the latest preview API.
283283

284284
### [**REST**](#tab/rest)
285285

286-
1. [Get an index definition](/rest/api/searchservice/indexes/get).
286+
1. [GET an index definition](/rest/api/searchservice/indexes/get).
287287

288288
1. Copy the JSON.
289289

290-
1. [Formulate an index update request](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2025-05-01-preview&preserve-view=true) using the preview API, providing the *full* JSON of the existing schema, plus the new description field.
290+
1. [Formulate an index update PUT request](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2025-05-01-preview&preserve-view=true) using the preview API, providing the *full* JSON of the existing schema, plus the new description field.
291291

292292
1. To confirm the description, issue another [GET using the 2025-05-01-preview REST API](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2025-05-01-preview&preserve-view=true).
293293

0 commit comments

Comments
 (0)