Skip to content

Commit c671b02

Browse files
committed
Updated search-sku-manage-costs.md
1 parent 81786db commit c671b02

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

articles/search/search-sku-manage-costs.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 06/10/2025
1414

1515
# Plan and manage costs of an Azure AI Search service
1616

17-
This article explains how Azure AI Search is billed, including base and potential charges, and provides guidance for cost management.
17+
This article explains how Azure AI Search is billed, including fixed and variable costs, and provides guidance for cost management.
1818

1919
Before you create a search service, use the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/) to estimate costs based on your planned [capacity](search-capacity-planning.md) and features. Another resource is a capacity-planning worksheet that models your expected index size, indexing throughput, and indexing costs.
2020

@@ -27,17 +27,13 @@ As your search workload evolves, follow our tips to minimize costs during both d
2727

2828
## Understand the billing model
2929

30-
Azure AI Search runs on Azure infrastructure that accrues costs when you deploy new resources. Other infrastructure costs might also accrue.
30+
Azure AI Search has both fixed and pay-as-you-go billing. You pay a fixed rate for your search service as long as it exists, while premium features are billed according to your usage.
3131

3232
Costs for Azure AI Search are only a portion of the monthly costs in your Azure bill. Although this article focuses on planning and managing Azure AI Search costs, you're billed for all Azure services and resources used in your Azure subscription, including non-Microsoft services.
3333

34-
### How you're charged for Azure AI Search
34+
### How you're charged for the base service
3535

36-
When you create or use search resources, you're charged for:
37-
38-
+ The [pricing tier](search-sku-tier.md) of your search service. This is a prorated hourly rate.
39-
40-
+ The number of [search units](search-capacity-planning.md) (SUs) allocated to your search service. SUs are units of capacity that equal the product of replicas and partitions (R × P = SU) used by your service.
36+
When you create or use search resources, you're charged for the minimum required replica and partition combination (R × P) at the prorated hourly rate of your [pricing tier](search-sku-tier.md). As your search units increase or decrease, so do your costs. For more information and an example of the billing model, see [Billing rates](search-sku-tier.md#billing-rates).
4137

4238
### How you're charged for premium features
4339

@@ -47,19 +43,22 @@ Premium features are charged in addition to the base cost of your search service
4743
|-------|------|
4844
| Image extraction (AI enrichment) <sup>1</sup> | Per 1,000 images. See the [pricing page](https://azure.microsoft.com/pricing/details/search/#pricing). |
4945
| [Custom Entity Lookup skill](cognitive-search-skill-custom-entity-lookup.md) (AI enrichment) | Per 1,000 text records. See the [pricing page](https://azure.microsoft.com/pricing/details/search/#pricing) |
50-
| [Built-in skills](cognitive-search-predefined-skills.md) (AI enrichment) | Number of transactions. Billed at the same rate as calling Azure AI services directly. You can process 20 documents per indexer per day for free. Larger or more frequent workloads require an Azure AI services multi-service resource key. |
46+
| [Built-in or custom skills](cognitive-search-predefined-skills.md) (AI enrichment) <sup>2</sup> | Number of transactions. Billed at the rate of the model provider: Azure AI services, Azure OpenAI, or Azure AI Foundry. |
5147
| [Semantic ranker](semantic-search-overview.md) | Number of queries of `queryType=semantic`. Billed at a progressive rate. See the [pricing page](https://azure.microsoft.com/pricing/details/search/#pricing). |
48+
| [Vectorizers](vector-search-how-to-configure-vectorizer.md) <sup>2</sup> | Number of vectorization operations. Billed at the rate of the model provider: Azure AI Vision, Azure OpenAI, or Azure AI Foundry. |
5249
| [Shared private link](search-indexer-howto-access-private.md) | [Billed for bandwidth](https://azure.microsoft.com/pricing/details/private-link/) as long as the shared private link exists and is used. |
5350

5451
<sup>1</sup> Refers to images extracted from a file within the indexer pipeline. Text extraction is free. Image extraction is billed when you [enable the `indexAction` parameter](cognitive-search-concept-image-scenarios.md#configure-indexers-for-image-processing) or when you call the [Document Extraction skill](cognitive-search-skill-document-extraction.md).
5552

53+
<sup>2</sup> Charges for Azure OpenAI models and Azure AI Foundry models appear on your bill for those services.
54+
5655
### How you're otherwise charged
5756

5857
Depending on your configuration and usage, the following charges might apply:
5958

6059
+ Data traffic might incur networking costs. See the [bandwidth pricing](https://azure.microsoft.com/pricing/details/bandwidth/).
6160

62-
+ Several premium features, such as [knowledge stores](knowledge-store-concept-intro.md), [debug sessions](cognitive-search-debug-session.md), and [enrichment caches](cognitive-search-incremental-indexing-conceptual.md), depend on Azure Storage and incur storage costs. Meters for these features are included in the Azure Storage bill.
61+
+ Several premium features, such as [knowledge stores](knowledge-store-concept-intro.md), [debug sessions](cognitive-search-debug-session.md), and [enrichment caches](cognitive-search-incremental-indexing-conceptual.md), depend on Azure Storage and incur storage costs. Charges for these features appear on your Azure Storage bill.
6362

6463
+ [Customer-managed keys](search-security-manage-encryption-keys.md), which provide double encryption of sensitive content, require a billable [Azure Key Vault](https://azure.microsoft.com/pricing/details/key-vault/).
6564

0 commit comments

Comments
 (0)