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-sku-manage-costs.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ When you create or use Search resources, you're charged for the following meters
31
31
32
32
+ The charge is applied to a *search unit* (SU) allocated to the service. Search units are the product of replicas and partitions (R x P = SU), which allows you to scale using flexible combinations of replicas and partitions, varying capacity depending on whether you need more query or indexing power.
33
33
34
-
Billing is based on capacity and the costs of running premium features, such as [AI enrichment](cognitive-search-concept-intro.md), [Semantic search](semantic-search-overview.md), and [Private endpoints](service-create-private-endpoint.md). There is no meter on the number of queries, query responses, or documents ingested, although [service limits](search\search-limits-quotas-capacity.md) do apply at each tier.
34
+
Billing is based on capacity and the costs of running premium features, such as [AI enrichment](cognitive-search-concept-intro.md), [Semantic search](semantic-search-overview.md), and [Private endpoints](service-create-private-endpoint.md).
35
35
36
36
| Meter | Unit |
37
37
|-------|------|
@@ -47,17 +47,18 @@ Billing is based on capacity and the costs of running premium features, such as
47
47
48
48
<sup>2</sup> Applies only if you enable the feature.
49
49
50
+
There is no meter on the number of queries, query responses, or documents ingested, although [service limits](search\search-limits-quotas-capacity.md) do apply at each tier.
51
+
50
52
Data traffic might also incur networking costs. See the [Bandwidth pricing](https://azure.microsoft.com/pricing/details/bandwidth/).
51
53
52
54
Several premium features ([Knowledge store](knowledge-store-concept-intro.md), [Debug Sessions](cognitive-search-debug-session.md), [Enrichment cache (preview)](cognitive-search-incremental-indexing-conceptual.md)) have a dependency on Azure Storage. The meters for Azure Storage apply in this case, and the associated storage costs of using those features will be included in the Azure Storage bill.
53
55
54
56
[Customer-managed keys](search-security-manage-encryption-keys.md) provide double encryption of sensitive content. This feature requires a billable [Azure Key Vault](https://azure.microsoft.com/pricing/details/key-vault/)).
55
57
56
-
[Private endpoints](service-create-private-endpoint.md) is used for a no-internet data access model. This feature requires a billable [Azure Private Link](https://azure.microsoft.com/pricing/details/private-link/)).
57
-
58
-
Skillsets can use billable built-in skills, non-billable built-in skills, and custom skills. Non-billable utility skills include Conditional, Shaper, Text Merge, Text Split. There is no billing impact when using them, no Cognitive Services key requirement, and no 20 document limit.
58
+
Skillsets can include [billable built-in skills](cognitive-search-predefined-skills.md), non-billable built-in utility skills, and custom skills.
59
59
60
-
A custom skill is functionality you provide. The cost of using a custom skill depends entirely on whether custom code is calling other metered services. There is no Cognitive Services key requirement and no 20 document limit on custom skills.
60
+
+ Non-billable utility skills include Conditional, Shaper, Text Merge, Text Split. There is no billing impact when using them, no Cognitive Services key requirement, and no 20 document limit.
61
+
+ A custom skill is functionality you provide. The cost of using a custom skill depends entirely on whether custom code is calling other metered services. There is no Cognitive Services key requirement and no 20 document limit on custom skills.
0 commit comments