Skip to content

Commit 1efec57

Browse files
committed
Updating TOC and search-manage.md
1 parent 181afe3 commit 1efec57

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

articles/search/search-manage.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11
---
2-
title: Portal administration
2+
title: Service Configuration in the Azure Portal
33
titleSuffix: Azure AI Search
4-
description: Manage an Azure AI Search resource using the Azure portal.
5-
4+
description: Manage an Azure AI Search service in the Azure portal.
65
manager: nitinme
76
author: haileytap
87
ms.author: haileytapia
98
ms.service: azure-ai-search
109
ms.topic: conceptual
11-
ms.date: 12/10/2024
10+
ms.date: 03/04/2025
1211
---
1312

14-
# Service administration for Azure AI Search in the Azure portal
15-
16-
> [!div class="op_single_selector"]
17-
>
18-
> + [PowerShell](search-manage-powershell.md)
19-
> + [Azure CLI](search-manage-azure-cli.md)
20-
> + [REST API](search-manage-rest.md)
13+
# Configure your Azure AI Search service in the Azure portal
2114

22-
In Azure AI Search, the [Azure portal](https://portal.azure.com) supports a broad range of administrative and content management operations so that you don't have to write code unless you want automation.
15+
In Azure AI Search, the [Azure portal](https://portal.azure.com) supports a broad range of administrative and content management operations so that you don't have to write code unless you want automation.
2316

2417
Each search service is managed as a standalone resource. Your role assignment determines what operations are exposed in the Azure portal.
2518

@@ -122,14 +115,14 @@ Developers need the following information to connect to Azure AI Search:
122115

123116
We recommend portal access for the following wizards and tools: [Import data wizard](search-get-started-portal.md), [Import and vectorize data](search-get-started-portal-import-vectors.md), [Search explorer](search-explorer.md). Recall that a user must be a contributor or above to run the import wizards.
124117

125-
## Next steps
118+
## Related content
126119

127-
Programmatic support for service administration can be found in the following APIs and modules:
120+
For programmatic support for service administration, see the following APIs and modules:
128121

129-
* [Management REST API reference](/rest/api/searchmanagement/)
130-
* [Az.Search PowerShell module](search-manage-powershell.md)
131-
* [az search Azure CLI module](search-manage-azure-cli.md)
122+
+ [Management REST API reference](/rest/api/searchmanagement/)
123+
+ [Az.Search PowerShell module](search-manage-powershell.md)
124+
+ [az search Azure CLI module](search-manage-azure-cli.md)
132125

133-
You can also use the management client libraries in the Azure SDKs for .NET, Python, Java, and JavaScript.
126+
You can also use the management client libraries in the Azure SDKs for .NET, Python, Java, and JavaScript.
134127

135-
There's feature parity across all modalities and languages, except for preview management features. As a general rule, preview management features are released through the Management REST API first.
128+
There's feature parity across all modalities and languages, except for preview management features. As a general rule, preview management features are released through the Management REST API first.

articles/search/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ items:
195195
items:
196196
- name: Create a search service
197197
href: search-create-service-portal.md
198+
- name: Configure a search service
199+
href: search-manage.md
198200
- name: Choose a region
199201
href: search-region-support.md
200202
- name: Choose a tier
@@ -213,8 +215,6 @@ items:
213215
href: search-modeling-multitenant-saas-applications.md
214216
- name: Manage
215217
items:
216-
- name: Manage in the Azure portal
217-
href: search-manage.md
218218
- name: Manage with PowerShell
219219
href: search-manage-powershell.md
220220
- name: Manage with Azure CLI

0 commit comments

Comments
 (0)