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
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
8
8
ms.author: heidist
9
9
ms.service: cognitive-search
10
10
ms.topic: conceptual
11
-
ms.date: 09/12/2024
11
+
ms.date: 09/13/2024
12
12
---
13
13
14
14
# Try Azure AI Search for free
@@ -47,7 +47,7 @@ Application frontends are useful if you're prototyping a solution for a wider au
47
47
48
48
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
49
50
-
Verifying region availability can save you time and frusteration because you need to choose a region that supports all of the services you want to use.
50
+
Verifying region availability can save you time and frustration because you need to choose a region that supports all of the services you want to use.
51
51
52
52
Start here:
53
53
@@ -88,11 +88,22 @@ You can also monitor billing by searching for *subscriptions* in the Azure porta
88
88
89
89
## Tips for getting the most value from your subscription
90
90
91
-
Try the portal quickstarts for Azure AI Search. It's the fastest approach creating searchable content, and you don't need coding skills to complete the tasks.
91
+
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
92
93
-
Developers should review azure-search-vector-samples repository or the solution accelerators. You can deploy and run any of these samples using the Azure trial subscription.
93
+
-[Quickstart: Vector search in the Azure portal](search-get-started-portal-import-vectors.md)
94
+
-[Quickstart: Image search in the Azure portal](search-get-started-portal-image-search.md)
95
+
-[Quickstart: Keyword in the Azure portal](search-get-started-portal.md)
96
+
-[Quickstart: Generative search (RAG) using a Python client](search-get-started-rag.md)
97
+
-[Quickstart: Vector search using a REST client](search-get-started-vector.md)
94
98
95
-
Many samples and accelerators 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.
99
+
Azure AI Studio and Azure OpenAI Studio support connecting to content in Azure AI Search
100
+
101
+
-[Quickstart: Chat using your own data in Azure OpenAI Studio](/azure/ai-services/openai/use-your-data-quickstart)
102
+
-[Tutorial: Build a custom chat app with the prompt flow SDK](/azure/ai-studio/tutorials/copilot-sdk-create-resources)
103
+
104
+
Developers should review [azure-search-vector-samples](https://github.com/Azure/azure-search-vector-samples) repository or the solution accelerators. You can deploy and run any of these samples using the Azure trial subscription.
105
+
106
+
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.
96
107
97
108
## Use the free tier
98
109
@@ -107,12 +118,12 @@ Review the [service limits](search-limits-quotas-capacity.md) for other constrai
107
118
108
119
## Next steps
109
120
110
-
After provisioning a service, you can continue in the portal to create your first index.
121
+
Sign up for an Azure trial subscription:
111
122
112
123
> [!div class="nextstepaction"]
113
-
> [Quickstart: Create an Azure AI Search index in the portal](search-get-started-portal.md)
124
+
> [Start your free trial subscription](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A261C142F)
114
125
115
-
Want to optimize and save on your cloud spending?
126
+
When you're ready, add Azure AI Search as your first resource:
116
127
117
128
> [!div class="nextstepaction"]
118
-
> [Start analyzing costs with Cost Management](/azure/cost-management-billing/costs/quick-acm-cost-analysis?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn)
129
+
> [Create a search service](search-create-service-portal.md)
0 commit comments