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-security-overview.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Azure AI Search has three basic network traffic patterns:
31
31
32
32
Inbound requests that target a search service endpoint include:
33
33
34
-
+ Create, read, update or delete objects on the search service
34
+
+ Create, read, update, or delete objects on the search service
35
35
+ Load an index with search documents
36
36
+ Query an index
37
37
+ Trigger indexer or skillset execution
@@ -68,7 +68,7 @@ The following list is a full enumeration of the outbound requests for which you
68
68
| Custom skills | Connect to Azure functions, Azure web apps, or other apps running external code that's hosted off-service. The request for external processing is sent during skillset execution. |
69
69
| Indexers and [integrated vectorization](vector-search-integrated-vectorization.md)| Connect to Azure OpenAI and a deployed embedding model, or it goes through a custom skill to connect to an embedding model that you provide. The search service sends text to embedding models for vectorization during indexing. |
70
70
| Vectorizers | Connect to Azure OpenAI or other embedding models at query time to [convert user text strings to vectors](vector-search-how-to-configure-vectorizer.md) for vector search. |
71
-
| Search service | Connect to Azure Key Vault for [customer-managed encyrption keys](search-security-manage-encryption-keys.md), used to encrypt and decrypt sensitive data. |
71
+
| Search service | Connect to Azure Key Vault for [customer-managed encryption keys](search-security-manage-encryption-keys.md) used to encrypt and decrypt sensitive data. |
72
72
73
73
Outbound connections can be made using a resource's full access connection string that includes a key or a database login, or [a managed identity](search-howto-managed-identities-data-sources.md) if you're using Microsoft Entra ID and role-based access.
74
74
@@ -142,7 +142,7 @@ Content management refers to the objects created and hosted on a search service.
142
142
143
143
+ For role-based authorization, [use Azure role assignments](search-security-rbac.md) to establish read-write access to operations.
144
144
145
-
+ For key-based authorization, [an API key](search-security-api-keys.md) and a qualified endpoint determine access. An endpoint might be the service itself, the indexes collection, a specific index, a documents collection, or a specific document. When chained together, the endpoint, the operation (for example, a create or update request) and the type of key (admin or query) authorize access to content and operations.
145
+
+ For key-based authorization, [an API key](search-security-api-keys.md) and a qualified endpoint determine access. An endpoint might be the service itself, the indexes collection, a specific index, a documents collection, or a specific document. When chained together, the endpoint, the operation (for example, a create request) and the type of key (admin or query) authorize access to content and operations.
146
146
147
147
### Restricting access to indexes
148
148
@@ -189,7 +189,13 @@ Optionally, you can add customer-managed keys (CMK) for supplemental encryption
189
189
190
190
### Data in transit
191
191
192
-
In Azure AI Search, encryption starts with connections and transmissions. For search services on the public internet, Azure AI Search listens on HTTPS port 443. All client-to-service connections use TLS 1.2 encryption. Earlier versions (1.0 or 1.1) aren't supported.
192
+
In Azure AI Search, encryption starts with connections and transmissions. For search services on the public internet, Azure AI Search listens on HTTPS port 443.
193
+
194
+
+ All client-to-service connections use TLS 1.2 encryption by default.
195
+
196
+
+ You can [file a support ticket](/azure/azure-portal/supportability/how-to-create-azure-support-request) to use TLS 1.3 instead.
Copy file name to clipboardExpand all lines: articles/search/search-sku-tier.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,30 @@
1
1
---
2
2
title: Choose a service tier
3
3
titleSuffix: Azure AI Search
4
-
description: 'Learn about the service tiers (or SKUs) for Azure AI Search. A search service can be provisioned at these tiers: Free, Basic, and Standard. Standard is available in various resource configurations and capacity levels.'
4
+
description: 'Learn about the service tiers (or SKUs) for Azure AI Search. A search service can be provisioned at these tiers: Free, Basic, Standard, and Storage Optimized. Standard is available in various resource configurations and capacity levels.'
5
5
6
6
manager: nitinme
7
7
author: HeidiSteen
8
8
ms.author: heidist
9
9
ms.service: cognitive-search
10
10
ms.topic: conceptual
11
-
ms.date: 04/04/2024
12
-
ms.custom:
13
-
- ignite-2023
11
+
ms.date: 05/22/2024
12
+
14
13
---
15
14
16
15
# Choose a service tier for Azure AI Search
17
16
18
-
Part of [creating a search service](search-create-service-portal.md) is choosing a pricing tier (or SKU) that's fixed for the lifetime of the service. In the portal, tier is specified in the **Select Pricing Tier** page when you create the service. If you're provisioning through PowerShell or Azure CLI instead, the tier is specified through the **`-Sku`** parameter
17
+
Part of [creating a search service](search-create-service-portal.md) is choosing a pricing tier (or SKU) that's fixed for the lifetime of the service. In the portal, tier is specified in the **Select Pricing Tier** page when you create the service. In PowerShell or Azure CLI, the tier is specified through the **`-Sku`** parameter.
19
18
20
-
The tier you select determines:
19
+
The tier determines:
21
20
22
21
+ Maximum number of indexes and other objects allowed on the service
23
22
+ Size and speed of partitions (physical storage)
24
23
+ Billable rate as a fixed monthly cost, but also an incremental cost if you add capacity
25
24
26
25
In a few instances, the tier you choose determines the availability of [premium features](#premium-features).
27
26
28
-
Pricing - or the estimated monthly cost of running the service - are shown in the portal's **Select Pricing Tier** page. You should check [service pricing](https://azure.microsoft.com/pricing/details/search/) to learn about estimated costs.
27
+
Billing rates are shown in the portal's **Select Pricing Tier** page. You can check the [pricing page](https://azure.microsoft.com/pricing/details/search/)for regional rates and review [Plan and manage costs](search-sku-manage-costs.md)to learn more about the billing model.
29
28
30
29
> [!NOTE]
31
30
> Search services created after April 3, 2024 have larger partitions and higher vector quotas at almost every tier. For more information, see [service limits](search-limits-quotas-capacity.md#after-april-3-2024).
@@ -36,9 +35,9 @@ Tiers include **Free**, **Basic**, **Standard**, and **Storage Optimized**. Stan
**Free** creates a [limited search service](search-limits-quotas-capacity.md#subscription-limits) for smaller projects, like running tutorials and code samples. Internally, system resources are shared among multiple subscribers. You can't scale a free service or run significant workloads. You can only have one free search service per Azure subscription.
38
+
**Free** creates a [limited search service](search-limits-quotas-capacity.md#subscription-limits) for smaller projects, like running tutorials and code samples. Internally, system resources are shared among multiple subscribers. You can't scale a free service, run significant workloads, and some premium features aren't available. You can only have one free search service per Azure subscription.
40
39
41
-
The most commonly used billable tiers include the following:
40
+
The most commonly used billable tiers include:
42
41
43
42
+**Basic** has the ability to meet SLA with its support for three replicas.
44
43
@@ -73,7 +72,7 @@ Resource-intensive features might not work well unless you give it sufficient ca
73
72
74
73
## Upper limits
75
74
76
-
Tiers determine the maximum storage of the service itself, as well as the maximum number of indexes, indexers, data sources, skillsets, and synonym maps that you can create. For a full break out of all limits, see [Service limits in Azure AI Search](search-limits-quotas-capacity.md).
75
+
Tiers determine the maximum storage of the service itself, plus the maximum number of indexes, indexers, data sources, skillsets, and synonym maps that you can create. For a full break out of all limits, see [Service limits in Azure AI Search](search-limits-quotas-capacity.md).
0 commit comments