You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-manage.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Contributors and Search Service Contributors have the same access as Owner, minu
33
33
34
34
Readers have access to service information in the Essentials section and in the Monitoring tab. Access is limited. A reader can get basic information about a search service, but not enough to set up a connection or confirm the existence of objects on the service.
35
35
36
-
For data plane tasks, the portal attempts admin API keys first. If keys are disabled, it checks for Search Index Data Contributor and Search Index Data Reader permissions.
36
+
For data plane tasks, the portal attempts admin API keys first. If keys are disabled, the operation succeeds if Search Index Data Contributor and Search Index Data Reader roles provide permission.
37
37
38
38
> [!TIP]
39
39
> By default, any owner or administrator can create or delete services. To prevent accidental deletions, you can [lock resources](../azure-resource-manager/management/lock-resources.md).
@@ -59,7 +59,7 @@ On a new search service, we recommend these configuration tasks.
59
59
60
60
### Check capacity and understand billing
61
61
62
-
By default, a search service is created in a minimum configuration of one replica and partition each. You can [modify capacity](search-capacity-planning.md) by adding or removing replicas and partitions, but we recommend waiting until volumes require it. Many customers run production workloads on the minimum configuration.
62
+
By default, a search service is created in a minimum configuration of one replica and partition each. You can [add capacity](search-capacity-planning.md) by adding replicas and partitions, but we recommend waiting until volumes require it. Many customers run production workloads on the minimum configuration.
63
63
64
64
Some features add to the cost of running the service:
65
65
@@ -73,13 +73,13 @@ By default, a search service accepts authenticated and authorized requests over
73
73
*[Configure IP firewall rules](service-configure-firewall.md) to restrict access by IP address.
74
74
*[Configure a private endpoint](service-create-private-endpoint.md) using Azure Private Link and a private virtual network.
75
75
76
-
Review the [Security in Azure AI Search](search-security-overview.md)for details about inbound and outbound calls.
76
+
[Security in Azure AI Search](search-security-overview.md)explains inbound and outbound calls in Azure AI Search.
77
77
78
78
### Enable diagnostic logging
79
79
80
-
[Enable diagnostic logging](monitor-azure-cognitive-search.md) to track user activity. If you skip this step, you still get [**activity logs**](../azure-monitor/essentials/activity-log.md) and [**platform metrics**](../azure-monitor/essentials/data-platform-metrics.md#types-of-metrics) automatically, but if you want index and query usage information, you should enable diagnostic logging and choose a destination for logged operations.
80
+
[Enable diagnostic logging](monitor-azure-cognitive-search.md) to track user activity. If you skip this step, you still get [activity logs](../azure-monitor/essentials/activity-log.md) and [platform metrics](../azure-monitor/essentials/data-platform-metrics.md#types-of-metrics) automatically, but if you want index and query usage information, you should enable diagnostic logging and choose a destination for logged operations.
81
81
82
-
We recommend Log Analytics Workspace for durable storage if you want to run system queries in the portal.
82
+
We recommend Log Analytics Workspace for durable storage so that you can run system queries in the portal.
83
83
84
84
Internally, Microsoft collects telemetry data about your service and the platform. It's stored internally in Microsoft data centers and made globally available to Microsoft support engineers when you open a support ticket.
85
85
@@ -103,9 +103,10 @@ A search service is always created with [API keys](search-security-api-keys.md).
103
103
104
104
Developers need the following information to connect to Azure AI Search:
105
105
106
-
+ Endpoint or URL, provided on the **Overview** page.
107
-
+ API key from the **Keys** page, or a role assignment (Search Index Data Contributor is recommended).
108
-
+ Recommended. A portal link for access to 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).
106
+
+ An endpoint or URL, provided on the **Overview** page.
107
+
+ An API key from the **Keys** page, or a role assignment (Search Index Data Contributor is recommended).
108
+
109
+
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).
0 commit comments