Skip to content

Commit e4658e2

Browse files
committed
saving billing fix this time
1 parent a1609a6 commit e4658e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/search-sku-tier.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 05/22/2024
1414

1515
# Choose a service tier for Azure AI Search
1616

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
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.
1818

1919
The tier determines:
2020

@@ -24,7 +24,7 @@ The tier determines:
2424

2525
In a few instances, the tier you choose determines the availability of [premium features](#premium-features).
2626

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 billint model.
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.
2828

2929
> [!NOTE]
3030
> 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).
@@ -37,7 +37,7 @@ Tiers include **Free**, **Basic**, **Standard**, and **Storage Optimized**. Stan
3737

3838
**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.
3939

40-
The most commonly used billable tiers include the following:
40+
The most commonly used billable tiers include:
4141

4242
+ **Basic** has the ability to meet SLA with its support for three replicas.
4343

@@ -72,7 +72,7 @@ Resource-intensive features might not work well unless you give it sufficient ca
7272

7373
## Upper limits
7474

75-
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).
7676

7777
## Partition size and speed
7878

0 commit comments

Comments
 (0)