Skip to content

Commit ca47cb0

Browse files
committed
Updating search-manage.md
1 parent ee2f9a0 commit ca47cb0

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

articles/search/search-manage.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: haileytap
77
ms.author: haileytapia
88
ms.service: azure-ai-search
99
ms.topic: how-to
10-
ms.date: 03/05/2025
10+
ms.date: 03/04/2025
1111
---
1212

1313
# Configure your Azure AI Search service in the Azure portal
@@ -18,12 +18,12 @@ After you create a search service, we recommend that you:
1818

1919
> [!div class="checklist"]
2020
>
21-
> + [Configure role-based access](#configure-role-based-access).
22-
> + [Configure a managed identity](#configure-a-managed-identity).
23-
> + [Configure network security](#configure-network-security).
24-
> + [Check capacity and understand billing](#check-capacity-and-understand-billing).
25-
> + [Enable diagnostic logging](#enable-diagnostic-logging).
26-
> + [Provide connection information to developers](#provide-connection-information-to-developers).
21+
> + [Configure role-based access](#configure-role-based-access)
22+
> + [Configure a managed identity](#configure-a-managed-identity)
23+
> + [Configure network security](#configure-network-security)
24+
> + [Check capacity and understand billing](#check-capacity-and-understand-billing)
25+
> + [Enable diagnostic logging](#enable-diagnostic-logging)
26+
> + [Provide connection information to developers](#provide-connection-information-to-developers)
2727
2828
## Configure role-based access
2929

@@ -36,14 +36,11 @@ Each search service comes with [API keys](search-security-api-keys.md) and uses
3636

3737
When you switch from key-based authentication to keyless authentication, service administrators must assign themselves data plane roles for full access to objects and data. These roles include Search Service Contributor, Search Index Data Contributor, and Search Index Data Reader.
3838

39-
To configure RBAC:
39+
To configure role-based access:
4040

41-
1. [Enable roles](search-security-enable-roles.md) on your search service. We recommend the roles-only option.
41+
1. [Enable roles](search-security-enable-roles.md) on your search service. We recommend using both API keys and roles.
4242

43-
1. [Assign data plane roles](search-security-rbac.md) to replace the functionality lost when you disable API keys. You need the following roles:
44-
+ Search Service Contributor
45-
+ Search Index Data Contributor
46-
+ Search Index Data Reader
43+
1. [Assign data plane roles](search-security-rbac.md) to replace the functionality lost when you disable API keys. An owner only needs Search Index Data Reader, but developers need [more roles](search-security-rbac#assign-roles).
4744

4845
Role assignments can take several minutes to take effect. Until then, portal pages used for data plane operations display the following message:
4946

@@ -68,8 +65,8 @@ Before you move on to network security, consider testing all points of connectio
6865

6966
By default, a search service accepts authenticated and authorized requests over public internet connections. You have two options for enhancing network security:
7067

71-
1. [Configure firewall rules](service-configure-firewall.md) to restrict network access by IP address.
72-
2. [Configure a private endpoint](service-create-private-endpoint.md) to only allow traffic from Azure virtual networks.
68+
+ [Configure firewall rules](service-configure-firewall.md) to restrict network access by IP address.
69+
+ [Configure a private endpoint](service-create-private-endpoint.md) to only allow traffic from Azure virtual networks. Note that when you turn off the public endpoint, the import wizards won't run.
7370

7471
To learn about inbound and outbound calls in Azure AI Search, see [Security in Azure AI Search](search-security-overview.md).
7572

@@ -97,10 +94,10 @@ To enable semantic ranker in the portal, select **Settings** > **Semantic ranker
9794

9895
## Provide connection information to developers
9996

100-
Developers need the following information to connect to Azure AI Search:
97+
To connect to Azure AI Search, developers need:
10198

10299
+ An endpoint or URL from the **Overview** page.
103-
+ An API key from the **Keys** page or a role assignment (we recommend contributor).
100+
+ An API key from the **Keys** page or a role assignment. We recommend Search Service Contributor, Search Index Data Contributor, and Search Index Data Reader.
104101

105102
We recommend portal access for the [**Import data** wizard](search-get-started-portal.md), the [**Import and vectorize data** wizard](search-get-started-portal-import-vectors.md), and [Search explorer](search-explorer.md). You must be a contributor or higher to run the wizards.
106103

0 commit comments

Comments
 (0)