Skip to content

Commit a936611

Browse files
Merge pull request #891 from HeidiSteen/heidist-regions
[azure search] free tier deletion policy
2 parents 881ab33 + f85915d commit a936611

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

articles/search/search-create-service-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A few service properties are fixed for the lifetime of the service. Before creat
3838

3939
Paid (or billable) search occurs when you choose a billable tier (Basic or higher) when creating the resource on a billable Azure subscription.
4040

41-
To try Azure AI Search for free, [open a trial subscription](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A261C142F) and then create your search service by choosing the **Free** tier. You can have one free search service per Azure subscription. Free search services are intended for short-term evaluation of the product for nonproduction applications. Generally, you can complete all of the quickstarts and most tutorials, except for those featuring semantic ranker (it requires a billable service).
41+
To try Azure AI Search for free, [open a trial subscription](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A261C142F) and then create your search service by choosing the **Free** tier. You can have one free search service per Azure subscription. Free search services are intended for short-term evaluation of the product for nonproduction applications. Generally, you can complete all of the quickstarts and most tutorials, except for those featuring semantic ranker (it requires a billable service). Free services that are inactive for an extended period of time can be deleted by Microsoft to make room for other services.
4242

4343
Alternatively, you can use free credits to try out paid Azure services. With this approach, you can create your search service at **Basic** or higher to get more capacity. Your credit card is never charged unless you explicitly change your settings and ask to be charged. Another approach is to [activate Azure credits in a Visual Studio subscription](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/?WT.mc_id=A261C142F). A Visual Studio subscription gives you credits every month you can use for paid Azure services.
4444

@@ -132,7 +132,7 @@ Basic and Standard are the most common choices for production workloads, but man
132132

133133
:::image type="content" source="media/search-create-service-portal/select-pricing-tier.png" lightbox="media/search-create-service-portal/select-pricing-tier.png" alt-text="Screenshot of Select a pricing tier page." border="true":::
134134

135-
Search services created after April 3, 2024 have larger partitions and higher vector quotas at every billable tier.
135+
Search services created after April 3, 2024 have larger partitions and higher vector quotas at every billable tier.
136136

137137
Remember, a pricing tier can't be changed once the service is created. If you need a higher or lower tier, you should re-create the service.
138138

articles/search/search-limits-quotas-capacity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: azure-ai-search
1010
ms.topic: conceptual
11-
ms.date: 09/19/2024
11+
ms.date: 10/17/2024
1212
ms.custom:
1313
- references_regions
1414
- build-2024

articles/search/search-sku-tier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Tiers include **Free**, **Basic**, **Standard**, and **Storage Optimized**. Stan
3535

3636
:::image type="content" source="media/search-sku-tier/tiers.png" lightbox="media/search-sku-tier/tiers.png" alt-text="Pricing tier chart" border="true":::
3737

38-
**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.
38+
**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. If the service is inactive for an extended period of time, it might be deleted to free up capacity, especially if the region is under capacity constraints.
3939

4040
The most commonly used billable tiers include:
4141

articles/search/search-try-for-free.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ You can create a search service that doesn't consume credits. Here are some poin
150150

151151
Review the [service limits](search-limits-quotas-capacity.md) for other constraints that apply to the free tier.
152152

153+
> [!NOTE]
154+
> Free services that remain inactive for an extended period of time might be deleted to free up capacity if the region is under capacity constraints.
155+
153156
## Next steps
154157

155158
Sign up for an Azure trial subscription:

0 commit comments

Comments
 (0)