Portal Tier List

Choose a pricing tier for Azure Cognitive Search

  • Article
  • 11/18/2021
  • 5 minutes to read
Is this page helpful?

Is this page helpful?

Yes No
Any additional feedback?

Feedback will be sent to Microsoft: By pressing the submit button, your feedback will be used to improve Microsoft products and services. Privacy policy.

Submit

Thank you.

In this article

Part of creating a search service means 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

The tier you select determines:

  • Maximum number of indexes and other objects allowed on the service
  • Size and speed of partitions [physical storage]
  • Billable rate as a fixed monthly cost, but also an incremental cost if you add capacity

In a few instances, the tier you choose determines the availability of premium features.

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 to learn about estimated costs.

Note

Looking for information about "Azure SKUs"? Start with Azure pricing and then scroll down for links to per-service pricing pages.

Tier descriptions

Tiers include Free, Basic, Standard, and Storage Optimized. Standard and Storage Optimized are available with several configurations and capacities. The following screenshot from Azure portal shows the available tiers, minus pricing [which you can find in the portal and on the pricing page.

Free creates a limited search service for smaller projects, like running tutorials and code samples. Internally, system resources are shared among multiple subscribers. You cannot scale a free service or run significant workloads.

Basic and Standard are the most commonly used billable tiers, with Standard being the default because it gives you more flexibility in scaling for workloads. With dedicated resources under your control, you can deploy larger projects, optimize performance, and increase capacity.

Some tiers are designed for certain types of work. For example, Standard 3 High Density [S3 HD] is a hosting mode for S3, where the underlying hardware is optimized for a large number of smaller indexes and is intended for multitenancy scenarios. S3 HD has the same per-unit charge as S3, but the hardware is optimized for fast file reads on a large number of smaller indexes.

Storage Optimized tiers offer larger storage capacity at a lower price per TB than the Standard tiers. The primary tradeoff is higher query latency, which you should validate for your specific application requirements. To learn more about the performance considerations of this tier, see Performance and optimization considerations.

You can find out more about the various tiers on the pricing page, in the Service limits in Azure Cognitive Search article, and on the portal page when you're provisioning a service.

Feature availability by tier

Most features are available on all tiers, including the free tier. In a few cases, the tier you choose will impact your ability to implement a feature. The following table describes feature constraints that are related to service tier.

Feature Limitations
indexers Indexers are not available on S3 HD.
AI enrichment Runs on the Free tier but not recommended.
Managed or trusted identities for outbound [indexer] access Not available on the Free tier.
Customer-managed encryption keys Not available on the Free tier.
IP firewall access Not available on the Free tier.
Private endpoint [integration with Azure Private Link] For inbound connections to a search service, not available on the Free tier. For outbound connections by indexers to other Azure resources, not available on Free or S3 HD. For indexers that use skillsets, not available on Free, Basic, S1, or S3 HD.
Availability Zones Not available on the Free tier or Basic tier.
Semantic search [preview] Not available on the Free tier or Basic tier.

Resource-intensive features might not work well unless you give it sufficient capacity. For example, AI enrichment has long-running skills that time out on a Free service unless the dataset is small.

Upper limits

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 Cognitive Search.

Partition size and speed

Tier pricing includes details about per-partition storage that ranges from 2 GB for Basic, up to 2 TB for Storage Optimized [L2] tiers. Other hardware characteristics, such as speed of operations, latency, and transfer rates, are not published, but tiers that are designed for specific solution architectures are built on hardware that has the features to support those scenarios. For more information about partitions, see Estimate and manage capacity and Scale for performance.

Billing rates

Tiers have different billing rates, with higher rates for tiers that run on more expensive hardware or provide more expensive features. The per-tier billing rate can be found in the Azure pricing pages for Azure Cognitive Search.

Once you create a service, the billing rate becomes both a fixed cost of running the service around the clock, and an incremental cost if you choose to add more capacity.

Search services are allocated computing resources in the form of partitions [for storage], and replicas [instances of the query engine]. Initially, a service is created with one of each, and the billing rate is inclusive of both resources. However, if you scale capacity, the costs go up or down in increments of the billable rate.

The following example provides an illustration. Assume a hypothetical billing rate of $100 per month. If you keep the search service at its initial capacity of one partition and one replica, then $100 is what you can expect to pay at the end of the month. However, if you add two more replicas to achieve high availability, the monthly bill increases to $300 [$100 for the first replica-partition pair, followed by $200 for the two replicas].

This billing model is based on the concept of applying the billing rate to the number search units [SU] used by a search service. All services are initially provisioned at one SU, but you can increase the SUs by adding either partitions or replicas to handle larger workloads. For more information, see How to estimate costs of a search service.

Next steps

The best way to choose a pricing tier is to start with a least-cost tier, and then allow experience and testing inform your decision to keep the service or create a new one at a higher tier. For next steps, we recommend that you create a search service at a tier that can accommodate the level of testing you propose to do, and then review the following guidance for recommendations on estimating cost and capacity.

  • Create a search service
  • Estimate costs
  • Estimate capacity

Video liên quan

Chủ Đề