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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,15 +31,15 @@ Azure AI Search runs on Azure infrastructure that accrues costs when you deploy
31
31
32
32
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.
33
33
34
-
### Charges for Azure AI Search
34
+
### How you're charged for Azure AI Search
35
35
36
36
When you create or use search resources, you're charged for:
37
37
38
38
+ The [pricing tier](search-sku-tier.md) of your search service. This is a prorated hourly rate.
39
39
40
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.
41
41
42
-
### Charges for premium features
42
+
### How you're charged for premium features
43
43
44
44
Premium features are charged in addition to the base cost of your search service. The following table lists premium features and their billing units. All of these features are optional, so if you don't use them, you don't incur any charges.
45
45
@@ -51,15 +51,15 @@ Premium features are charged in addition to the base cost of your search service
51
51
|[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). |
52
52
|[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. |
53
53
54
-
<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)for document cracking or when you call the [Document Extraction skill](cognitive-search-skill-document-extraction.md).
54
+
<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).
55
55
56
-
### Potential charges
56
+
### How you're otherwise charged
57
57
58
-
Depending on your search configuration and usage, the following charges might apply:
58
+
Depending on your configuration and usage, the following charges might apply:
59
59
60
60
+ Data traffic might incur networking costs. See the [bandwidth pricing](https://azure.microsoft.com/pricing/details/bandwidth/).
61
61
62
-
+ Several premium features, such as [knowledge store](knowledge-store-concept-intro.md), [debug sessions](cognitive-search-debug-session.md), and [enrichment cache](cognitive-search-incremental-indexing-conceptual.md), depend on Azure Storage and incur storage costs. Meters for using these features are included in the Azure Storage bill.
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.
63
63
64
64
+[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/).
65
65
@@ -72,7 +72,7 @@ Depending on your search configuration and usage, the following charges might ap
72
72
73
73
## Estimate and plan costs
74
74
75
-
Use the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/) to estimate your baseline costs for Azure AI Search. You can also find estimated costs and tier comparisons on the [Select a pricing tier](search-create-service-portal.md#choose-a-tier) page during service creation.
75
+
Use the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/) to estimate your baseline costs for Azure AI Search. You can also find estimated costs and tier comparisons on the [Select Pricing Tier](search-create-service-portal.md#choose-a-tier) page during service creation.
76
76
77
77
For initial testing, we recommend that you create a capacity-planning worksheet. The worksheet helps you understand the index-to-source ratio and the effect of enrichment or vector features on both capacity and cost.
78
78
@@ -96,7 +96,7 @@ To minimize the costs of your Azure AI Search solution, use the following strate
96
96
97
97
+ Choose the lightest [pricing tier](search-sku-tier.md) that meets your needs. Basic and S1 offer full access to the modern API at the lowest hourly rate per SU.
98
98
99
-
+ Use [Azure Web App](/azure/app-service/overview) for your front-end application to keep requests and responses within the data center boundary.
99
+
+ Use [Azure Web Apps](/azure/app-service/overview) for your front-end application to keep requests and responses within the data center boundary.
100
100
101
101
### Scaling
102
102
@@ -143,6 +143,6 @@ Existing services can be switched between Basic and Standard (S1, S2, and S3) ti
143
143
## Related content
144
144
145
145
+[Azure AI Search pricing](https://azure.microsoft.com/pricing/details/search/)
146
-
+[Choose a service tier for Azure AI Search](search-sku-tier.md)
146
+
+[Choose a pricing tier for Azure AI Search](search-sku-tier.md)
147
147
+[Optimize your cloud investment with Cost Management](/azure/cost-management-billing/costs/cost-mgt-best-practices?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn)
148
148
+[Quickstart: Start using Cost analysis](/azure/cost-management-billing/costs/quick-acm-cost-analysis?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn)
0 commit comments