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-try-for-free.md
+56-29Lines changed: 56 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,31 +8,58 @@ author: HeidiSteen
8
8
ms.author: heidist
9
9
ms.service: cognitive-search
10
10
ms.topic: conceptual
11
-
ms.date: 09/13/2024
11
+
ms.date: 09/18/2024
12
12
---
13
13
14
14
# Try Azure AI Search for free
15
15
16
-
If you're new to Azure, you can set up a free trial subscription to explore the services at no charge. One of the Azure services you might want to try is Azure AI Search. Search is an expected component of any front-end app that's backed by content, and increasingly it's a critical component for generative search over content you own.
16
+
If you're new to Azure, you can set up a free trial subscription to explore Azure AI Search and other services at no charge. Information retrieval over your own content is useful for many scenarios including AI generative search.
17
17
18
18
This article explains how to get the most value from your Azure trial subscription so that you can complete your evaluation of Azure AI Search quickly and efficiently.
19
19
20
-
## Sign up for a free subscription
20
+
## Step one: Sign up for a free subscription
21
21
22
-
To try Azure AI Search for free, [start a trial subscription](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A261C142F). The trial subscription is non-renewable, active for one month, and comes with free credits so that you can create services at no charge. In the United States, the credit amount is USD 200. Equivalent credits are available in other currencies.
22
+
To try Azure AI Search for free, [start a trial subscription](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A261C142F). The trial subscription is nonrenewable, active for one month, and comes with free credits so that you can create billable services at no charge.
23
23
24
-
Although you can create a free search service that doesn't use up your credits, we recommend provisioning the **Basic** tier so that you can work with larger indexes, more indexes, and premium features like semantic ranking.
24
+
At this point in time, the credit is equivalent to USD 200. As always, the exact amount is subject to change, but you can verify the credit on the trial subscription sign-up page.
25
25
26
-
The [Azure portal](https://portal.azure.com/) is the easiest approach for first-time users who want to create and use Azure resources. You can access and manage all of your subscriptions and resources from the portal. For Azure AI Search, you can use the portal to build components for classic search scenarios and generative search (RAG) workloads.
26
+
Once you sign up, you can immediately use either of these links to access Azure resourcesand experiences:
27
27
28
-
## Start with a plan
28
+
+[Sign in to Azure portal](https://portal.azure.com/) to view, manage, and create more resources. You can also use the portal to track your credits and projected costs.
29
29
30
-
Having a plan of action can help you get the most out of your trial subscription. For Azure AI Search, most newer customers and developers are exploring RAG patterns.
30
+
+[Sign in to Azure AI Studio](https://ai.azure.com) for a no-code approach to deploying models on Azure OpenAI and using Azure AI Search for information retrieval. **We recommend you start here first.**
31
31
32
-
To evaluate Azure for [RAG scenarios](retrieval-augmented-generation-overview.md), you should have three or five Azure resources for:
32
+
<!-- Although you can create a free search service that doesn't use up your credits, we recommend provisioning the **Basic** tier so that you can work with larger indexes, more indexes, and premium features like semantic ranking.
33
+
34
+
The [Azure portal](https://portal.azure.com/) is the easiest approach for first-time users who want to create and use Azure resources. You can access and manage all of your subscriptions and resources from the portal. For Azure AI Search, you can use the portal to build components for classic search scenarios and generative search (RAG) workloads. -->
35
+
36
+
## Step two: "Day One" tasks
37
+
38
+
[**How to build and consume vector indexes in Azure AI Studio**](/azure/ai-studio/how-to/index-add) is a great place to start.
39
+
40
+
1.[Sign in to Azure AI Studio](https://ai.azure.com).
41
+
42
+
1. Create a new hub and project.
43
+
44
+
1. On the left, under **Components**, select **Indexes**. The Create Index wizard guides you through the remaining tasks.
45
+
46
+
+ On the **Source Data** page, if you have local files that you want to query using an LLM, upload them.
47
+
48
+
+ On the **Index Settings**, you can create a new Azure AI Search service. The wizard selects a matching region automatically, but you choose the pricing tier.
49
+
50
+
We recommend Basic for larger data files and more indexes, or Free if your files are less than 50 MB. Basic has more features and storage, but it's billable for the lifetime of the service and it might consume about one third of your available credits if you retain it for the entire trial period.
51
+
52
+
> [!TIP]
53
+
> Azure AI Search and Azure OpenAI must be in the same region. Currently, these regions provide the most overlap and capacity: **East US**, **East US2**, and **South Central** in the Americas; **France Central** or **Switzerland North** in Europe; **Australia East** in Asia Pacific.
54
+
55
+
## Step three: Have a plan for next steps
56
+
57
+
The trial period can go by quick. Having a plan of action can help you get the most out of your trial subscription. For Azure AI Search, most newer customers and developers are exploring RAG patterns.
58
+
59
+
For a next step evaluation of [RAG scenarios](retrieval-augmented-generation-overview.md), you should have three or five Azure resources for:
33
60
34
61
- Storing data
35
-
- Deploying embedding and chat models
62
+
- Deploying embedding and chat models (**Azure OpenAI**)
36
63
- Applying AI services for creating AI-generated content during indexing (optional)
37
64
- Adding information retrieval (**Azure AI Search**)
38
65
- Adding a frontend app (optional)
@@ -43,7 +70,7 @@ Generative search requires embedding and chat models. The Azure cloud provides A
43
70
44
71
Application frontends are useful if you're prototyping a solution for a wider audience. You can use Azure Web apps or build an ASP.NET MVC application for this task. Otherwise, if you're working locally, you can view output in Jupyter notebooks in Visual Studio Code or another IDE. Or view results in console apps or other apps that run on localhost.
45
72
46
-
## Check regions
73
+
<!--## Check regions
47
74
48
75
Azure AI Search has integrated operations with applied AI in the Azure cloud. Integration depends on services running within the same region. This is a requirement for data residency and for efficient operations.
49
76
@@ -64,29 +91,21 @@ Continue with the following links to review which regions also provide the model
64
91
> [!TIP]
65
92
> Currently, these regions provide the most overlap and capacity: **East US**, **East US2**, and **South Central** in the Americas; **France Central** or **Switzerland North** in Europe; **Australia East** in Asia Pacific.
66
93
>
67
-
> For Azure AI Vision and AI Search interoperability, choose one of these regions: **East US**, **France Central**, **Korea Central**, **North Europe**, **South East Asia**, or **West US**.
94
+
> For Azure AI Vision and AI Search interoperability, choose one of these regions: **East US**, **France Central**, **Korea Central**, **North Europe**, **South East Asia**, or **West US**.-->
68
95
69
-
## Create services
96
+
###Create services
70
97
71
-
1.[Create a search service](search-create-service-portal.md), choosing the Basic tier and a region that also offers a model provider. Most Azure AI Search regions provide higher capacity storage limits. There are just a few that have older and lower limits. For the Basic tier, as you install, confirm that you have a 15-GB partition.
98
+
1.[Create a search service](search-create-service-portal.md) if you don't have one already, choosing the Basic tier and a region that also offers a model provider. Most Azure AI Search regions provide higher capacity storage limits. There are just a few that have older and lower limits. For the Basic tier, as you install, confirm that you have a 15-GB partition.
72
99
73
100
1.[Create an Azure Storage account](/azure/storage/common/storage-account-create?tabs=azure-portal), choosing a general purpose account and using default settings.
74
101
75
102
1.[Create an Azure OpenAI resource](/azure/ai-services/openai/how-to/create-resource?pivots=web-portal) as your model provider.
76
103
77
-
1.[Create an Azure AI multiservice account](/azure/ai-services/multi-service-resource?pivots=azportal) to use applied AI in your indexing workloads and Azure AI Vision multimodal APIs as an embedding model provider. You can create and transform content during indexing if applied AI can be attached. For multimodal APIs, make sure you have chosen a region that provides those APIs. Look for this tile in the Azure Marketplace:
104
+
1.[Create an Azure AI multiservice account](/azure/ai-services/multi-service-resource?pivots=azportal) to use applied AI in your indexing workloads and Azure AI Vision multimodal APIs as an embedding model provider. You can create and transform content during indexing if applied AI can be attached. For multimodal APIs, make sure you choose a region that provides those APIs. Look for this tile in the Azure Marketplace:
78
105
79
106
:::image type="content" source="./media/search-try-for-free/azure-ai-service-marketplace.png" alt-text="Screenshot of the Azure AI Services offering in the Azure Marketplace.":::
80
107
81
-
## Estimate costs
82
-
83
-
During the trial period, you want to stay under the USD 200 credit allocation. Most services are pay-as-you-go, so you won't be charged while they're not in use, but an Azure AI Search service is provisioned on dedicated clusters and it can only be used by you. It's billable during its lifetime. If you provision a basic tier search service, expect Azure AI Search to consume about one third (or USD 70) of your available credits during the trial period.
84
-
85
-
During the trial period, the Azure portal provides a notification on the top right that tells you how many credits are used up and what remains.
86
-
87
-
You can also monitor billing by searching for *subscriptions* in the Azure portal to view subscription information at any time. The Overview page gives you spending rates, forecasts, and cost management.
88
-
89
-
## Tips for getting the most value from your subscription
108
+
### Try the quickstarts
90
109
91
110
Try the portal quickstarts for Azure AI Search or quickstarts that use Visual Studio Code with REST or Python extensions. It's the fastest approach creating searchable content, and you don't need coding skills to complete the tasks.
92
111
@@ -105,14 +124,22 @@ Developers should review [azure-search-vector-samples](https://github.com/Azure/
105
124
106
125
Many samples and [accelerators](resource-tools.md) come with bicep scripts that deploy all Azure resources and dependencies, so you can skip installation steps and explore an operational solution as soon as the development completes.
107
126
108
-
## Use the free tier
127
+
## Step four: Track your credits
128
+
129
+
During the trial period, you want to stay under the USD 200 credit allocation. Most services are pay-as-you-go, so you won't be charged while they're not in use, but an Azure AI Search service on the Basic tier is provisioned on dedicated clusters and it can only be used by you. It's billable during its lifetime. If you provision a basic tier search service, expect Azure AI Search to consume about one third of your available credits during the trial period.
130
+
131
+
During the trial period, the Azure portal provides a notification on the top right that tells you how many credits are used up and what remains.
132
+
133
+
You can also monitor billing by searching for *subscriptions* in the Azure portal to view subscription information at any time. The Overview page gives you spending rates, forecasts, and cost management. For more information, see [Check usage of free services included with your Azure free account](/azure/cost-management-billing/manage/check-free-service-usage).
134
+
135
+
## Consider the free tier
109
136
110
137
You can create a search service that doesn't consume credits. Here are some points about the free tier to keep in mind:
111
138
112
-
- You can have one free search service per Azure subscription.
113
-
- You can complete all of the quickstarts and most tutorials, except for those featuring semantic ranking and managed identities for Microsoft Entra ID authentication and authorization.
114
-
- Storage is capped at 50 MB.
115
-
- You can have up to three indexes, indexers, data sources, and skillset at one time.
139
+
+ You can have one free search service per Azure subscription.
140
+
+ You can complete all of the quickstarts and most tutorials, except for those featuring semantic ranking and managed identities for Microsoft Entra ID authentication and authorization.
141
+
+ Storage is capped at 50 MB.
142
+
+ You can have up to three indexes, indexers, data sources, and skillset at one time.
116
143
117
144
Review the [service limits](search-limits-quotas-capacity.md) for other constraints that apply to the free tier.
0 commit comments