|
1 | 1 | ---
|
2 |
| -title: Portal administration |
| 2 | +title: Service Configuration in the Azure Portal |
3 | 3 | 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. |
6 | 5 | manager: nitinme
|
7 | 6 | author: haileytap
|
8 | 7 | ms.author: haileytapia
|
9 | 8 | ms.service: azure-ai-search
|
10 | 9 | ms.topic: conceptual
|
11 |
| -ms.date: 12/10/2024 |
| 10 | +ms.date: 03/04/2025 |
12 | 11 | ---
|
13 | 12 |
|
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 |
21 | 14 |
|
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. |
23 | 16 |
|
24 | 17 | Each search service is managed as a standalone resource. Your role assignment determines what operations are exposed in the Azure portal.
|
25 | 18 |
|
@@ -122,14 +115,14 @@ Developers need the following information to connect to Azure AI Search:
|
122 | 115 |
|
123 | 116 | 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.
|
124 | 117 |
|
125 |
| -## Next steps |
| 118 | +## Related content |
126 | 119 |
|
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: |
128 | 121 |
|
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) |
132 | 125 |
|
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. |
134 | 127 |
|
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. |
0 commit comments